Hi Tony,
particular case you may want to select on OrderRel.OpenRelease (True = Open,
False = Closed/Voided). It's gets you want you're looking for and it won't
provide false positives where the release was voided and the quantity
calculation would show it as open.
Mark W.
> first I want to get something out of my system... Whoever designed the BAQ"Whoa!" he says in his best Joey voice, that's brutal...
> GUI should be tied to a chair and forced to watch Full House, the Complete
> Series,
> In SQL syntax, if I want only the release records with balance left toWhile the general problem of filtering on a calculation remains, in this
> ship, I might do something like
> select * from orderrel where (orderrel.ourreqqty >
> (orderrel.ourjobshippedqty + orderrel.ourstockshippedqty))
>
> How do I translate this to a Vantage BAQ?
particular case you may want to select on OrderRel.OpenRelease (True = Open,
False = Closed/Voided). It's gets you want you're looking for and it won't
provide false positives where the release was voided and the quantity
calculation would show it as open.
Mark W.