how to include specific rows from a table in a panel into another panel in the same dashboard?
Probably a number of ways you could do this - the way I would approach it is to have a drilldown on your first panel that adds a unique identifier from the event in the first table to a token, which you then use in the search of the second panel to just retrieve those selected events. You might also want a way to reset the token. This partly depends on your data, so you would have to decide a way forward.
How are you specifying which rows you want in the other panel?
i want to be able to choose the specific rows from the result of the table and add those in the other table
Probably a number of ways you could do this - the way I would approach it is to have a drilldown on your first panel that adds a unique identifier from the event in the first table to a token, which you then use in the search of the second panel to just retrieve those selected events. You might also want a way to reset the token. This partly depends on your data, so you would have to decide a way forward.
Thanks for your help, it was almost the exact solution i was looking for, had to slog a bit for getting it right.