how to bypass computer user name

Discussion in 'Free Source Codes' started by HAROON2015, Oct 26, 2019.

    
  1. HAROON2015

    HAROON2015 Member


    how to bypass computer user name

    i want to color blue if computer user name = "System64"

    [#Field: DSP VchDrTotalAmt]
    color :if $$CmpUserName:"System64" then "blue" else "red"
     
    Last edited: Oct 26, 2019


  2. teja varma

    teja varma Active Member


    $$CmpUserName is to get Tally Current user based on the profiles you created in Tally

    if you want to get system user name(OS) use:
    $$Sysinfo:SystemName
     


Share This Page