I'm having an issue using set analysis in a list box to show selections based upon a variable.
What's happening is I have 3 buttons for Volumes, Cost, and Profits. These buttons control 2 variables (vCostList, vProfitList) and I'm using these variables to show which selections are possible (The selections make columns show in a table)
Everything works correctly except for when vProfitList is 1 and vCostList is 0. When this happens the %MeasureGroup Volumes will show, but Profit will not.
I have pasted my code below. Any help is greatly appreciated.