SToCK in a specified date

SOLVED

Hello i working on SCRIPT of Stock in a BI TOOL i want to have initial stock,amount of incoming quanity what ever transaction ID . and outcome is there a way to have the stock in a speciefied date a table which give this information 

because STOJOU inclide just all mouvements.

Parents Reply
  • 0 in reply to Rachid MAZOUZI

    Care to share how you did it?

    If you aggregate the total amount per giving month  ,you will end with just the total transactional value , not the inventory value.

    I've solve it by using windows function (SQL/SEI) to include running value since the start on sage (in STOJOU tables)

    Meaning that I had to sum all transaction for giving material(s)  until giving date.

Children