+ Start a Discussion
SPruittSPruitt 

VisualForce FLOOR function syntax problem

The line:

 

<apex:pageBlockTable value="{!tiers}" var="tier">

     <apex:column value="{!FLOOR(tier.unit__c)}"/>

 

produces this runtime problem:

 

Syntax error. Missing ')'
Error is in expression '{!FLOOR(tier}' in component <apex:pageBlockTable> in page subscription