You need to sign in to do that
Don't have an account?
Pbondalapati
VisualForce FLOOR function syntax problem
The line:
<apex:pageBlock">
<apex:inputText value="{!FLOOR(tier.unit__c)}"/>
produces this runtime problem:
Syntax error. Missing ')'
Error is in expression '{!FLOOR(tier}' in component.
This specific line seems OK,
so it is possible that you miss ')' somewhere before that.
You can't apply a function to a the merge field of an inputText component.