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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
KirstenKa
Creator II
Creator II

Fixed graph with selection via masteritem

 see attachment

In my graph I created a dimension to select for Men only in the graph

KirstenKa_0-1689613996310.png

 

This is the formula

KirstenKa_1-1689613996312.png

 

What I want is a fixed graph that shows data for “men” only and another fixed graph for “women” only like this

men                                                                    women

KirstenKa_2-1689613996319.png

 

 

 

 

 

 

However when I drop the dimension in the graph, it only gives me an option to “replace” (replace SapFMS status or Season (SS24)) or to “assign a color” (not sure what this does but it doesn’t resolve what I want), but I do not want to replace, I want to keep SapFMS status and Season (SS24), and in the graph have a fixed selection for men

 

KirstenKa_3-1689613996321.png

 

 

Labels (1)
1 Solution

Accepted Solutions
Zapparoli
Creator II
Creator II

Hi @KirstenKa .

Instead of using a calculated dimension, you a set analysis on your measure like:

Sum( {<[SAP.Gender Des]={'Men'}>} YourField).

and on the other chart:

Sum( {<[SAP.Gender Des]={'Women'}>} YourField).

Let me know if it helps.

-Zapparoli

Check my Youtube Channel for more Qlik Content
https://www.youtube.com/@ZappaAnalytics

View solution in original post

2 Replies
Zapparoli
Creator II
Creator II

Hi @KirstenKa .

Instead of using a calculated dimension, you a set analysis on your measure like:

Sum( {<[SAP.Gender Des]={'Men'}>} YourField).

and on the other chart:

Sum( {<[SAP.Gender Des]={'Women'}>} YourField).

Let me know if it helps.

-Zapparoli

Check my Youtube Channel for more Qlik Content
https://www.youtube.com/@ZappaAnalytics

KirstenKa
Creator II
Creator II
Author

Indeed will recall this solution from a long time. Will try it out when I start working on it again and will mark it as a solution when it works, thanks