Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a .qvw with 3 tables. For example:
Table1:
Tour | Driver 1 | Qualification |
---|---|---|
10 | Peter | A, B, C |
Table2:
Tour | Driver 2 | Qualification |
---|---|---|
10 | Paul | C, D |
Table3:
Tour | Driver 3 | Qualification |
---|---|---|
10 | John | A, B |
My Problem is:
When i select Tour 10, then i want to show in a listbox or a diagramm the result of Qualification from all Drivers
Tour | Qualification |
---|---|
10 | A, B, C, D |
Can anybody help me?
Thanks
Chris
GREAT!!
Here are the two .qvd.
ZQUA_TESTCW.qvd and TOUR_Ebene2.qvd
Sorry for the delay - my internet went down!
Here you go - see attached. I have commented the script so hopefully you'll follow the logic.
Hope it helps,
Jason
Hi Jason,
no Problem!
I could follow your comments and it works fantastic.
Thanks for your quick help!!
Chris