Multiple select filter for Subtables

Hello,

I was wondering if it would be possible to add a multiple select filter to subtables? I just want to be able to show all records that are for example “Type A” and “Type C” but not “Type B” or “Type D”.

At present I have to filter to “Type A” and then filter to “Type C”, which isn’t nearly as useful.

Thanks,

Terri

1 Like

Hi,

You may filter with regular expression to achieve this. For example:
regex:(Type A|Type C)