Sorry 1 more question: - Is it possible to have co...
# gooddata-platform
i
Sorry 1 more question: • Is it possible to have conditions for Filtered Variables? Let's say I wanted to use a Filtered Variable to apply some conditions like: • Department Name = ABC AND Region = XYZ AND Category = LMN ==== It looks like that's not possible, but just wanted to double check.
m
Filtered variables do not support conditionals this way. This is because they are not meant to be regular attributes. Currently, you can find what's possible in the following documentation: https://help.gooddata.com/classic/en/workspace-and-user-administration/managing-works[…]bility/incorporating-filtered-variables-at-the-metric-level/
m
If you are actually talking about OR between different values of the same attribute, Ian, without additional complexity, selecting multiple values in the variable (same as in normal attribute filter) works as OR between the values. Basically similarly like in SQL: department name IN ('ABC', 'XYZ','LMN'). So for yoir example if you select ABC and XYZ and LMN you should be set.
i
@Michal Hauzírek apologies, I think I used a bad example. I meant to indicate using multiple attributes. Thanks for following up though! super appreciate it 🙂
👍 1