[ic] log_transaction question

Chris Kershaw chris at endpoint.com
Wed Sep 29 19:06:27 UTC 2010


DB wrote:
> Hi - am I able to stuff an "if" condition within the [import] tag such as:
>
> [import table=transactions type=LINE continue=NOTES]
> ...
>
> [if value mv_payment_mode eq purchase_order]
> paid: 1
> [/if]
>
> [/import]

Try this:

[import table=transactions type=LINE continue=NOTES]
...

paid: [if value mv_payment_mode eq purchase_order]1[/if]

[/import]




-- 
Chris Kershaw
End Point Corp.
Direct Line: 919-249-5356
Fax: 866-281-1373 
http://www.endpoint.com




More information about the interchange-users mailing list