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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Treisner
Contributor II
Contributor II

Unlinking in the dashboard

I want to unlink certain visualizations and KPI's from my app/dashboard.  The link signal deosnt display when I edit sheet. I only want certain items to be linked. So when I click on a month or salesorder I dont want the whole dashboard to filter. 

Labels (1)
2 Solutions

Accepted Solutions
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

fabs(sum({1 <currentyear={1}>}shipped_quantity)-sum({1 <currentyear={1}>}Qty))

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

Treisner
Contributor II
Contributor II
Author

That worked, thank you! 

View solution in original post

4 Replies
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

 

You can add {1} in your expressions :

Sum({1} MyMeasure)

Help users find answers! Don't forget to mark a solution that worked for you!
Treisner
Contributor II
Contributor II
Author

thank you but that didn't seem to do it.  Examples below.

fabs(sum({1}{<currentyear={1}>}shipped_quantity)-sum({1}{<currentyear={1}>}Qty))

fabs(sum({1}{<currentmonth={1}>}shipped_quantity)-sum({1}{<currentmonth={1}>}Qty))

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

fabs(sum({1 <currentyear={1}>}shipped_quantity)-sum({1 <currentyear={1}>}Qty))

Help users find answers! Don't forget to mark a solution that worked for you!
Treisner
Contributor II
Contributor II
Author

That worked, thank you!