Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I still don't understand all the secrets of set analysis sintaxis.
How to write this function into a set correctly?
Thanks
Set analysis is like a selection in the context of the aggregation function its embedded in. You can only select in fields, so left from the equal sign must be a field name only.
Try
=sum({<M_Account.Spanish_desc = {"H*"} >} Importe)
Set analysis is like a selection in the context of the aggregation function its embedded in. You can only select in fields, so left from the equal sign must be a field name only.
Try
=sum({<M_Account.Spanish_desc = {"H*"} >} Importe)