
Creator
2024-01-15
05:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
1 Solution
Accepted Solutions
2024-01-15
08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
2 Replies
2024-01-15
08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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

Creator
2024-01-15
09:55 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, it's work.
Thanks
