Same data in two tables after filtering

Same data in two tables after filtering

vivalazvivalaz Posts: 10Questions: 6Answers: 0
edited May 2018 in Free community support

There is a way to make something like that:
I have main and additional table. After filtering in the main table, I have an array of Id's. Is it possible to filter out an additional table on these Id's?

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @vivalaz ,

    This example here is similar, though in some ways opposite, to what you want to do. Here, rows that match a search are transferred to a second table on the click of a button. You could use this as a guide, and instead of adding the rows to the second table, remove them out as you want.

    Cheers,

    Colin

  • vivalazvivalaz Posts: 10Questions: 6Answers: 0

    Sorry, but still I can not understand how to display the corresponding rows in the additional table based on the data received from the main table column?

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @vivalaz ,

    Here you go - take a look at this here. Any record matched in the top table is removed from the second table. Hope that's what you're after,

    Cheers,

    Colin

This discussion has been closed.