^URLEncode();
This macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It's syntax looks like this: ^URLEncode("Is this my string?");
This Macro may be nested inside other Macros if the encoded text does not contain commas or quotes.
Keywords: macro