Hi All,
I have maybe a simple doubt, how do it sum the checked options ?
I need to have one line item showing : 3
Regards,
Julio Baudino
@jbaudino1
Couldn't resist jumping in on this one. I do this all the time with my system modules.
Best way I've found is to create one more line item formatted as a number, similar to your comment line item, and 1 if TRUE else 0. Set your conditional to be the most likely so if there are more unchecked then checked then write the formula as If false then 0 else 1. You always want Anaplan to exit the conditional as fast as possible and it looks like you're using a lot of dimensions so this will be important.
The last part is to write the SUM which will just be reference (without the SUM function) if you're using a structured list. If not you'll need to use the SUM and/or TIMESUM function.
This module has no time dimension
@JaredDolich ,
Very well done and absolutely correct. One suggestion on the module without the time list, try to avoid using TimeSum as it is a single threaded calculation. As an alternative, in the Time settings, click on Total of All Periods and do a Select at this level (Checkbox Sum.Count[SELECT: TIME.All Periods]) , again if the target is not using Time.
If your source module is not using Time but all lists have a Top Level, then the Select will not be needed.
Hope this helps,
Rob
@Kanishq17 ,
Selecting All Periods and enabling that is much more performant than using TimeSum.
Hi @jbaudino1
Create another no formatted line item and put it 1 based on true boolean, then aggregate over that numeric line item using timesum
Please see above, TimeSum is not the best way to do this.
Thank you all for the solution proposed and discussion.
I have installed the Anaplan app in Salesforce, but have been receiving an error. In the Anaplan part it asks for you to contact support, but does not provide any details into how to do this, just raising a ticket in the portal? WOuld be great to have more information.…
Hello Everyone, I am seeking guidance on how I could create a workflow process in Fluence consolidation workspace, using the ADO import task. Does anybody know what kind of information I need to fill in these fields? I have watched the ADO training but only explains the data transformation and integration within Anaplan…
Hi I would like to set up pagination in management reports by assigning a page number to a list item and its parent but I also want to be able to keep a block of parent and list items together and not split over two pages. E.g. Parent 1 - 1 Child 1 - 2 Child 2 - 3 Parent 2 - 4 Child 3 - 5 Child 4 - 6 Child 5 - 7…