L
lunde
I have a query where I extract a line per order_line. One of the fields
is products_price, but as there can be several lines for a given order,
and I need to set a flag if the total products_price per order is below
a certain limit, I do not know how to add the products_price per line
into a total. It would be o.k. to duplicate the total for each line in
the output.
Mogens
is products_price, but as there can be several lines for a given order,
and I need to set a flag if the total products_price per order is below
a certain limit, I do not know how to add the products_price per line
into a total. It would be o.k. to duplicate the total for each line in
the output.
Mogens