- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can I use tokens in a search from another search results?
I have two panels - Network panel and Details panel - and a text input. My Details panel loads based on the results from my text input. What I would like to do is to create a token for the results in the Details panel, and then load the Network Panel with the matching values from the Details Panel.
My text input token is text_token, and I created a token for the Details Panel:
<done>
<set token="result_token">$result.my_field$</set>
</done>
Appreciate any help! Thank you.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Of course you can use token from a different search result.
However, if you are setting the token as result.field, you can get only the result of the first row in the token.
Reference : Tokens
Alternatively, you may use drilldown on the result set to make it depend on any row
Reference : Use drilldown for dashboard interactivity
What goes around comes around. If it helps, hit it with Karma 🙂
