Skip to Content
0
Former Member
Jan 02, 2008 at 09:46 PM

HTMLEncode and URLEncode functions

813 Views

Post Author: Jon80

CA Forum: WebIntelligence Reporting

HTMLEncode seems to return the same string that is updated to it as a parameter.

- HTMLEncode("dummy") returns "dummy"; HTMLEncode(www.businessobjects.com) returns www.businessobjects.com. Is it possible to have Webi create it as a hyperlink?

- URLEncode seems to return the expected html format (sorry cannot copy and paste) as given within the documentation.

Should there be a difference between these functions?