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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
ashis
Creator III
Creator III

How to put text and expression value both in the bar chart

Hi,

I have bar chart , that has only expressions . I want to show text and expression value in my bar chart's data point.

The output should be like this image below;

in the bar chart expression in wrote the following code:

=Dual(my text,' ,sum(Test) .

I am only getting the value for sum(Test) . I want both 'my text' as well as sum(Test) in the chart .

Currently I am getting like this:

Thank you,

Ashis

10 Replies
ashis
Creator III
Creator III
Author

Problem resolved if I increase the size of the chart.

Thank you all for your suggestion .