@kamlesh_vaghela Thanks for the reply.
What if the query returns a table with _time and CountPerDay as columns, with multiple rows?
Can you please share more details OR sample code for First Panel and How you want to use Table data in Second Panel?
Yes, you can. In first panel search, add done tag with set token. Use that token in another panel as per your requirement.
<search>
<query>YOUR_SEARCH</query>
<earliest>-24h@h</earliest>
<latest>now</latest>
<done>
<set token="tkn_Column">$result.COLUMN$</set>
</done>
</search>