Suppress blank field with condition
I am trying to run a report with multiple diagnoses fields, but only show those that have data. But first it checks to see if a field is blank, if it is then the field will be suppressed. If not, the...
View ArticleSuppress blank field with condition
try changing your formula to just isNull({Aftercare_Plan.disch_diag_1_3_Desc}) and enter it as the suppression formula for the field or group you are trying to hide when this item is blank by going...
View ArticleSuppress blank field with condition
Thanks a lot! But what about the second piece of code. If the field has a selection then I want to add a heading as for example: Axis I-3: 304.00 Opioid Dependence.
View ArticleSuppress blank field with condition
I would use a formula for that and place the formula field onto the report in place of the database record
View ArticleSuppress blank field with condition
That's exactly what i did: "Axis I-3: "&{Aftercare_Plan.disch_diag_1_3}&" "&{Aftercare_Plan.disch_diag_1_3_Desc} (this is a formula field used on the report)....
View ArticleSuppress blank field with condition
that sounds like the suppress isn't set in the correct spot or isn't checking on the correct field then.
View ArticleSuppress blank field with condition
I just notice you only joined the community today and this is your first question. Welcome to the community!
View ArticleSuppress blank field with condition
Well thank you! I've been away for a while and just got back in office. Still not able to figure this thing out. I've tried placing formulas in all the available suppress options, but none work....
View ArticleSuppress blank field with condition
You will need to seperate items to do that, one to do the suppression and the formula to insert the desired text. Its hard to say for sure without being able to see your report and run it. but it...
View Article