MaumeeScott
Technical User
I need to do a distinct count on a formula using the distinct count summary function. The problem is that there are potential nulls in this formula so that my distinct count is off by 1 where there are nulls.
(formula looks like this: if field x = Y then field z)
I can't use a conditional running total (which works fine) because I need the result to print in the group header. I can print sub-totals and summaries in the group header, but not the running totals. Thank you.
(formula looks like this: if field x = Y then field z)
I can't use a conditional running total (which works fine) because I need the result to print in the group header. I can print sub-totals and summaries in the group header, but not the running totals. Thank you.