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?