- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
uveys
Engager
04-01-2020
05:37 AM
Hello everybody!
I have the following issue. i have two dashboards and i want to pass two tokens to another dashboard in one link tag. In a similar thread there was the suggestion of the usage of "&" but when i do the same, i get the following error message: Invalid character entity
The link tag looks like this:
dashboard?form.token1=$row.field1$&form.token2=$row.field2$
Passing one token works perfectly but i need two. I'd be very thankful for any suggestions
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

gcusello

SplunkTrust
04-01-2020
06:39 AM
Hi @uveys,
try &
instead &
:
dashboard?form.token1=$row.field1$&form.token2=$row.field2$
Ciao.
Giuseppe
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

gcusello

SplunkTrust
04-01-2020
06:39 AM
Hi @uveys,
try &
instead &
:
dashboard?form.token1=$row.field1$&form.token2=$row.field2$
Ciao.
Giuseppe
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
uveys
Engager
04-01-2020
07:09 AM
Thank you Guiseppe! It solved the issue 🙂
Best Regards
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

gcusello

SplunkTrust
04-01-2020
07:12 AM
Hi @uveys,
you're welcome!
Ciao and Next time!
Giuseppe
