Versions Compared

Key

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

Insert excerpt
_Banners
_Banners
namescreen
nopaneltrue

This page is for application designers who need to create views of data and bind them to components on screens. Todo-Anthony- check this page is correct when the GUI is finalised.

Overview

PhixFlow stores data in tables , formally known as streams. Tables (previously called streams). Views are used to display the data in these Tables. Often they can contain more data than you want to show to a user. For this reason, whenever you show data on a screen, you first compile a view of the data, which only displays the information you specify.A view is made up

Views Consist of:

  1. Attributes
    1. Attributes from the base table
      Specify which attributes to include in your view. You can hide attributes that you want access to but do not necessarily want a user to see, such as the UID of a record.
    2. Attributes from related tables.
      These are the attributes available to the view as the table they originate from shares a relationship with the base table as defined in the ERDs; see Understanding ERDs. Views which contain these type of attributes are referred to as a relational view.
  2. Records:

    1. For each table, the view includes records specified in the tables default period. This can be all data (usually for transactional data) or only the latest.
  3. Sorting and Filtering
    1. You can
sort,
    1. filter and
order records
    1. sort records. See Filtering and Sorting Data.

View Components

:

The

components in the list below are designed to display a view of

views below display data in different ways.

Add a view component to a screen then drag specific attributes from a table onto the view component. In the case of a card view, any

  1. Insert excerpt
    _grid
    _grid
    nopaneltrue
    : the attributes form the grid columns and data records are displayed in rows. PhixFlow can add scroll bars or paging where grids cannot be accommodated by the screen size.
  2. Insert excerpt
    _card
    _card
    nopaneltrue
    : rather than using a form to display data, you can use a card. Any palette item can be added to a card which offered great flexibility.
 
  1. Insert excerpt
    _
grid
  1. chart
    _
grid
  1. chart
    nopaneltrue
    : attributes are represented in different segments of a pie chart, with values aggregated to represent the segment size. 
  2. Insert excerpt
    _graph_
line
  1. horizontal
    _graph_
line
  1. horizontal
    nopaneltrue
    : attributes are represented on the vertical axis, with values aggregated and represented in the bar length.
  2. Insert excerpt
    _graph_vertical
    _graph_vertical
    nopaneltrue
    : attributes are represented on the horizonal axis, with values aggregated and represented in the bar height.
  3. Insert excerpt
    _graph_
horizontal
  1. line
    _graph_
horizontal
  1. line
    nopaneltrue
    : attributes are represented as points on a horizontal axis, with values aggregated and setting the point position on the vertical axis.
  2. Insert excerpt
    _
chart
  1. form
    _
chart
  1. form
    nopaneltrue
Insert excerpt_card_cardnopaneltrue
  1. : attributes are represented by different fields. Usually a form is linked to an action on a grid. For example, the application user selects a line on a grid, and the form displays the data from that record.

Form and card components are special data components, as they can contain other elements, usually fields and labels.

How to Create and Display a View

As views are designed to display data on a screen, for more information on the specific of setting up charts and graphs see Creating Dashboards and Reports.

Step

1  Select a tableDrag a table onto a screen, this can be achieved by dragging
  • a table from the list in the repository.
  • a table icon from a table's properties

    1 Select a Table

    1. There are several ways to show data on a screen:

      1. From an Entity Relationship Diagram (ERD), select a table and use the Create Screen option; see Creating a Screen from an ERD Table.
      2. Drag a Table from the repository or a tables icon from its properties directly onto a screen.
        1. A list of available tables is available by clicking the Tables button on the toolbar.
        2. This method will typically set the data for the backing form to that of the table.
    2. PhixFlow asks you how you want the data to be displayed, select the desired option:
    3. The view will be added to the screen.

    Step

    2 Select

    attributes

    the Attributes

    1. Drag attributes from the Attribute Selection Available Attributes window onto the view.
    2. Start with attributes from the current (base stream) table.
    3. Optionally, click on related streams tables to show additional attributes that are available.
    4. When you have added dragged all the attributes you require, close the window.
      Attribute Selection
      Image Removed
    Step 3  Apply filtering and sorting for records
    1. Image Added
    2. These attributes can be changed at a later date, when a screen is unlocked:
      1. For Forms, click the attributes button from the toolbar.
      2. For Card Components (and Kanbans), right-clicking on the card and selecting Show table view configuration
      3. For Grids and Charts: right-clicking on the item, selecting Show Table view configuration. In the attributes section click 
        Insert excerpt
        _attributes
        _attributes
        nopaneltrue
        .
    3. See Available Attributes Window for details.

    Step 3 Apply Filtering and Sorting

    You have now created your view and added it to a screen. Optionally, specify if you want to apply any filters or sort orders to the data

    records

    :

    1. Select the view you have added.
      You may need to right-click the view and select Show Stream table View Configuration.
      The properties tab opens:PhixFlow opens the view properties.
      1. For Forms, we can only apply filters. Right-click on a screen → Show Element Details Background Filter Rules. This setup is slightly different see Screen Element for guidance.
    2. Image Modified

    3. Select an existing Default Sort Order, Default Filter or Background Filter or create new ones, see Sort Order and Filter for more detail.

    4. Save all your changes and PhixFlow applies filters when the use sees the view in the application window.

      Tip

      The application user can remove the default filterUsers can remove a Default Filter, where as Background Filters are permanent.


    Reusing Views

    Once you have created a view, you can reuse it in multiple locations. In the repository navigate the the table which owns the view, the base table, open the table and in the views section drag the desired view onto your screen. Be aware however that changes made to the view will affect all instances of that view.

    Form Field Name

    When you drag attributes from the Attribute Selection window or table onto a form, PhixFlow adds a field and label for each attribute. By default, the label is the attribute's name. However, for an attribute from a related streamtable, the Display Name will be shown and not the foreign key value.

    For example:

    ExampleBase TableRelated TableValue DisplayedForm Field Label
    syntaxtable.UIDRelatedTable.ForeignKeyRelatedTable Attribute set to DisplayName-
    Example SyntaxCompany.UIDSupplier.RelatedCompanySupplier attribute set to RelatedCompanyNameRelated Company Name
    Example Values 10241024"Cloud and Pixel Ltd"Related Company Name

    For information about primary and foreign keys and the Display Name option; see Understanding ERDs.


    Tip

    If a form field or dynamic text field exists on a screen, it will link to an attribute in the data backing the screen by name, however you can also right-click on these components and select Change Backing Attribute to link it to any available attribute.