Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to select all in a dimension using set analysis in my expression:
For Internal Customers in the below, i would like to select all, i thought '*' may work.
=Num( sum( {< Month = {'Jan','Feb'},
[Year] = {"$(=max(Year))"} ,
Company = {'ppepsi'},
[Internal Customers] = {'*'}
>}
[GBP_Price]),'$(v.Format.Int.0dp)')
How can al all selection be made in set please?
Thank you
Hi @davyqliks !
Try to change this
[Internal Customers] = {'*'}
to
[Internal Customers] = {"*"}
Hi @davyqliks !
Try to change this
[Internal Customers] = {'*'}
to
[Internal Customers] = {"*"}