Maybe a silly question, but does anyone know how to create a simple formula: if it exists, then 1, otherwise 0? The formula below always returns the second option even when the data grid variable is empty.
I want to change the color of a elements if the variable I use to fill a object is empty or not
I tryed something with if (Ifempty({variable},0),color1(notempty),color2(empty)) but it doesnt seems to work as intended