Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to create a button that is a toggle between 2 conditions. My conditions are the values of the field where I exclude some and then include all. When I include all, I want that selection to be removed from the current selections box.
I have about 25 values in this field. How do I avoid hard coding all of them for including and excluding?
Can anyone please post an example on how to create this button?
Thanks.
Please find .qvw example attached.
I would use two buttons on top of each other with show conditions on a variable:
I used Flag to differ what values should be excluded (0). If you press button 2 the selection is cleared, so that all are included again.
Please find .qvw example attached.
I would use two buttons on top of each other with show conditions on a variable:
I used Flag to differ what values should be excluded (0). If you press button 2 the selection is cleared, so that all are included again.
attached have you an example