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

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