In my qlikview there are two sheets, sheet1 and sheet2.
In sheet1, there are two listbox, one for OrderId and second for Orderdate.Both the listbox has different alternate states.
In sheet2, there is Tablebox which has all Order details (like OrderId, OrderDate, City,Country etc).
I want to pass the alternate states of listbox of sheet 1 to sheet 2 and apply these (alternate values) as filter to Tablebox. Means Tablebox should display only those records which matches with alternate state values.