Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
mk09123
Contributor II
Contributor II

How to apply sheet action field into mashup

Hello,

I am creating a mashup in which there is qlik app sheet actions field that applies

In that sheet action field value, we have used expression 

now I want that same filed into mashup whenever mashup load  

 how i can get this field into mashup using JS

Labels (6)
7 Replies
ogster1974
Partner - Master II
Partner - Master II

what is the sheet action you want included?

mk09123
Contributor II
Contributor II
Author

Hello Ogster1974,

So I am creating a mashup from one of our qlik apps

In which the qlik developer used a sheet action field (kind of default selection on each sheet )

So now I want the same selection in mashup as well 

ogster1974
Partner - Master II
Partner - Master II

Are you embedding the sheet or the chart object in your Mashup?

If just the object then you're not applying the sheet action when accessing it so you need to apply the required selections into the chart object perhaps using set analysis on the measure.  Or including filter objects or bookmarks to allow the user to make their own selections to mimic the sheet opening.

mk09123
Contributor II
Contributor II
Author

I am using chart object Id for visualization

But  now the mashup load the sheet action selection is not present in the mashup selection 

so my question is how I will get all the selection which is available in the sheet (qlik app)

 

ogster1974
Partner - Master II
Partner - Master II

Either

1. you need to create a new chart object with the selections applied by the sheet action included in it.  Either by Set Analysis in your measure or calculated dimensions.

or

2. create a filter object with the sheet action selections included and add to your mash up so the users can select the actions themselves and the chart will reflect their selections.

Your got to replace the functionality of the sheet as its not present.

  

mk09123
Contributor II
Contributor II
Author

Hello Ogster,

Thanks for your support.

Actually, I am looking for a dynamic Default filter that is used in "Actions" under the Sheet level of specific Qlik Dashboard.

I am unable to locate any Object ID for the same.

 Thanks & Regards,

MK

ogster1974
Partner - Master II
Partner - Master II

what's the filter?