using a fileter attribute for bursting
I am trying to burst a document to email using the filter attribute. the documentation states the filter wil apply to only those that equal the filter, and all others will use the other template. I have what I wrote below. When the order_type is not ETEK Parts, only the first template is used. However, I'm getting 2 pages for the ETEK Parts orders, one with the first template and one with the second.
Please tell me what i have done wrong.
<xapi:template type="rtf" location="/itt/csf/dev/applcsf/out/ITTDEV_oapmtfw07/IMCCUS_PROFORMA_INV_XML.rtf"> <xapi:template type="rtf" location="/itt/csf/dev/applcsf/out/ITTDEV_oapmtfw07/IMCCUS_PROFORMA_INV_CMCDE_E_XML.rtf" filter=".//G_ORDERS[ORDER_TYPE='ETEK Parts']"/>
0