Can we hide Rate and Value Fields based on user Name

Discussion in 'Tally Developer' started by Varadha, Jun 24, 2019.

    
  1. Varadha

    Varadha Member


    Dear Amit Sir,
    I Have a Specific Requirement. I need to hide the Rate and Value Fields of Cost in Stock Summery report absed on user name Can i do so how help me please. we have that option in F12 Config of each report but not based on user name. I created a Flag in Users and Passwords report against each user name. Based on this flag rate and Value fields should show or Hide how can i do please advise me. i am not able to get inserted value from the new filed also. i am sending code, Demo company for your observation.
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    In your field, which you want to hide.....

    Invisible : NOT $$CmpUserName = "Varadha"

    means for varadha it will show and not others.
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You are doing it the HARD way.............adopt the method I gave you..............
     


  4. Varadha

    Varadha Member


    whoever user is having CostHide Flag "Yes" For them rate and Value fields should not be shown remaining they should be visible i don't know the usernames.Client decides while creating users whether to show or not the fields
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Invisible : NOT $Security = "Owner"

    OR

    Invisible : NOT $$IsCmpOwner
     


Share This Page