My current formula:
IF {aaUDS7;1.PrenatalPatient} = 1 AND {aaUDS7;1.Age} < 15 then 1 else 0
In my dataset, PrenatalPatient is NULL on all my patients. In my report, I am expecting to see a 0; however I am not getting any value. Should I be evaluating for my NULLs somehow?
In my report, I have the following 5 grouping levels:
Data.Entry
@GroupHeader
Data.FinancialClass
Data.SubProgramCode
Data.PaymentType
My client is needing to list in Group Footer 3 all the FinancialClass Names with the Sum of Data.Amount versus having a distinct footer for each Financial...
In my report, I have the following 8 fields. What I would like to do is if the value is the same in any of these, I need it to return a phrase "Duplicate Diagnosis" else pull nothing back (NULL).
Example - if the end user enters 724.02 in {Data.Diag1} and {Data.Diag4} - it would return my...
I have a field in my report called {Last Visit Date}.
What I would like to do is return a phrase if this field is greater the 3 yrs old. For Example, if the date thats returned to this field is : 04/01/2008, I would like it to return a phrase like "Greater then 3 yrs old" if its NULL or under 3...
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.