Thank you tuba2007.
Now I get back more rows but NOT all rows on PO.
I figured out that the omited rows are rows where there IS a contract price but with a different customer number, so this would be the tweak needed to get all PO rows with the contract pricing by a specific customer number or...
Trying to match Purchace order VS Item pricing to verify our margins.....
This works fine:
SELECT POPORH1.PONUMBER, POPORH1.VDNAME, POPORL.ITEMNO, POPORL.ITEMDESC, POPORL.OQORDERED, POPORL.UNITCOST
FROM (POPORL INNER JOIN POPORH1 ON POPORL.PORHSEQ = POPORH1.PORHSEQ) INNER JOIN ICITEM ON...
Hello
using the following query to get qty SOLD for 2009:
SELECT OEINVD.ITEM, Sum(OEINVD.QTYSHIPPED) AS SUMSOLD
FROM OEINVH INNER JOIN OEINVD ON OEINVH.INVUNIQ = OEINVD.INVUNIQ
GROUP BY OEINVD.ITEM, OEINVH.INVFISCYR
HAVING (((OEINVH.INVFISCYR)="2009"));
and the following to get RETURNS for...
Not sure i'm in the right place fo rthis question.
I have a text box and would like to have the text in in auto fit...is this possible ? That is if the words are longer that the fixed withd of teh text box the font gets reduced....
Hello,
Is it possible to:
1- P/O Purchase Order Entry : Display the Items SORTED by ITEM NUMBER (in sted of sorted as order entered)? If so how ?
2- What part of the crystal report that prints out the PO would I need to modify to ALSO sort by ITEM Number ?
I got it...
I checked the link on the table I suspected....and sure enough I changed the link from inner join to left outer join(the only other option available)...and VOILA the Item prints....
Thank You again ettienne & tuba2007 for all you efforts in helping and pointing me in the right...
Again, Thank You BOTH for the imput.
Yes I spend alot of time to come up with the fact that yes a custom PO is being used.
Funny that ONLY SEEMS to be this one item that is problamatic.
I tried the STANDARD PO and this anomaly Item PRINTS OUT !!!!
So I guess tuba2007 is correct in maybee the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.