Hello, I have a module (image below), how can I create a line item where all items will be max value from 'New Store Num' where 'To many Stores?' is True . For Example in image below it will be 8.
Hi @KacperSzafranski13 , This can be done in following steps: 1. Firstly create a line item say 'Store Num for target Scn' Which will simply bring the values from 'New Store Num' where 'To many Stores?' is True by adding simple IF THEN ELSE statement in the formula and change the summary settings to Max for the same. 2. Create another line item say Max value which will contain all the dimensions as other line items have but remove the dimension you have in column(which has Items as 1,2,3,4…) and in formula simply refer the previous line item you build in previous step, and then you can refer to this line item in your final Line Item 'Target Scenario' to get the max value in same dimension. OR 2. you can simply select that the top level summary value to the final line item 'Target Scenario' using a formula as- Store Num for target Scn[SELECT:1234list.TopLevel] I hope this helps.
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.…
Hello community, I have an issue with anaplan report (functionality). The issue I have is within couple of slides. The data in that report is scrolling into a new page. There is a hierarchy in the rows and line items and time in the columns. My problem is, the hierarchy is getting broken in the second page. One of the node…
I want to create an S3 connection that will have monthly data stored in individual csv files that is connected to ADO. Around month end, data will be uploaded multiple times, replacing existing csvs. When this happens I want to replace the existing data for that month with the new file. I don't want to have to create a…