How to pass “&” in datalink to a different dashboard?
I have a data like " Chrome & Mozilla " in a variable, now when I try to pass this using datalink everything from the & i.e. “& Mozilla” is getting ignored and in the other dashboard in that particular variable only "Chrome " is showing.
Please let me know if anyone know the solution.
Hello and welcome to the forum, @sujoyr723
Have you tried URL-encoding the ampersand as %26
?