Hi,
I am calculating a value in Looker Studio via a formula
Although I deduct 0 from a positiv value, Looker shows me 0 in the calculated Column "ErgnMb"
Can someone tell me the reason. What do I have to do to get 3.202,96 in Column "ErgnMB"?
Best regards,
Jörg
Hi,
Do you have some null rows in there? Can you try SUM(IFNULL(ergvm..,0))-SUM(IFNULL(cost,0))?
@JFL73 wrote:3.202,96
Could this be a number format issue? It seems like it might be in a 'string' format, which is causing the problem. Please check the data source and verify the data type of the column to ensure it's set to 'number'.
Other smoking gun: is this a dimension or a metric?!