Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
madhudinesh
Partner - Contributor II
Partner - Contributor II

Incorrect Format of 'Total' in the bar chart

Hi All,

Bar chart has 2 dimensions and the below options in Presentation tab is selected.

madhudinesh_1-1633088154022.png

The format is passed to the expression through a variable using 'Num( expression,vformat)'

where vformat = Pick(Match(Order,1,2,3,4),'#,###','#,###','###0.00','###0.00')

When passing the format directly in the expression (i.e Num( expression,'###0.00')), the total shown on the bar chart is also formatted as expected. 

But when passing format through variable, the values populated on bar are in the expected format but Total doesn't.

Request your inputs on this as i need to pass the format dynamically.

@jagan @sunny_talwar Please help

Labels (1)
0 Replies