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

Current Selection Box

Hi,

I have a some set of column and Inline columns ,out of these column i don't want to display some of the Columns in Current Selection box.

How we can achieve that?

Thanks

Manish

4 Replies
maleksafa
Specialist
Specialist

if the field is hidden in the script using the hide prefix then it will not show in the current selection box.

sorrakis01
Specialist
Specialist

Hi,

In the conditional of the table in the expression you can use the substringcount function

=SUBSTRINGCOUNT(Concat(Table.Name, '|'), Field.Name)

Regards.

sorrakis01
Specialist
Specialist

Hi,

I understood that you have a straight table and you like to hide columns.


Sorry,

ashfaq_haseeb
Champion III
Champion III

Hi,

Check this

Hiding Field in Current Selection box

Regards

ASHFAQ