Mohsin Manzoor Bhat - Hi Team.I am facing one ...
Hi Team.
I am facing one issue while adding Runtime filters.
Here is my code
These filters are not getting added ,
I also tried this one
const runtimeFilters = [{
columnName: 'Metric Name',
operator: RuntimeFilterOp.EQ,
values: ['Lane Performance'],
}];
This is also not getting applied.
Can someine help
@shikharTS @Sandeep
1 Reply
I figured out issue.
the default filter was issue.
The filter is getting applied but not visible in UI.