function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFDC_sadasSFDC_sadas 

Custom report

Hi,

I am new to VF page and I need to create the following custom report.

for a given account it should show several lists with

Key Contacts
Funds
Opportunities 
all in seperate tables and should be able to export them as PDF and CSV files.

Any help please.

Regards
Sadas.
Best Answer chosen by SFDC_sadas
Ramu_SFDCRamu_SFDC
Implement the Visuflaforce page on the same guidelines as explained in the below post

https://developer.salesforce.com/forums/?id=906F00000009XMUIA2

To enable pdf generation capabilities you need to follow the procedure as explained below

http://mindfiresfdcprofessionals.wordpress.com/2013/10/09/visualforce-page-that-renders-as-pdf-when-a-button-is-pushedclicked/

For csv generation follow these guidelines

http://salesforceapexcodecorner.blogspot.in/2012/03/export-in-csv-and-excel-in-apex.html