Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can i access selection made in selected app into template app.
i want to perform expression like if count of vin selected in selection app is greater than one then user can see data of selected vin from template app(filtered by selection app), else it should display data of vin selected in selection app
I am trying below expression but it is giving value as
=if(Count(distinct vin)>1,vin=GetFieldSelections(vinheader,',',100,'$' ),vin)
How can i achieve this?
Thanks!
you want to access the selections that have made in the selection app in the generated adage template ?
Have I understood that correctly ?
I can get these selections from the ODAG bindings.
e.g. if 20 vin's where selected in the selection app you will find them in in their associated odag binding.
It is important that there is a corresponding binding in the script. it could look like "odag_vin" .