Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, i need to know how to do the following thing using set analisys:
I need to get only the list of a field "A" that have related an other field "B" with the value >0, is it possible?
Thanks
Marco
The row is suppressed when all expressions return null or zero. Change the other expressions to something like:
=If([Importo Assicurato Unit] <> 0, .... existing expression.... )
I've solved it using the "{<[Importo Assicurato Fondo]={">0"}>}" condition on all the fields of the column.
Thanks
Marco
Did you try this?
If(B > 0,A)
I've solved it using the "{<[Importo Assicurato Fondo]={">0"}>}" condition on all the fields of the column.
Thanks
Marco
Thanks
Marco