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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kicchu465
Creator
Creator

Adding New Line Vizlib Bar chart

Hi all,

I have a requirement below.

I have loaded sample data as

Table:

Load * inline [

Forename,Surname,Sales

James,Andy,10

Mike,Robert,100

Luke,Harper,1000

];

I am using a Vizlib Barchart with Dimension as

Dim:Forename&'-'&Surname

Measure:Sum(Sales)


The Dimension values in Bar Chart would be

James-Andy,Mike-Rober,Luke_Harper but My requirement is as below

James

Andy

Mike

Rober

Luke

Harper

I have tried using chr(10) and chr(13) but these are not working in the Vizlib Bar chart.

Could anyone please is there any alternate way to achieve this.

Thanks,

Sk

0 Replies