Hi,
Can i perform calculation that fetch value from different table in database?
i have two tables which are inbound and outbound table ,
i need to calculate item in stock,item out and total item.
i need to minus total item with item out,in order to find item in stock.
But the problem is total item is store in inbound table and item out is store in outbound table,
so how do i need to perform the calculation that fetch value from different table in database?
Can i perform calculation that fetch value from different table in database?
i have two tables which are inbound and outbound table ,
i need to calculate item in stock,item out and total item.
i need to minus total item with item out,in order to find item in stock.
But the problem is total item is store in inbound table and item out is store in outbound table,
so how do i need to perform the calculation that fetch value from different table in database?
Comment