Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Current Selections Box - Hide Select Values

Hi

   I was wondering if it's possible to hide a certain selection from the current selections box. I have actions that copy values from one selection box to another and I want to hide it from the current selections box. Attached is the values on the current selections box that are to be hidden.

Thanks,

André

1 Solution

Accepted Solutions
Not applicable
Author

Using

SET hideprefix='%';

should work. just rename the fields you want hidden with a character before the name and place the character you want as the variable.

IE

field as %Field,

View solution in original post

2 Replies
Not applicable
Author

Using

SET hideprefix='%';

should work. just rename the fields you want hidden with a character before the name and place the character you want as the variable.

IE

field as %Field,

Not applicable
Author

Hi,

    Thanks, it worked like a charm!

Regards,

André