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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
dmitroika
Contributor
Contributor

Dimension-wise visualization issue

Hi Guys,

I want to create a chart for each "domain" but when I attempt to, the chart shows data for all domains.

For instance, to create a bar chart that shows Actual 2018 and Actual 2019 for the domain "Headcount"only. I was hoping there can be a way to set the column domain as a dimension and not measure

I will prefer not to use the filter pane. 

Thanks guys

Labels (2)
1 Reply
Wlad_Masi
Former Employee
Former Employee

Hello there,


Is the result presented in the image bellow, what you are looking for?
If.png

 

Dimension:
=if(Domain = 'Headcount', Domain)

Measure:
Sum([Actual 2018])
and
Sum([Actual 2019])

 

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.