Search results

How to show a specific column based on users

You can use the user level attribute feature to show a specific column based on users. This method also allows you to hide specific columns dependent on the user.

Please follow the steps to show a specific column based on users:

  1. First, you need to create custom attribute for user-level as follows.

    hide attribute for first user

    hide attribute for second user

  2. Use the custom attribute name instead of the column name in code view as follows.

    hide expression

  3. Then, you need to configure this new column to your grid widget. Click the preview option and when switching the user in preview mode, the column value is updated based on the user level custom attribute.

    hide output for first user

    hide output for second user