Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi people,
I have a formula in a dashboard that uses a set analysis for filtering values. The formula is:
sum({<clinquer_prod={">0"}>*<data_num={">=$(=num(DataInicioConsolidado))<=$(=$(dataValidados))"}>} valor_diario)
It uses an intersection "*", that I need to replace, since I hace to use this formula in a load script (for taking que values that this formula gives and save tmen into a QVD).
what is the replacement of the "Intersection" for the IF code?
Thanks!