Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I work with 2 Apps. A - aggregative, B - full data
I want the filter that I select in App A automatically be selected in App B when it open.
I navigate to App B via App A by a button URL, but I want app B will be open with same selections I already set in App A.
The fields name are same in both Apps.
It is possible to do it?
@Xabinav You can try like this.
='Your URL' & '/select/' & GetCurrentSelections('/select/','/',';')
@Xabinav You can try like this.
='Your URL' & '/select/' & GetCurrentSelections('/select/','/',';')
Ok, it's work.
Thanks