hello I have added udf to LedgerEntry as below: [#Object : LedgerEntry] IsDepSales : $udfIsDepSales For a given ledger I want to get credit total of all ledgerentries where $udfIsDepSales = "Yes", however I am not able to find a way to do so. I understand that we can get total via $CreditTotals, but I want to filter the credits where $udfIsDepSales = "Yes"