You need to sign in to do that
Don't have an account?
MattMet86
VisualForce - Remove decimal from value pulled using !$User resource
I can't seem to get the syntax right on this function. My goal is to simply remove the decimal point value from my number as this value is always a whole number.
Any ideas?
<apex:outputText value="{!Math.Floor({!$User.Performance_Points_MTD_User__c})}"/><br/>
Any ideas?
e.g.
If that ^^ doesn't work, then I'd suggest performing that logic in your controller.
All Answers
e.g.
If that ^^ doesn't work, then I'd suggest performing that logic in your controller.