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: 
amanjain57
Creator II
Creator II

Show Duplicate items in Bar chart

Hello,

I want to show the duplicate item on the bar chart. As an example below their are two line in table. But when i try to convert it into a bar chart only one line items shows up. Reason is because its one Component PN but in reality i want to show the metric for the two line items on bar chart . Can someone guide ?

 trial.PNG

 
Labels (2)
1 Reply
y_grynechko
Creator III
Creator III

Hey, use the dual function to assign different number values to the same name, it will show you 2 bars. 

In the load script do something like this:

on the end of the table add:

dual(Component PN, RowNo()) as Component PN

After doing that your barchar is going to have hidden value to group by.