Hello, Is there anyway to hide the weekly summary level when export. when i check omit summary it also omit monthly levels Select levels to sow is also disabled
Hi @HarishBabu
Let me know if below solution works,Create a filter in system module to exclude weeks and include days and months and apply it across in your target module to export.
Ratio summary is Months/Constant for weeks and Weeks/constant for Days.Thanks,Manjunath
Hi @HarishBabu ,
While @ManjunathKN solution will work there is simpler way to create needed filter when working with time dimensions. Please see screenshots and explanations below.
With three line items where two are help line items and third one is final filter to use for time dimension. For helper line items formula is TRUE and for first one time is set to days and for second one to months and Summary is set to None. Last one formula is two helper lines combined with OR and summary set to true.
This will result in a boolean which is true for days and months but not for weeks. You can use this boolean to filter your view.
Best regards,
Pyry Peura
@HarishBabu
Pivot the time scale to column then select level to show option will visible then you can select there, after that you can pivot and save the view as per your requirement.
Try this it may got your expectation.
Thanks,
Jagadish Dash
Hi @HarishBabu,
you mean to say that you need to hide weekly summary and not monthly summary right.
@pyrypeura
yeah! I dont know how I missed that! 😉
Thanks
Hello, I’m running into a recurring issue when importing CSV files into Anaplan, specifically with dates in February for the years 2028, 2029, and beyond. Here’s what’s happening: In Excel, the date format is set to Custom (e.g., 2/26/2025). When imported into Anaplan, the date is interpreted as 26-Feb, where: Month = Feb…
I have an issue where I am getting the expected result from RANKCUMULATE when using one dimension, but when I add an additional scenario dimension to the module, it doesn't calculate the way I'd expect. Here are some screenshots to explain the case: Module 1 - calculates cumulative total for list items in list "Age"…
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…