printing in PDF shows HTML code instead of text
hi,
i have a dashboard that contains several reports.
some of them have drill-down functionality.
in the Column Formula I wrote an HTML code that calls a Javascript:
'<span style="cursor:pointer;cursor:hand;color:#000099;text-decoration:underline" onClick="javascript:ManofITLinkById('''||"Custom Object 1".ROW_ID||''', '''||'CustomObj1'||''');">Visit Details</span>'
in the dashboard, when i click on printer friendly->PDF, the HTML code is seen instead the text supposed to be in there.
in printer friendly->HTML, it works fine, the text appears, and not the HTML code.
i opened an SR, and was told to move the code to Data Format tab under properties of the column.
i have a dashboard that contains several reports.
some of them have drill-down functionality.
in the Column Formula I wrote an HTML code that calls a Javascript:
'<span style="cursor:pointer;cursor:hand;color:#000099;text-decoration:underline" onClick="javascript:ManofITLinkById('''||"Custom Object 1".ROW_ID||''', '''||'CustomObj1'||''');">Visit Details</span>'
in the dashboard, when i click on printer friendly->PDF, the HTML code is seen instead the text supposed to be in there.
in printer friendly->HTML, it works fine, the text appears, and not the HTML code.
i opened an SR, and was told to move the code to Data Format tab under properties of the column.
0