serial number start from 0 in only in report reports

Discussion in 'Requests' started by HAROON2015, Oct 31, 2019.

    
  1. HAROON2015

    HAROON2015 Member


    hi,
    Code:
    [#Line: DSP AccLine]
    Add:Field:At Beginning:DNSSNo
    
    [#Field:DNSSNo]
    Set as         :$$Line
    Format : "Nozero"
    invisible:$$InPrintMode or $$inExportMode
    width : 3
    
    
    [​IMG]
     

    Attached Files:

    • AAAA.JPG
      AAAA.JPG
      File size:
      568.2 KB
      Views:
      77


  2. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Use
    $$Line -1

    Simple:)
     


  3. HAROON2015

    HAROON2015 Member


    yes you are right sir,
    i use
    Set as :IF ##IsStockReport THEN $$Line-1 ELSE $$Line
    now its working
    [​IMG]
    but when i open any date then i don't want to start from $$line-1
    [​IMG]
     

    Attached Files:

    • 1st.JPG
      1st.JPG
      File size:
      44.5 KB
      Views:
      65
    • 2nd.JPG
      2nd.JPG
      File size:
      124.1 KB
      Views:
      67


  4. HAROON2015

    HAROON2015 Member


    little problem
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Find out the Field name of "opening balance" on the right side column......

    Set as :IF #rightColfield = "Opening Balance" THEN 0 ELSE $$Line
     
    HAROON2015 likes this.


  6. HAROON2015

    HAROON2015 Member


    Thank you sir
    problem solved :)
     


Share This Page