Hi @johannadreano That is a good questions and I remember it confused me for a long time on where to make the changes. I will try to answer your question in points We call 'coloring of cells' conditional formatting in Anaplan You need a number formatted line item to set CF. You need a minimum of two numbers and max 3 and assign colors to the numbers. Basis your selection, you get the cells colored (either step wise or within a spectrum). You can do it within a module in a saved view (usually not recommended) or you can do it directly on the NUX (this has more color/type options) In your case, you'd need to create a number formatted line item in your module, the formula would be something like: IF 'the node is already created and unchanged' THEN -1 ELSE IF 'the node is already created but changed' THEN 0 ELSE 1. By doing this, we have given 3 numbers to ourselves (-1, 0 and 1). Then you go to NUX and create the view you want to publish. You'll see this option: Click on the line item you want to use CF on, and then click this option. Rest is pretty straight forward, you select the number formatted line item that will drive your CF and select the colors against each number:
... View more