• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Hide/Show Grid Column based on condition

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hide/Show Grid Column based on condition

    Is there any way to hide a column based on a user, or some condition I can set? I have a column I only want to show if its certain users.
    How can I do this?

  • #2
    Hi Ryan,

    I would link an app variable to column in the grids "Hide Columns" section then have a startup program e.g. "EXNABSTART" that determines if you want to hide the column
    • Create custom app variable
    • Link custom app variable to the column in the grids "Hide Columns" section
    • Add a startup program that determines if the column should be hidden and if so set your custom app variable to true
      • SetAppVar('hideMyCol':'true')

    Comment


    • #3
      great! I didn't realize that was an option. thanks

      Comment

      Working...
      X