Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To configure your application to display data to users, you will need to: 

  1. Load data into PhixFlow using analysis models. Drag and drop connectors and configure them Configure connectors to access your existing data sources and store the data as tables with in PhixFlow's own database. You can also set up complex, bulk processes to manipulate large volumes of data; see Analysis Model. 
  2. Define the data structure using ERDs. These diagrams define the logical structure of the data and the relationships between tables; see Understanding ERDs and Defining Data Structures using ERDs. You can:
    • either define an ERD before adding any data to PhixFlow
    • or you can load data from external sources first. You can then drag tables into the ERD and simply add the relationships. This method is recommended as it ensures the data types will be correct.
  3. Compile data views that show application users only the data that they need to see; see Compiling Views.
  4. Connect data to screens; see Showing Data on a Screen. You can:
    • add data components, such as grids and charts
    • connect a parent component to a data view, so that it's child fields can display data from the same source.

Once the data is connected, you need to enable configure parts of the screen, such as buttons, with actionflows. This enables users to make changes to data. This involves connecting parts of the screen to an actionflow; see Configuring Actions or Actionflows.

...