I have a numeric rollup sum field in Salesforce that displays a currency value. I would like to display the value with leading text IF it is grater than $0.0. I have tried several ways to format it but all end in errors or simply show the formula text. Please let me know how to structure this. This is the latest failed attempt.
<# <Conditional Select="/SBQQ__Quote__c/FPS_PASC_Year_1__c" NotMatch=0 /> #>
Fee Per Study: (field value)
<# <EndConditional/> #>