Oracle Analytics Cloud and Server

Export as pdf in OBIEE 11g

Question
1
Views
0
Comments

Hi all, In dashboard page i wanna enable export as pdf for the customer , currently i can able to export to excel..

i have used html code for Excel , But i cant export as pdf , anyone help with this issue

HTML for Excel:

<a class="NQWMenuItem NQWMenuItemWIconMixin" name="pdf" href="javascript:void(null)" onclick="return saw.dashboard.exportToExcel('/.........../', 'Export - Cummulative', true);"><table class="MenuItemTable" cellspacing="0" cellpadding="0"><tbody><tr><td class="MenuItemIconCell"><img alt="" src="res/sk_blafp/catalog/exporttoexcel_ena.png"></td><td class="MenuItemTextCell">Print Pdf</td></tr></tbody></table></a>

Thanks in advance ,

Dinesh