I am calculating an average but I do not want the zero values to be included in the average. How can I exclude them?
How to SUM the last 4 non zero values in the time series???
Example - if i have a data as -
12,0,4,0,8,12,9,0,5,0,3,5,7,0,3
Answer should be 18
12,0,4,0,8,12,9,0,5,0,3,0,7,3,3
Answer should be 16
Any ideas????
not entirely elegant but....you'll need to use a "signal row" = if number row <> 0 then 1 else 0….next add calc row that divides ‘number row’ by "signal row" (the count)…and in blueprint mode change the calc row from sum to ‘formula’.
See attached pictures
Is there any way to have the last item of the waterfall be a running total that starts from 0 and shows the net of the previous waterfall components? I'm using line items here, would just want the Ending NAV to always start at 0
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…