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: 
cramkumar86
Contributor III
Contributor III

How to display field selections on ODAG template app

Hi,

I am using ODAG for one of my reporting requirements. Is there a way to pass the selected field values from Selection App to Template App and display them on a KPI or label.

As the user would be generating the on demand app more frequently,  user might not be able to understand/track what selections were made to generate each of those on-demand apps. Hence, the need to show the selected values.

 

3 Replies
joaopaulo_delco
Partner - Creator III
Partner - Creator III

Hi @cramkumar86 !

         You can try something with GetCurrentSelections() function.

You can store this result in a qvd file and recover it on the template app.

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

Thanks for the response.

On clicking the ODAG navigation button, it is the template app that gets refreshed. How do I use the GetCurrentSelections() to pick the selections made on selection app? Because the selection app doesnt get executed on click of the navigation button.

 

pradeepS
Partner - Contributor
Partner - Contributor

Hi,

I do have the similar requirement. Is it feasible to implement it?

Thanks!