year to date values

Discussion in 'Tally Developer' started by kosi, Jul 23, 2019.

    
  1. kosi

    kosi Member


    learned programmers
    is there a formula that can help me fetch year to date values
    if i pull a report for 3rd march 2019
    and the database current period is 1-1-2019 to 31.12.2019
    i want to pull values from 1-1-2019 to 3rd march 2019 to
    thanks
    regards
    philip
     


  2. drive

    drive Active Member


    simple
    ;;Add Variable In Report Like

    Variable : SVFromDate, SVToDate
    Set: SVFromDate : $$FinYearBeg:##SVCurrentDate:$StartingFrom:Company:##SVCurrentCompany
    Set: SVToDate : ##SVCurrentDate
     


Share This Page