Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Xabinav
Creator

How to use filters selected in A app in B App ?

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? 

Labels (1)
1 Solution

Accepted Solutions
Anil_Babu_Samineni

@Xabinav You can try like this.

='Your URL' & '/select/' & GetCurrentSelections('/select/','/',';')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

@Xabinav You can try like this.

='Your URL' & '/select/' & GetCurrentSelections('/select/','/',';')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Xabinav
Creator
Author

Ok, it's work.
Thanks