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

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

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.