Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
Anybody can help me to hide the first row (Null).
Thanks!!
maybe a calculated expression
IF(LEN(TRIM(Departamento))>0,Departamento)
maybe a calculated expression
IF(LEN(TRIM(Departamento))>0,Departamento)
Thanks!!