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).
I am attempting to connect to an azure SQL database vis at the MSSQL connector in data orchestrator but am having issues and I believe it is due to hyphens in database name (which is a fairly standard naming convention I will note!) Example below (fake credentials) - has anyone else encountered similar and is there a way…
Hi, for some reason my shipping costs are the same over every month and I don't know what to do to fix it.
Hello folks, Does anyone know how to work around the Polaris limitation of using the Formula or Ratio summary method alongside the Closing Balance within the same line item? I have a Business Unit list where the total (All BUs) must display the Corporate (1 of 20 leaf items under All BUs total) number of Unique Customers.…