This is what i was suppressing in the section.
//{invoice_line.invoice_line_type} = [928, 929, 930]
//OR
//{invoice_line.item_id} = 'FINANCE CHARGE'
in select expert
{invoice_hdr.invoice_date} in {?Beginning Date} to {?Ending Date} and
{address.delete_flag} = "n" and
{invoice_hdr.customer_id} like ["11591", "23530"] and
{invoice_line.item_id} in ["DURAC MN1300", "DURAC MN1400", "DURAC MN1500", "DURAC MN1604", "DURAC MN2400", "RAY 6V-HD", "RAY AL-9V", "RAY AL-AA", "RAY AL-AAA", "RAY AL-C", "RAY AL-D"]
When i am trying to sum the extended price for these specific item id's it is not correct. the qty's and price equal the ext price. but when summing it, it is not correct.
trying to figure out where to stick this if it is correct
if {invoice_line.invoice_line_type} = [928, 929, 930] then {invoice_line.extended_price} else 0
But it tell me it should be a boolean