Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
ayush10040
Contributor
Contributor

Conditions in each graph

Hello guys,

I have a dataset in excel, and I want to fetch only selected(filtered) information from the excel file in each graph.

I am creating a dashboard for a marketing manager and he needs different information on each graph on a single dashboard.  When i load the data and create graph all the information is included.

can some please help me with the conditions in each graph. 

Example: 

Here I only want RIMI and PRISMA data, how can I use condition in each graph for different data?

Capture.PNG

Labels (2)
1 Reply
Mauritz_SA
Partner - Specialist
Partner - Specialist

Hi there

You can use Set Analysis to specify what data should be included.

For example, in your case you would use something like this for your measure:

Sum({<[YourField] = {"RIMI","PRISMA"}>} [Cost EUR])

Just replace [YourField] with the column name which contains the RIMI and PRISMA fields. You can have a look at this:

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

In one of the recent releases, you can actually have Qlik Sense create the set expression for you simply by making selections and then creating a measure and clicking on the set expression. Have a look at this video:

https://www.youtube.com/watch?v=yzkptD39_UQ

Good luck.

Mauritz