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
Will Sun 14Will Sun 14 

how to create a Visualforce Page to display the maximum value of group of custom data fields

I am trying to create a Visualforce page to display the maximum value of group of custom data fields, but don't know what to start.
Here are the custom data fields:
Repair_hours_1__c
Repair_hours_2__c
Repair_hours_3__c
Repair_hours_4__c
Repair_hours_5__c
Repair_hours_6__c
Repair_hours_7__c
Repair_hours_8__c
Repair_hours_9__c
Repair_hours_10__c
Repair_hours_11__c
Repair_hours_12__c
Repair_hours_13__c
they are formula based with (number) and they are under Custom Object Case_Product__c

Thank you