How to use $$FullList on Quantity data-type?

Discussion in 'Tally Developer' started by torsky, Jan 21, 2019.

    
  1. torsky

    torsky New Member


    Sir

    I'm trying to extract values from Inventory entries under voucher object. I'm successfully able to extract stock item name which is String data-type like this:
    $$FullList:InventoryEntries:$StockItemName

    However, I'm trying to extract Billed Quantity which is actually a quantity data type as you can see here:

    [​IMG]

    Since a quantity type I cannot use $$FullList on $BilledQty since it works only on String as you can see here: [​IMG]

    Can someone help me how to get the full list of the billed qty from voucher?

    Thank you!
     


Share This Page