Hi,
I need to calculate a calculated key figure in querie to do the following:
If Coste estimado = 0.
desvio margen = 1.
else.
desvio margen = (Margen real /Margen estimado)
endif.
I do not know If this calculation can be done in a calculated ratio, since the condition (IF) can not find it in functions.
Thanks,