A user wants to add the token $token_name$ to a dashboard for use in a drilldown. Which token filter encodes URL values?
A user wants to add the token $token_name$ to a dashboard for use in a drilldown. Which token filter encodes URL values?
The correct token filter to encode URL values is $token_name|u$. This filter URL-encodes the token, which is necessary for making the token safe for use in URLs. Without URL encoding, characters that have special meanings in URLs (like spaces and punctuation marks) could disrupt the functionality of links and drilldowns.
Letter D is correct.