Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
arngue
Contributor III
Contributor III

How to display full list in GetFieldSelections funciton

I Know this is can be accomplished,

When you select several selections in one field the GetFieldSelections function return a sentence like NOT x, y

I know that changing some option it will allways return the list of current field selections instead of sentences like NOT ab

Anyone remembers wich was that option?

1 Solution

Accepted Solutions
forte
Partner - Creator
Partner - Creator

If you just review possible parameters 

GetFieldSelections ( field_name [, value_sep [, max_values [, state_name]]])

You need to set max_values to a proper value in order to obtain all elements listed. You can control also separator character with second param...

Hope it helps

Regards

View solution in original post

1 Reply
forte
Partner - Creator
Partner - Creator

If you just review possible parameters 

GetFieldSelections ( field_name [, value_sep [, max_values [, state_name]]])

You need to set max_values to a proper value in order to obtain all elements listed. You can control also separator character with second param...

Hope it helps

Regards