I’m creating a filter based on a region column, but this column contains NULL values. When I build the filter, I don’t want users to see or select the NULL option. How can I restrict the selectable values in the filter without affecting the existing components of the report?
Hi @chanhlm , there are several ways to do it.
You can create a parameter and another dataset with filtered out values that will be shown in the Region dropdown.
You also can create another Exclude filter with a visual and use “Relevant value” to set dependencies in order to exclude the selected values from the Region dropdown. Then you can hide this Exclude filter or make it as small as possible… depends on your layout.
Hello Chanh,
Yes as Hrolol mentioned there are ways to do, you could also create calculated field that already restricts unwanted values and use that field as filter.
you are correct if you have too many values custom filter may not be appropriate to use.
Hope this gives some idea.
Cheers,
Deep


