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
VisualForce PagesVisualForce Pages 

Visual force Page - Very Urgent

Hi,

I am working on development side (Visual force page). Here I am trying to show the customize reports based on months, groups from the custom objects. Here I have almost 5 groups in the page with 5 rows in every group.

I am showing main modules and also sub modules based on the groups, months. My problem is I am not able to show the sub module under main group. I am getting the sub module in another main group.

For Eg: Assume that, Test is the custom object. In this I have two fields Test1, Test2
so, here iam showing test1 group has a main module and test2 has a sub module on the page
data is like  for test1 : A, B, C
data is like for test2 : A1, B1, C1

Need to show these data hierarchical way.

As, A1 is under A, B1 is under B, and C1 is under C 
but I am getting the data has A1 is under is C vice versa.

So, Can any one suggest me how to approach this way.

Thank You!!!!
VikashVikash (Salesforce Developers) 
Hi,

Plesae refer these links to understand about the Visualforce  Page Reports

http://docs.releasenotes.salesforce.com/en-us/api/release-notes/rn_analytics_vf_charts.htm
https://developer.salesforce.com/blogs/developer-relations/2013/09/using-the-salesforce-analytics-api-on-a-visualforce-page.html
http://theblogreaders.com/salesforce-reports-and-dashbord-on-a-custom-visualforce-page/#.U17AQvldWUU

Thanks
Vikash_SFDC