Scruffy
04/28/2022, 7:06 PM<#if item.id != XXXX>
but it didnt seem to like that. Why?
Slack Conversationbattk
04/28/2022, 7:42 PMbattk
04/28/2022, 7:43 PMScruffy
04/28/2022, 8:08 PM<#if !item.item?contains("string")>
to
<#if item.id != XXXX>
where XXXX = internal id of the item i want filtered out.
I get a bunch of field type comparator errors. How do you suggest i filter out a line item to be printed by internal id?battk
04/28/2022, 9:15 PMbattk
04/28/2022, 9:15 PMScruffy
04/28/2022, 9:22 PMScruffy
04/28/2022, 9:24 PM