J
jet328
I wanted to make a small adjustment to the receipt when a certain
condition is met.
If a particular word (eg. family) is typed into the comment on an item
I wanted something slightly different to happen to the receipt
I've just about got it, just stuck on the condition tag
<IF>
<CONDITION>len(Entry.Comment)</CONDITION>
<THEN>
I can get it using len but this makes it happen for any word, is there
anyway I can make it so that it is more specific ie Entry.Comment
contains '%family%'
condition is met.
If a particular word (eg. family) is typed into the comment on an item
I wanted something slightly different to happen to the receipt
I've just about got it, just stuck on the condition tag
<IF>
<CONDITION>len(Entry.Comment)</CONDITION>
<THEN>
I can get it using len but this makes it happen for any word, is there
anyway I can make it so that it is more specific ie Entry.Comment
contains '%family%'