Page 1 of 1

division between two function !!

Posted: Sun Jun 10, 2018 8:22 am
by it961
Hi ,,

I am facing a problem to get a percentage by divide two functions like :

{count(groupheaderBand7) / Count(DataBand5)}

count(groupheaderBand7) is the total for each category
Count(DataBand5) is the total number


but this expression is not work !!

Re: division between two function !!

Posted: Mon Jun 11, 2018 11:55 am
by Lech Kulikowski
Hello,

Please try to use Totals.Count() functions in this case.

Thank you.