Hello All, I have a view column with the below formula: myPath := "http://"+@LowerCase(@Name([CN];@ServerName)) + "/" + @LowerCase(@WebDbName); "<a href=\"" + myPath + "/0/" + @Text(@DocumentUniqueID) + "?OpenDocument\" target=\"_new\">" + ReqNo + "</a>" When i open the view in web, only text is coming instead of the hyperlink..!! Am i missing any other setting?