Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
i have a database in which a dimension has 3 different values i want to restrict a single value in the dimension.....
eg:
Dimension
a
b
c
in my chart i want to restrict b
Hi,
Use set analysis in your expression.
For example you have expression as sum(Value) then use below expression.
sum({$<Dimension = {"b"}>}Values)
Regards,
Kaushik Solanki