Need Help (I Need "Days" after Number on My Report)

Discussion in 'Requests' started by vumika poudel, Nov 18, 2013.

    
  1. vumika poudel

    vumika poudel Member


    Dear Experts
    Please Correct this code I need loan expiry remaining days. I need just "Days" after a number such as 45 Days, 60 Days, for your kind information please see the below code & picture.....



    1.PNG

    [Field : LoanExpiryRemainingDays]
    Use : Short Name Field
    Set as : (($LoanTakenDateS+$ExpiryDaysS)-$$MachineDate) + " Days"
    Style : Normal
    Border : Thin Left
    Width : 25
    Align : Center
     


  2. Maulik Patel

    Maulik Patel Active Member


    Set as : $$String:(($LoanTakenDateS+$ExpiryDaysS)-$$MachineDate) + " Days"

    First you need to convert other data type to string then only you can join two strings.
     
    vumika poudel likes this.


  3. JObimon Arackal JOhn

    JObimon Arackal JOhn Active Member


     
    PeaceOfMind likes this.


  4. Puneet Sharma

    Puneet Sharma New Member


    Use if formula with loan expire on field - machine date with string than days show in field
     


Share This Page