Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
amien
Specialist
Specialist

number format on total

is it possible to give the total of the bar chart a own number format? so i need on all values 0.0 .. instead the total . that needs to be 0.000

5 Replies
vgutkovsky
Master II
Master II

To check if you're on the total row, use if(rowno()=0,num(expression,'#.###'),num(expression,'#,#'))

Regards,

amien
Specialist
Specialist
Author

Thanks for your reply .. but..

that only works on a pivot .. not on a bar chart

Not applicable

Hi Amien,

try Dimensionality() instead. It worked for before in colouring the bars differently, maybe it behaves the same for you.

cheers

Florian

amien
Specialist
Specialist
Author

Nope .. total doesnt react

vgutkovsky
Master II
Master II

rowno()=0 works on bar charts as well. Dimensionality, by contrast, works only on pivot tables.

Regards,