pen one
08/22/2020, 9:20 PM<#list transaction.apply as app>
<#if app.apply == "Yes">${app.refnum}</#if>
</#list>
but this is not working. If I show ${app.apply}
I see a Yes No so I tried that but still no joy, What should the if statement be?