The $$FullList function returns incorrect results in Tally 7.2 in certain cases, but works fine with Tally ERP 9 Release 1.5.
Scenario
Step 1)
Enter a Sales voucher with following items :-
Name Qty Rate Amt
Item A 5 100 500
Item B 5
Item C 5 150 750
Step 2)
Use the following SELECT-SQL to retrieve data from Tally :-
Select $$FullList:InventoryEntries:$BilledQty,$$FullList:InventoryEntries:$Rate From CompanyVouchers
Result:-
Case a) Tally 7.2
Qty Rate
5 ,5, 5 100
Case b) Tally ERP 9 Release 1.5
Qty Rate
5 ,5, 5 100, , 150
No comments:
Post a Comment