Versions Compared

Key

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

Cp card macro
database64/EQbwOsAuCeAOCmEBcEBCBBAcpgogJQgBoIAnAewHcBnZARmOAGMyAbAVwFsA7G4JeiBwCGADwDCQkgBNe_Bo0kzkAbXBQ4iPmiy4CwBgEthAc01I1RoaYCqJFsggALSJFhUkAeg-xHBkQDMWSgA6IUgWISoqAyEuYK54SA8KAwBrAw8pSi4goSkPMMghRkcOeC5IKg8ADgAmAAYAZmqATgAWaqaPAAVfEQAxIIoAWnwAEWHUWISSKmCAK1hjAH4AN3hZgzIuAF5aADIOMikDfwMFSC2uMbD4PYA2RtpHxoBWRsaW-tf9hRL4ABqG2i2z2-yEsAMO1WtQgAF9DFIHMAWv4hG17v57gB2YZSRivarDNrY_xSYYtABGlKExMYVNalMY9XgWKIEFgZGil22yHqDEu4TMEBuRXZwEpx2gyLG8Gixi4Bi4xgABNAyGwSCrRUIVSlII4VTgKgYYCq8PAIjyeL43CrYlIVQCDPBqPCALpw4BAAA

This topic is for application designers who need to define data tablesstructures, including streams, attributes, properties and relationships.

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

  1. Load data into PhixFlow using analysis models. Configure connectors to access your existing data sources and store the data as tables streams 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 tablesstreams; see Understanding ERDs and Views 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 streams 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.

Iframe
srchttps://www.youtube.com/embed/jNdlDz9IWmM
width700px
height400px

Once the data is connected, you need to configure parts of the screen, such as buttons, with actionflows. This enables users to make changes to data; see Actionflows and Action Configuration.

Panel
borderColor#00374F
titleColorwhite
titleBGColor#00374F
borderStylesolid
titleOther pages in this topic

Child pages (Children Display)


HTML Comment
hiddentrue

May need more details on options for loading data, or a separate concept page.

  • Enter data yourself, by hand (is anyone really going to do this?)
  • Generate test data using input multipliers - no instructions currently
  • Quick-load excel files - not yet implemented
  • Use an analysis model - collectors - currently the only method
  • Use an API to import from a tool - not sure if this is possible yet.