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
alex_from_parisalex_from_paris 

Which visualforce object should I use ?

Hello
I would like to have a report like this but I could not do it with SF report (matrix only count activities)
So the idea would be to build a SF Site
Question is : which visualforce object should I use to have this result ?

Afzal MohammadAfzal Mohammad

Am afraid, there is no such component in vf.

 

However you may use a combination of <apex:repeat> and standard html to achieve any format of your desire.

 

Below thread may give some heads up.

http://boards.developerforce.com/t5/General-Development/How-to-get-the-report-in-Matrix-Format/td-p/263019

 

Afzal