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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

values on data points vs text on axis

Hi,

I have got a bar chart which is based on the expression 'sum(Budget)/VarTotalBudget*100'

I'd like to show values in percent on data points and at the same time to show absolute values as text on axis.

Then I need two expressions:

1) for values on data points - sum(Budget)/VarTotalBudget*100

2) for text on axis - sum(Budget)

How is it possible to make these two different expressions work for values on data points and for text on axis?

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
maxgro
MVP
MVP

maybe with 2 expression

for the 2nd just flag text on axis

1.png

View solution in original post

2 Replies
maxgro
MVP
MVP

maybe with 2 expression

for the 2nd just flag text on axis

1.png

Anonymous
Not applicable
Author

Thank you!