Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
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.
Hi,
I do have the similar requirement. Is it feasible to implement it?
Thanks!