Computed Columns in the User Profile table to enhance applications

Here are some ways Iā€™m leveraging Computed Columns in the User Profile table to enhance my applications. By utilizing a One Row table as the foundation of my apps, it becomes much easier to reference user inputs:

  1. Access User Input Across the Entire App
    Adding a Single Value column to the User Profile table and targeting a column in a One Row table allows you to use that value universally across the application.
  2. Set Column Values from Anywhere in the App
    Incorporating a Single Value Whole Row from the User Profile table, targeting a One Row table, enables you to set column values from any screen within the app.
  3. Use Computed Columns Like Device Info Throughout the App
    Adding computed columns, such as Device Info ā†’ Window Width, to the User Profile table allows you to reference data like Window Width from any part of your application.
4 Likes