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).
Hey everyone, I wanted to share the Anaplan Python SDK with you. It's a Python Library that wraps all Anaplan APIs and makes it easier to interact with Anaplan programmatically. It is mostly designed with Data Integration Scenarios in mind, but it does support all APIs including ALM, SCIM, Audit, and Cloud Works. Please…
Hello team, I am logging into Anaplan through SSO. I would like to create a batch script to import a file into Anaplan. For the Spoke model, I would like to run an process via a batch script to import data from the Data Hub. Can anyone provide me script for both the condition.
Hello, I am receiving an 'Anaplan Upload Failed' Status Description when testing my integration with a Big Query dataset. The integration imports data from BQ to our Anaplan model. No other details given in the error log. I suspect that Cloudworks is not even picking up the file but am not sure what we did wrong on the set…