Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Current selection box

Hi All,

Can anyone tell how to hide the particular field selection in current selection box?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You need to SET a HidePrefix and use this prefix for your field name (similar to all the system fields).

SET HidePrefix = '_';

LOAD

          FIELD as _FIELDToHide,

..

View solution in original post

2 Replies
swuehl
MVP
MVP

You need to SET a HidePrefix and use this prefix for your field name (similar to all the system fields).

SET HidePrefix = '_';

LOAD

          FIELD as _FIELDToHide,

..

Not applicable
Author

Thanks swuehl

works fine