Correct my code

Discussion in 'Tally.ERP 9' started by rajiv jaiswal, Dec 10, 2020.

    
  1. rajiv jaiswal

    rajiv jaiswal Member


    Set as :$Narration + " "+ $$String:$Reference
    I am able to get narration and Reference no from above code in ledger display but not getting Reference date while using below code.
    Set as :$Narration + " "+ $$String:$Reference+$ReferenceDate:ShortDate
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Set as : $$String:$Narration + " "+ $$String:$Reference + " " + $$String:$VchReferenceDate
     
    Jaydeep Shah and rajiv jaiswal like this.


  3. rajiv jaiswal

    rajiv jaiswal Member


    Not working sir
    if Refrence and Reference date are entered in the field only then its working. if there is only narration then its not showing anything. Narration is also not showing
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Then make a Conditional SET AS ......... If IsEmpty this than that else this...........
     


  5. rajiv jaiswal

    rajiv jaiswal Member


    Sir give one example for narration
     


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Post your code.........
     
    rajiv jaiswal likes this.


  7. rajiv jaiswal

    rajiv jaiswal Member


    thank you amit sir. i got what i wanted using Conditional SET AS you said
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Well Done..........:)
     
    bharat shah and rajiv jaiswal like this.


  9. bharat shah

    bharat shah Member



Share This Page