Skip to content

Instantly share code, notes, and snippets.

@winniecluk
Created March 31, 2017 22:55
Show Gist options
  • Save winniecluk/a75eeaea71c62296a761f115e38d1e9c to your computer and use it in GitHub Desktop.
Save winniecluk/a75eeaea71c62296a761f115e38d1e9c to your computer and use it in GitHub Desktop.
<aura:if isTrue="{!property.Total_Funding_to_Date__c &amp;&amp; property.Sold_Price__c}">
<ui:outputNumber value="{!(property.Total_Funding_to_Date__c / property.Sold_Price__c) * 100}" format=".00" />%
</aura:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment