Dashboard Grid Properties>Filter

Hi All,

I was wondering if it’s possible to filter multiply values of the same column in grid properties? Maybe any one knows any trick? :slight_smile:
I need to use several grids from the same query, but grids should be filtered by the opcodes and for one grid can be used 2-5 opcodes.

Hey @Justas,

Not sure if what you’re talking about specifically is possible, but for cases like that, but I’ve found that it’s easier to make a calculated field in the query itself: a bit (T/F) field that returns True for all the required codes and False otherwise. Then use that bit field to filter the grid. We’ve discovered that it benefits performance to have the query do as much filtering as possible and have any client applications do as little filtering as needed.

Hope this helps,
Matthew Morgan

2 Likes

Yes! This!