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
Selvakumar Anbazhagan 7Selvakumar Anbazhagan 7 

Need Customize Reports in salesforce

Hi Everyone,

I have developed few reports in salesforce. But Report builder have so many limitations.Basically I need to design a tailored report to meet my requirement.

I would like to customize a report in a various ways. Few of them given below.

1.Last 8 week historical data snapshot in a same table.

2.By placing column and rows in a particular order.

3.Need to apply various filters.

4.% of calculation by compare two different tables(Different Reports)

So far,Am exporting data from SF using data loader and Preparing report in Excel Pivot Tables. But i need all these to done within salesforce.

How can I do this? Can I do it with Apex and VF? 

Thanks!
Vishal_GuptaVishal_Gupta
Hi,

Yes you need to create your custom VF page to create your report containing your required filters.

Thanks,
Vishal
Selvakumar Anbazhagan 7Selvakumar Anbazhagan 7
Thanks you Vishal fpr your respond.

But i am new to VF. I don't know how to start by coding. Can you share me any sample codings for reports or helpful links to do it.

I looked in so many links while search of it. but i didn't get a start up things. It would be great helpful to me. 

Thanks!!