Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a hierachy pie chart......but on the expression i need to create a IF based on dimension....
Anyone knowns how can i get what currently dimension is used in that moment?
tks a lot???
Hello Érico,
I'm guessing you mean you are using a drill down/cyclic group as dimension. If that's correct, use
to get the field currently selected.GetCurrentField(GroupName)
Regards.
Hello Érico,
I'm guessing you mean you are using a drill down/cyclic group as dimension. If that's correct, use
to get the field currently selected.GetCurrentField(GroupName)
Regards.
Exacly this....pretty goof!!!!
tks a lot!!!