Nora104
Partner - Creator
2020-09-14
04:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to get the value of a current selection in alternate state
Hi,
Do you know how to get the value of a current selection in an alternate state(StoreA)?
I have tried the formula but it doesn't work:
=GetFieldSelections({StoreA}Store_Name)
551 Views
1 Solution
Accepted Solutions
sunny_talwar
MVP
2020-09-14
10:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 Replies
sunny_talwar
MVP
2020-09-14
10:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try this
=GetFieldSelections(Store_Name, ',', 1000, 'StoreA')
Nora104
Partner - Creator
2020-09-15
03:21 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much! it worked!
512 Views