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
Hi @uveys,
try &
instead &
:
dashboard?form.token1=$row.field1$&form.token2=$row.field2$
Ciao.
Giuseppe
Hi @uveys,
try &
instead &
:
dashboard?form.token1=$row.field1$&form.token2=$row.field2$
Ciao.
Giuseppe
Thank you Guiseppe! It solved the issue 🙂
Best Regards
Hi @uveys,
you're welcome!
Ciao and Next time!
Giuseppe