I have a sub report and there is a field in it is An Array. This is example to explain how the data display in that array field:
valueA~1.10~1.10|ValueB~2.20~2.20|ValueC~3.30~3.30|ValueD~4.40~4.40|ValueE~5.50~5.00
Is there any way that I can get only the value for field valueC and the value...
I have this situation and I will appreciate any help:
I have table with 4 fields.
DispValue, Max , Min and month
I want to write a formula to count the fields for every month with that condition:
If Max is null use the DispValue field with condition that it is not < that the Min field
If...
Any help will be appreciated:
I need a parameter where a user can select "ALL" or "one division"
So I create {?division} parameter and Added "All" to the values list
and Under record selection Formula I added the below code:
if {?division}<>"ALL" then
{a.division} = {?division}
else
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.