Hi
I have 2 tables
Purchase Table - ItemCode, Qty Recd
Issue Table - ItemCode, Qty Issued
I want to group Data by ItemCode and then display data like below
ItemCode Qty Recd Qty Issued Qty Balance
1 10 2 8
2 4 4
Thanks
Hi
I have 2 tables
Purchase Table - ItemCode, Qty Recd
Issue Table - ItemCode, Qty Issued
I want to group Data by ItemCode and then display data like below
ItemCode Qty Recd Qty Issued Qty Balance
1 10 2 8
2 4 4
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ramco RamcoPosted Oct 16, 2022, 5:30 PM
Hi Muhammad
It is giving error on context.view_details - could not find an implementation of the query pattern to source type table
Thanks
Sachin SinghPosted Oct 16, 2022, 2:29 PM
Muhammad Imran AnsariPosted Oct 16, 2022, 2:14 PM
Try the following query: