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
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
@AbhishekKPPN
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.
@jagadishdash
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
@pyrypeura
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).
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…