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
Synthia B.Synthia B. 

Create a report from Visualforce Page

I have a Visualforce page ( Missing Field Report) that captures fields that do not contain data on all opportunities. I would like to create a report showing what fields are missing data as well as the corresponding opportunity. 

Can I create a report from a Visualforce page? 
 
Best Answer chosen by Synthia B.
Rajendra RathoreRajendra Rathore
Hi Synthia,

You can't create a report from Visualforce page.
But you can use Visualforce page to create dashboard component.

See here : https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_basic_dashboard_components.htm


Thanks,
Rajendra

All Answers

Rajendra RathoreRajendra Rathore
Hi Synthia,

You can't create a report from Visualforce page.
But you can use Visualforce page to create dashboard component.

See here : https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_basic_dashboard_components.htm


Thanks,
Rajendra
This was selected as the best answer
Synthia B.Synthia B.
Thank you Rahendra