I have one dimension as customer and the measure as sum({<[customer={"=Sum([discount])>=1000"} >}sales)
Now i want that dimention value to be dynamically vary based on user selection.
I have one listbox (cliember selection list box extension") where user can select the dimension which he wants.and this will be stored in variable vSelectedDimension.
I have created a one variable vDynamicDimension which will return actual dimension value.