Timing issue: qMatrix height wrong immediately after toggleSelect?
Hi,
I wonder if someone can help with this... In my extension I am using toggleSelect to select/deselect a dimension value, and then I check the layout.qHyperCube.qSize.qcy value to see the number of rows in the cube. The value I'm getting back *straight after* the toggleSelect is wrong (it is the value prior to the call). If I check again, without making any other selection calls, I get the correct value.
I am using the following promise syntax on the toggleSelect in the hope that when the promise returns, the qMatrix will be correct: