Filter Group
Answered
I am creating Filter group with two condition
[Calculated Fields--> Formula Builder--> filter group]
1.Date is equal to "Manual User Entry"(User selecte date-Input from report)
2. Date is Null
When I generate the report query
SELECT "DIM_PERIOD"."PERIOD_DATE"
FROM "DIM_PERIOD"
WHERE (
"DIM_PERIOD"."PERIOD_DATE" = '20170727'
AND "DIM_PERIOD"."PERIOD_DATE" IS NULL
)
Requirement:
I want "OR" in where condition.
How to do it.
Please help us.
Any update on this.
Any update on this.
Hi Vikas,
When you create a filter group you should have the option to switch the logic of the filter parameters.
Does this work for you?
Regards,
Nathan
Hi Vikas,
When you create a filter group you should have the option to switch the logic of the filter parameters.
Does this work for you?
Regards,
Nathan
No Nathan,
I know about this filter.
I want "OR" functionality in when we create filter in View[ Calculated Fields--> Formula Builder--> filter group]
Thanks,
Vikas
No Nathan,
I know about this filter.
I want "OR" functionality in when we create filter in View[ Calculated Fields--> Formula Builder--> filter group]
Thanks,
Vikas
Hi Vikas,
I am a little confused here, the screen-shot was meant to highlight where you can find the or within the filter group creator at the view level:
Is this not what you are referring to?
Regards,
Nathan
Hi Vikas,
I am a little confused here, the screen-shot was meant to highlight where you can find the or within the filter group creator at the view level:
Is this not what you are referring to?
Regards,
Nathan
Replies have been locked on this page!