Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've a straight table contains Dimension and Expression. Now I want to add a dimension with restricted to particular value.
Example: Variant=4000 should be selected always. How to add this into dimension.
You can do it in your expression by adding {<Variant = {'4000'}>} or you can change your dimensions to be like this: If(Variant = 4000, YourDimension)
HTH
Best,
Sunny
You can do it in your expression by adding {<Variant = {'4000'}>} or you can change your dimensions to be like this: If(Variant = 4000, YourDimension)
HTH
Best,
Sunny