Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
OmarBenSalem

Knowing the current value of the selected cyclic group

Hi Guys,

If we have a dimension named society for example that contains 3 values; if we select for example the "value1"

Then create a text box like this : =society ; it will show us the selected value which is "value1".

Now, I want to do something like that; here what I want to do:

I have a cyclic group named "group" which contains 5 dimensions, when I select a dimension, for example "dimension1", and want to show the dimension I'm selecting in a text box like the first example, how should I do?

Thank you all

1 Reply
Anonymous
Not applicable

Below pasted from QV Desktop Help :

GetCurrentField(groupname)

returns the name of the field currently active in the group named groupname.

Example:

getcurrentfield( MyGroup )