Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello to the whole community!
I can’t figure out how to turn the integer values from the table in the first picture into percentages like in the second picture.
I get wrong and large values with any formatting.
measure count(bank)
ps. The percentages will be different as in qlik data for the newer date.
As Below, use the TOTAL keyword to calculate percentage total for each Bank
= count(bank) / count(TOTAL <bank> bank)
After this choose Number Format as Percentage
=Num(calculation or the field ,'##%')
You could also check the filed value settings to show in percentage also
As Below, use the TOTAL keyword to calculate percentage total for each Bank
= count(bank) / count(TOTAL <bank> bank)
After this choose Number Format as Percentage
I get the wrong %
I think it’s works, but I get no values for the "-" column
thats simply because there is no data for that dimension so there is nothing to evaluate
I see, thank you