Handle Escaped Characters in RENDER Statements
Workarounds
1
2
Use a named query to pull the data ahead of time
<!--{{!<LineItemsSOQL>
<class>none</class>
<queryname>myQuery1</queryname>
<soql>
SELECT count(id) cid
FROM opportunity
where id = '{{!opportunity.id}}' and New_Line_Test__c = 'Test: <'
</soql>
</LineItemsSOQL>}}-->{{!myQuery1.cid}}<br />
<br />
Render Text if: <!--RENDER= {{!myQuery1.cid}} > 0 -->RENDER TEXT HERE <!--ENDRENDER-->PreviousQuick Setup: Conditional Logic With Microsoft Templates (DOCX, PPTX, XLSX)NextRetrieve and Reuse Data
Last updated
Was this helpful?

