Loading

How To Use a URL Parameter With Spaces in tabcmd get

Udgivelsesdato: Aug 25, 2025
Opgave
When passing a Dimension or Parameter in the URL (such as when filtering the view by specifying a Dimension or Parameter in the URL), how to specify a parameter which contains spaces when retrieving the filtered view using tabcmd get.
Trin
Encode the space in the URL parameter using %20 (standard HTML character code for a space).

For example, encoded version:
tabcmd get "/views/WorkbookName/ViewName.png?ParameterName=Parameter%20Value&:refresh=y" -f "Output Name.pdf"
Instead of:
tabcmd get "/views/WorkbookName/ViewName.png?ParameterName=Parameter Value&:refresh=y" -f "Output Name.pdf"
Note: If using the command in a batch file, it may be necessary to add an additional % character (%%20)
Yderligere ressourcer
Other special characters (such as a period) should also be encoded using standard HTML character code.
Vidensartikelnummer

001458145

 
Indlæser
Salesforce Help | Article