I have data formulas like this. How do you change SUM to Formula in summary. So Growth Calculate on Summary Level its wrong.
@adisulyadi Do mark the 'Accept reply as solution' to a reply if it resolved your query! It encourages community members in general and also helps future members who may have the same question but may skip over the thread assuming it has no solution
Regards,
Anirudh
Hi @adisulyadi
You can'y use summary as formula with PREVIOUS function in same line item.
Create one more line item and just refer to the line item which having previous function in your formula and for this line item you can set the summary as formula.
Hope this helps!
Thanks
Akhtar
You will not be able to set the summary method to Formula for the time dimension if using a time-based function like previous() If you try you will get an error like the one below:
However, depending on what you want to show you may be able to use the other summary methods to achieve this. For example if you wanted to show what the value was in month 12 of the prior year you could set the summary to Opening Balance ( month 1 of current year = month 12 of prior using Previous).
@adisulyadi
Break your formula into multiple line items and you should be able to get your results. Add Two line items Previous Premium and Previous GTV - Both should have SUM at Summary Level and then do the simple division in the Output line item and change the summary to Formula.
@Akhtar.shahbaz unfortunately it doesn't work that way - simple refer will still not have the right values at aggregated levels because technically there is no formula, it is just refer.
Hope this helps
Misbah
Why are non‑admin users unable to view Module information on the Anaplan page, while workspace administrators can? (After click the three dots on the grids right up corner) Are there any configuration options that allow non‑admin users to view module details without granting full workspace administrator access?
Just like the main question above, I wanted to try out the new feature on the board where you can you the insights panel to put additional cards. However, I wanted to synchronize scroll a card on the main board with the card on the insights panel but I can't find where it might be.
Hi everyone, I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error: Failed to establish a connection The following message was sent from the target system: The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.…