We have a IDO we build with a derived field, the same at the DerNetPrice in the SLcoitems IDO with a slight difference. When we run the dataview it just spins, (it did not before we added the below) What are we doing wrong. Please help, IDO has co table and coitem table joined on the co_num..
ROUND(ISNULL(qty_ordered_conv,0) * (1.0 - ISNULL(disc,0) / 100.0) * ISNULL(price_conv,0), 2)