Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Suppose I am using two listboxes on the same numeric dimension and I select one number from listbox, is there a way by which the other listbox will show me only those values greater than the previous selection?
Can you post sample one ?
Do you want something like below. Please see the attachment.
Consider you have below script.
Load * Inline
[
Number
1
2
3
4
5
6
7
8
9
10
];
Create list box with Number as field
Create second list box and write below in expression..
=IF(Number>=GetFieldSelections(Number),Number)
yes, Sudeep exactly that. Thank you so much.
have you tried with above reply?
Yes but desired result wasn't coming. some other issues I guess