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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
debrouwer
Contributor II
Contributor II

Show graph with data of specific client(s)

Dear,

 

I am quite new to Qlik Sense and would like to ask you for a bit of help.

 

I would like to have some graphs in my sheet, which only show specific customer(group)s.

 

For instance; I would like it if my sheet always show a graph with data (delivered units) of customers with name: client_A, client_C and client_K visible in a graph. All (other) customers show in a different graph.

 

Is this somehow possible and if yes, how?

 

Thanks in advance.

Labels (3)
2 Replies
VBD
Partner - Creator II
Partner - Creator II

Hello, you have two method for that,

You can use a set analysis :

For the KPI With specific customers :

sum( {<Customers = {'Customers_A','Customers_B','Customers_C'}>}[Delivery Units])

 

For the KPI Without these customers :

sum( {<Customers -= {'Customers_A','Customers_B','Customers_C'}>}[Delivery Units])

 

https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysi...

 

Or you can use alternate state :

https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/Visualizations/alternate-...

 

Regards,

Valentin Billaud
Next Decision
AsmJuv2004
Contributor III
Contributor III

Maybe creating a new column based on existing customer column with only client_A, client_C and client_K values and other values as Null. Then you can use the column as dimension in the chart and filter it for excluding null values.