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: 
Anonymous
Not applicable

Bar chart Expression

Guys,

As per my requirement, I have a customer which has two mappings that I need to show as exactly below,

Screenshot_5.png

But I have a dimension as customer, which is mapped to two values in the dimension "Mapping". I couldn't achieve this chart, Plz help me how to achieve this or how to load data according to this.

Now I have the data loaded in the below format,

Screenshot_6.png

Labels (1)
1 Reply
neelamsaroha157
Specialist II
Specialist II

Dimension: Mapping

Expression 1: Count({<Mapping = {'CIDX'}>}SourceFormat)

Expression 2: Count({<Mapping = {'GIF', 'GIX'}>}DestinationFormat)


Change the Mapping parameters as per you requirement.