Filtering Data
Hello Community,
In My model building I need a filter. Where if I Check on Monthly data should be available on monthly Basis. And if I check quarterly then it should be available in Quarterly basis so on..
Please help me through this.
Regards
JEEVAK
Answers
-
Hi,
You can achieve this with simple filtering modules. First module would be selection filter to select if months or quarters should be shown.Second module would be a calculation module where show months and show quarters are calculated on separate line items. Then these two line items are calculated together with Or statement. This final boolean value can be then used to filter wanted views.
When creating filtering modules you probably want to include user list especially if there is more than one user for the view. When user list is included then each user can control their own filters.
Best Regards,
Pyry Peura
Bedford Consulting
2 -
Create this selecting module
create and refer as this below module
And put these three Boolean in to filter where you want select Any instead of All while applying filter.
1 -
Hi @jagadishdash,
Please note that according to the best practices filters should be always one boolean not multiple booleans as multiple booleans is worse for the performance.Here's a link to filter best practices:
https://community.anaplan.com/t5/Best-Practices/Filter-best-practice/ta-p/37595
1 -
Do you want just Months or months with FY like (jan -Dec or FY22) in months?
0 -
Yes, Right.
For that case we can use combined filter (create one line item where three of the filter formula will be there with OR , use filter in the module as combined filter).
0