XML Bursting - multiple selection in filter=
I am bursting the RAX_INV R12 Invoice print.
I have successfully burst using a filter with a single selection filter=" .//LIST_G_INVOICE/G_INVOICE[CF_EMAIL = 'EMPTY']"/>
The above filter works perfectly if the CF_EMAIL value is either "EMPTY" or not "EMPTY" - no problem
I cannot burst based on more than one condition, so I want to burst based on CF_EMAIL and on TRX_TYPE.
So I want to burst TRX_TYPE= "CM" AND CF_EMAIL !="EMPTY" differently from TRX_TYPE != "CM" AND CF_EMAIL != "EMPTY"