I am trying to pull inventory records by GL Posting Date.
Transaction tables is iv30300 ( inventory table having all records relating inventory which orignates in inventory and sales and purchase transactions orignates from sales and purchase orders modules.
I am using following formula to transaction from iv30300 table. but it does not return any value/transactions
if {BM30200.PSTGDATE} <= cDateTime(2005,05,31,00,00,00)
then {IV30300.TRXQTY}
else if {IV30200.GLPOSTDT} <= cDateTime(2005,05,31,00,00,00)
then {IV30300.TRXQTY}
else if {sop30200.GLPSTGDATE} <= cDateTime(2005,05,31,00,00,00)
then {IV30300.TRXQTY}
else if {PM30200.GLPSTGDATE} <= cDateTime(2005,05,31,00,00,00)
then {IV30300.TRXQTY}
Any idea would be great help.
Thanks
-bhat
Transaction tables is iv30300 ( inventory table having all records relating inventory which orignates in inventory and sales and purchase transactions orignates from sales and purchase orders modules.
I am using following formula to transaction from iv30300 table. but it does not return any value/transactions
if {BM30200.PSTGDATE} <= cDateTime(2005,05,31,00,00,00)
then {IV30300.TRXQTY}
else if {IV30200.GLPOSTDT} <= cDateTime(2005,05,31,00,00,00)
then {IV30300.TRXQTY}
else if {sop30200.GLPSTGDATE} <= cDateTime(2005,05,31,00,00,00)
then {IV30300.TRXQTY}
else if {PM30200.GLPSTGDATE} <= cDateTime(2005,05,31,00,00,00)
then {IV30300.TRXQTY}
Any idea would be great help.
Thanks
-bhat