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

GetCurrentSelections

Hi There

I would like to get the current selections of one field only.

GetCurrentSelections(DivisionName)  This Displays all current selections....  I only want to see the selection within Division Name...

Thanks

1 Solution

Accepted Solutions
tresesco
MVP
MVP

GetFieldSelections(YourField)

View solution in original post

2 Replies
tresesco
MVP
MVP

GetFieldSelections(YourField)

rido1421
Creator III
Creator III
Author

Thank you