Anyone know of any way to hide a stat column in CCPulse if the statistic = zero?
Example:
I have a report which shows all the Termination Codes individually so that supervisors can see the count on each of the codes throughout the day. There are 30-40 Inbound Codes and 30-40 Outbound Codes. So total, about 80 termination codes. When the report loads, the majority show ‘0’. I would like to hide the ones that show zero and only show the ones that have a ‘1’ or higher.
So since TermCode2 & TermCode5 had all zero’s in the columns that column was hidden. As previously stated - we have 80+ term codes and the majority are used rarely if at all, so ideally I would like to hide them from the day to day realtime view.
I’m not sure that this can be done - I’ve not seen it done, anyway…
It is usual that you might want to hide an [i]Object /i - for example; if they are LoggedOut.
But to want to hide a Statistic, which is possibly a component of a larger Statistic Type (“TotalNumber”) by the fact that all of it’s associated [b]Objects /b contain ALL NULL values…?
I know that you can manually hide statistical columns and reshow them manually - but I haven’t seen this automated…
The only thing I can think of suggesting is that you look at how you have built up your “TermCode” (is that a Key-Value Pair?) Statistics - and try to find another way to display them/hide them, automatically…