Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Anybody help us get the following expression to show as a % on a straight table?
100 - (Count (if (Ethnicity = 'NULL',[Client No]))/Count (Ethnicity))
the usual, '#.##' or changing number format doesn't work.
Chris
May be this:
Num(1 - (Count({<Ethnicity = {'NULL', 'Refused'}>} Ethnicity)/Count (Ethnicity)), '##.##%')
Kush don't you think that this can be a set analysis expression rather than if statement?
Yeah. it is better with set analysis, but this should also work
Agreed
chris.fray It's more than 3 hours, you are getting replies on this post which I think not much difficult.
It's always a best option to provide a sample app to get a quick answer.