Right-click on "Details" section, Format Section...click on the pencil button next to "Suppress (No Drill-Down)" label. In the Format Formula Editor enter: table.date1 <> table.date2
This will suppress detail section when dates are not equal.
Hi LV,
The Date1 and Date2 as you referred are actually one field (Date of service (DOS)). Since, I can have multiple DOS on the detail line and I want to suppress the detail records with different DOS. Therefore, I can't use your suggestion.
Do you have any other suggestion for me? Thank you in advance!
cdnamm
You mean, you want to compare a previous value to a current one? Otherwise, how do you get multiple values of the same field displayed on the same detail line item?
Add a distinct count total on the date field. Then go into Format Section on the group header and add a formula like this:
if DistinctCount ({table_name.dos}, {group}) > 1 then true
else false
Hope this helps.
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.