Accessing Previous Line Values in DLIST Functions


Ashvin Gami

2022-03-22 12:33:53


    Example function to find next cheque no in DLIST lines

    "prev${Payment Cheque No}"==""?(${Start Cheque Number}+${Sr. No.}):(prev${Payment Cheque No}+1)

     




    Related Articles