You need to sign in to do that
Don't have an account?

Show on VF page results of the 3 SOQL requests
Hello!
I need to show on the VF page (table) results of the 3 SOQL requests:
I have 2 objects: Users and related SyncLog__c
I need to see on the table
First column: Users list
Second column: Is there records created before 10 AM YES/NO
Third column: Is there records created after 6 PM YES/NO
I need to show on the VF page (table) results of the 3 SOQL requests:
I have 2 objects: Users and related SyncLog__c
I need to see on the table
First column: Users list
Second column: Is there records created before 10 AM YES/NO
Third column: Is there records created after 6 PM YES/NO
With out more details,
Now that we have the maps, you can use the following to print them as needed.
Other resources:
- http://bobbuzzard.blogspot.com/2011/03/visualforce-dynamic-map-bindings.html
- https://developer.salesforce.com/forums/?id=9060G000000UYlqQAG (using <apex:repeat>)
- https://salesforce.stackexchange.com/questions/46461/how-can-i-display-the-key-value-from-a-map-in-a-vf-page