How to use date range filter in report

Discussion in 'Free Source Codes' started by Rishi kumar, Mar 12, 2024.

    
  1. Rishi kumar

    Rishi kumar Member


    Dear expert
    I have created a sales details report in which all sales vch details are showing
    I want to filter data according to date wise e.g if I want to show only data belongs to date 1 to date 15 then only 15 days data shown . I have already use a filter to filter data according to month wise. After month wise I want to add filter according to date wise.
    Pls guide me how I use filter in collection to attain this.

    Thanks
    Rishi
     


  2. AMIT JALAN

    AMIT JALAN Member


    Code:
    [System: Formula]
    
    Filter1: $Date >=##SVFromDate AND $Date<=##SVToDate
     


  3. Rishi kumar

    Rishi kumar Member


    Thanks sir
     


Share This Page