Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Export as pdf in OBIEE 11g

Question
1
Views
0
Comments
3170363
3170363 Rank 1 - Community Starter

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