Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
QV Experts,
Need your input or guidance.
I have chart which is in default state. X/ Y Axis values will change ofcourse based on selections in my app.
Now I have Multibox , which is in different alternative state ( as when user select some values in multibox , i am capturing value in variable & using variable to do some calculation in chart in default state ) Note - X Axis values of chart & Multibox values are coming from same column.
Now requirement is, currently multibox is showing all values available in table, as its in different state. But, i have to restrict them with what is selected in chart with default state.
So, is there way that I capture the selections from chart ( may be by using getfieldselections function ? ) & then filter the values in mulibox on this field & show only the restricted values. But I am not geting way to achieve it.
Will appreciate any inputs or direction
Thanks much in advance.
Regards,
Pooja
hi,
you can hide excluded value in multibox...
in properties of multibox.. select dimension and then check the hide excluded option for the required dimension.
HTH
sushil
Hi Sushil,
As I mentioned before, Multibox & Chart are in different ALternate states , so selection done in chart will have no impact on the values of Multibox.
If i follow your steps, it will gray out all the values.
What i am looking for is , to capture the values from defaults state & filter multibox( say its in state 1) & using set analysis or something, but i am not getting the correct expression.
Appreciate any guidance
Any inputs will be helpful ? Let me know if more explanation is required