Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have two buttons Order A and Order B and a table box.If I click on Order A button I need to display Order A data in table box and same way for order B.
We can display data by using list box selections.But I need to show table box data by using Buttons.
So how we can do it any suggestions.
Button1 where ordertype=A |
Order | CustomerName |
---|---|
A | Linda |
B | Baker |
A | butler |
B | boom |
A | dp |
B | jak |
thanks
Hi SwathiRaj,
why don't you use bookmarks as trigger actions for your two buttons?
I mean, create a bookmark with selection on Order = A and another bookmark with selection B.
Then you can use these bookmarks in your two buttons accordingly.
Hope this helps
Burkhard
Here you are
Hi Swathi,
See the attached example. You can use simple "Select in Field" action in both the buttons.
I hope this helps!
Cheers,
DV
www.QlikShare.com
Hi,
have a look at attached application.
Regards
ASHFAQ
Hi,
another solution with Listboxes pretending to be buttons (i.e. no triggers and actions needed):
hope this helps
regards
Marco