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
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