You now need to understand your data. For this quick start guide, your data is in this BusinessData.xls file, which you need to download to your computer.
Watch the Video
Iframe |
---|
src | https://www.youtube.com/embed/NsuedgikqSY?rel=0 |
---|
width | 900px |
---|
height | 500px |
---|
|
Insert excerpt |
---|
| _video_controls |
---|
| _video_controls |
---|
nopanel | true |
---|
|
Summary of Steps
Expand |
---|
title | Plan your data (optional) |
---|
|
Before you start building any PhixFlow |
...
application, it is important to |
...
understand your data and what you need to do with it. |
...
For large projects this means detailed analysis using an Entity-Relationship Diagram (ERD). For this example, a sales team is using an Excel spreadsheet to manage a list of customer businesses and associated contacts. You want to make it |
...
easy for the team to access and maintain the data. You also want to add some simple CRM functions, for example, to add descriptions about the business. |
Image Removed
Placeholder Video
How To
...
The first step is to create a PhixFlow application. Everything you create will belong to this application.
Image Added
PhixFlow has many options that you can use to define the data, its properties and relationships. But if you already have data available, you can quickly and easily load it into PhixFlow. The following video guides you through this process. |
Expand |
---|
title | Upload data into PhixFlow |
---|
|
Create an analysis model- In the repository, right-click
|
...
- Analysis Model and click to create a new model.
- Set Basic Settings > Name to
Businesses and click
|
...
...
...
...
- new empty model on the left.
Load the Excel file- Drag a
Insert excerpt |
---|
| _file_collector |
---|
| _file_collector |
---|
nopanel | true |
---|
| from the model toolbar into the analysis model. - Set Basic Settings > Name:
BusinessDataXY , and click Insert excerpt |
---|
| _finish |
---|
| _finish |
---|
nopanel | true |
---|
| . - In the model, hover your mouse pointer over the file collector. PhixFlow displays a popup toolbar. Click
|
...
...
...
Expand |
---|
|
Before you start any PhixFlow project, it is important to take time to understand your data. - What is your data? Do you need to represent people, places, products, money, time? These are the data entities.
- How does the data connect? These connections are the data relationships.
- How will you represent the data in PhixFlow? This depends on the attributes the data has.
- Is the data "clean" or do you need to tidy it up?
- What data is missing? PhixFlow can combine existing data from different sources and use it to calculate additional data.
- What volume of data do you need to handle? For very large data volumes, you will be able to use modelling strategies to process data efficiently.
- What do you need to do with the data? What is the business problem you want to solve?
Remember that you can: - PhixFlow can connect to data stored in external databases (list or link?) or data files in a range of formats (list or link?)
- PhixFlow analysis models are a powerful tool that you can use on any data project. Analysis models can help you to improve your data integrity, by
- identifying missing data, duplication and variation
- reconciling data in different files or systems.
- The Introduction to Modelling Course shows how to do this
- set up your own styles and palettes to create completely customised layouts. The Building Applications Course goes through this process.
You can represent your data and requirements in an Entity-Relationship Diagram (ERD); see Wikipedia. It can help you to understand the data entities, their attributes and relationships. An ERD shows you the data architecture. As well as clarifying the data you already have and what you need to calculate, an ERD can help you identify: - static data: once added is unlikely to need updating. For example, the list of possible salutations:
- control data, that PhixFlow uses for screen input, for example data that is displayed in a drop-down list.
- CRUD data, that PhixFlow will be able to create, read, update and delete.
|
...
- xlsx.
In the upload window, click the Insert excerpt |
---|
| _upload_button |
---|
| _upload_button |
---|
nopanel | true |
---|
| button. PhixFlow creates a new stream and opens its properties. Expand |
---|
title | Explore the possibilities |
---|
|
|
...
Scroll down the properties tab.
If you scroll down to the Grid section, you can see that there is a Grid Header Style. This means that whenever PhixFlow displays data in a grid (table), the table header will always have the same colour, font size and style.
You can see there are lots of options where you can set data format and style defaults for the application. If none are set here, then PhixFlow uses defaults that are set for the system. This means that, all your applications have a consistent base line for the data and its styles, or you can apply defaults per-application, if you want them to look different.
When you upload an Excel file, PhixFlow automatically sets many of the file collector and stream properties. There are many options that you can use to load different types of data from file. To connect PhixFlow to databases you can use a Insert excerpt |
---|
| _database_collector |
---|
| _database_collector |
---|
| . |
Your model now looks like this (with your initials after the names). Image Added
|
Expand |
---|
title | Set some data properties |
---|
|
In the stream properties on the right, set: Basic Settings → Period to Transactional
Expand |
---|
| By default, a stream is optimised for processing large volumes of data. You are aiming to create a form for users to update individual data records (transactions). Setting this property to Transactional tells PhixFlow how you intend to manage the data. |
Tick Audit Manual Changes Expand |
---|
| This data will be updated manually by individuals. By ticking this box, PhixFlow will add a set of attributes to automatically record audit information about changes. |
Image Added
- Click and then click on the to keep the stream properties open.
In the Attributes section, double-click Description and change its Type to Bigstring then click Insert excerpt |
---|
| _finish |
---|
| _finish |
---|
nopanel | true |
---|
| .
Expand |
---|
| When you create a form for the data, PhixFlow recognises that data with the type Bigstring needs the field edit tools. |
Image Added
Expand |
---|
title | Explore the possibilities |
---|
| Look in the Attributes section. When you connect PhixFlow to the Excel spreadsheet, it automatically identifies the properties of the data columns (attributes) such as their type (string, numerical) and length. This also happens when you connect PhixFlow to data stored in databases. |
|
Expand |
---|
|
- In the model on the left, hover over the BusinessData stream and select
Insert excerpt |
---|
| _run_analysis |
---|
| _run_analysis |
---|
nopanel | true |
---|
| , then click Yes to confirm. - To check that the data has loaded into the stream, hover your mouse pointer over the stream and select
Insert excerpt |
---|
| _view_show |
---|
| _view_show |
---|
nopanel | true |
---|
| then select Insert excerpt |
---|
| _view_default |
---|
| _view_default |
---|
nopanel | true |
---|
| . PhixFlow displays the data it has loaded into the stream. - In the model toolbar, click .
- Close any remaining confirmation messages (the green boxes in the bottom left).
You have now imported the spreadsheet data into PhixFlow. Image Added
|
You are now ready for step 3, create a user screen, which will display this data to your application users.