Hello,
I have two queries. First query contains all orders, second query contains details for an order. At the moment I have two crosstabs. First crosstab contains first query and second crosstab the second query. And I have a dropdown-box which is filled with members of first query that means all orders. If I select an order in this dropdown-box second query will filtered by selected order.
Now my question: Is it possible to click in first croostab on an order and second crosstab is filtered by clicked order? So I don't need the intermediate step with dropdown-box?
Many thanks in advance
Ella