How Add Exception to any code

Discussion in 'Tally Developer' started by HAROON2015, Sep 28, 2019.

    
  1. HAROON2015

    HAROON2015 Member


    hi,
    i want to add exception to this my code
    in below code i want to add day name except group summary report
    Code:
    [#Line: DSP accline]
    add: left field: at end : yeardisplayaA
    local:field:yeardisplayaA:set as:$$DayOfWeek:$$perioddatefrom
    
    [field:yeardisplayaA]
    use : simple prompt
    color : blue
    style:normal bold
    skip : yes
    how to add exception of group summary report
    Code:
    ##ifnotgroupsummary then $$DayOfWeek:$$perioddatefrom else no
    this one is not working
    thanks
    hope some one will help
     


Share This Page