• Sourabh Coolkarni
  • NEWBIE
  • 5 Points
  • Member since 2016
  • Salesforce Developer

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
We have two objects. It's having look up relationship. I need record count of that object.
Example Account object and contact object. I need count of contacts to each Account.

The Footer of my pageblock table below is always aligning the data in footer to the left. Is there any way to center align it?

 

<apex:column style="text-align:center;">
<apex:facet name="header">NSY Quota</apex:facet>
<apex:outputText value="{0,number,###,###,###,###,###}">
<apex:param value="{!FinalMap[Grid].RepNSY_Quota}"/>
</apex:outputText>
<apex:facet name="footer"><apex:outputText value="{0, number,###,###,###,###,###}">
<apex:param value="{!FooterNSYQuota}"/>
</apex:outputText></apex:facet>
</apex:column>

  • September 27, 2013
  • Like
  • 1