Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
defazioc
Partner - Contributor
Partner - Contributor

Objects Interaction

hi All,

i'm new with Qlik Sense and i'm building some dashboard.

i need to know if there is a capability to un-link the interaction between the objects.

Example -

i have one dashboard with one datasource and 3 objects (2 KPIs and 1 Pie chart).

when i click on a section of the pie chart, the KPIs change the value shown (that's correct).

i'd like to un-link one of the KPIs.

The final scope is, when i click on a section of Pie chart, the value shown on one of the KPI doesn't change.

thanks for your help.

regards

Claudio

1 Solution

Accepted Solutions
sibin_jacob
Creator III
Creator III

For example your KPI is sales

Sum(sales)

and the Pie chart selection or the dimension is Category, then you need to write the KPI expression like below.

Sum({<Category=>}Sales)

It won't consider the Category selection in the Pie chart.

View solution in original post

3 Replies
agigliotti
Partner - Champion
Partner - Champion

I think you should use set analysis to achieve your needs.

sibin_jacob
Creator III
Creator III

For example your KPI is sales

Sum(sales)

and the Pie chart selection or the dimension is Category, then you need to write the KPI expression like below.

Sum({<Category=>}Sales)

It won't consider the Category selection in the Pie chart.

defazioc
Partner - Contributor
Partner - Contributor
Author

hi

thanks for your reply, were very useful and allow me to understand that this must be managed at datashown level and not Object level

thanks

C