Using CR10, I have a report that shows the total for 10 different clients. Not all clients are active though.
I have 10 running totals, one for each client, but I'm trying to add a formula to my report footer to show which ones are active and not show ones that have a count of 0
So, my formula is
IF {#initial B&W} > 0 Then
{#initial B&W} & " B&W and "
So I have 10 {#initial xxx} and I want to have 1 formula showing their counts if they're greater than 0, and leaving them out of the formula if they're 0.
Any help is greatly appreciated, thanks!
I have 10 running totals, one for each client, but I'm trying to add a formula to my report footer to show which ones are active and not show ones that have a count of 0
So, my formula is
IF {#initial B&W} > 0 Then
{#initial B&W} & " B&W and "
So I have 10 {#initial xxx} and I want to have 1 formula showing their counts if they're greater than 0, and leaving them out of the formula if they're 0.
Any help is greatly appreciated, thanks!