Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Could some one help me this Query
Is it possible to use Expression in Dimension (one interviewer asked this Question)
Thanks in Advance
Niranjan
Hi Miranjan,
Yes it possible. Example
=If(Field=value,'A','B')
=Aggr(Only( {$<Product = {'AB*','BB*'}>} Seller ),Product)
Regards,
Sokkorn
Yes,
you can use aggr function to expression and it can be used as dimension.
suppose you want to use sum(sales) as dimension and have country as dimension previously.
then new calculated dimension will be,
aggr(sum(sales),country) .
Regards
Nitin
Thank you to all