-
Re: conditional formatting based on text value
Hi Madhabika, Create a line item called Error Color with this formula IF Error text = "Error" THEN -5 ELSE IF Error text = "No Error" THEN 5 ELSE 0 Then in the conditional formatt…2 -
Re: Deployment of a Module view change
Hi Inoue, To get around this, just create a line item in any module and delete it. This will register as a change in Anaplan and the option to create a revision tag will also appear Regards, Anirudh2 -
Re: What-if Analysis in Excel to Anaplan.
Agree with @ArunManickam Optimizer does not fit this use case. The best way to replicate this what-if analysis is through boolean overrides. Basically, supply a boolean for each of the drivers, like …2 -
Re: Sum one Line Item based on the value of another Line Item
Hi Gordon, This is achievable quite easily! All you have to do is create a line item subset using the line items in the Report - Current module. Screenshots below: Then in the Data Store Improved mod…3 -
Re: How to count booleans?
Hi! Yes, pretty simple, create another line item called Active Categories formatted by Number and use this formula: IF Boolean = TRUE THEN 1 ELSE 0 Then use this Active Categories to create your grap…3

