Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
indra
Contributor III
Contributor III

how to show percentage below numbers in bracket in single measure in pivot table in qliksense

how to show percentage below numbers in bracket in single measure in pivot table in qliksense

Labels (1)
11 Replies
MatheusC
Specialist II
Specialist II

Could you provide a printout of how you are using this solution in your scenario?

Are you using the custom objects pivot table or the standard one – in the charts tab?

 

How you applied the CSS, used the multi KPI chart? Assigned a synthetic measurement value to the chart - for example = 1 and then in the style tab you applied the CSS code?

Since you pasted the expression into your pivot table chart, tell us what your result was ?

- Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
Qrishna
Master
Master

No need for extensions. you need Chr(10)  for a line break

just insert chr(10) inside the expression and increase the 'Wrap cell text' value:

=dual(round(sum(Sales)/sum(total Sales)*100) & '%' & chr(10) & '(' & round(sum(Sales)) &')',sum(Sales))

2487422 - Line break text display in Qliksense table (1).PNG