Views
HTPoli offers unlimited number of views. Each view is collection of columns
which can be freely defined by you.
HTPoli comes with 3 predefined views:
All data (values)
All data (text)
Compact
You can modify these view or add your own. Views can be especially usefull in
combination with squads, since you can create special
views for squads. For example if you have squad with only goalkeepers, you can
create view with only basic columns, which means you can ignore columns like
'Stamina', 'Playmaking', 'Winger', etc...
How to create a view?
- Go to Other|Views
- Click 'New' to create new view (or 'Edit' to edit already created view).
In our case click 'New', since we will create new view.
- Input view name (In our example it will be 'Test')
- Now we have to define columns. We will define four columns for this short
tutorial: Name, Form, Country flag and one more complex column which will
help us choose team captain.
- Click 'New' to open 'New column' dialog.

Now input 'Name' for title, and NAME for Expression.
List of all values for Expression can be found here.
Click 'OK.
- You have just created first column. Now let's add column for Form. Again
click 'New' to create new column. Again fill Title and Expression values for
new column. Input 'Form' for title and FORM
for Expression.
- HTPoli can colorize certain values if they go up or down in your HRF files.
To enable column to be colorized if changes happen, choose 'Track changes'
in the 'Coloring' group box.
- Click 'OK'
- We now have two column. Now we will add third column
- Click 'New' to open 'New column' dialog. Input 'Team captain' for Title.
In the Expression field input EXPERIENCE*2 + LEADERSHIP*3.
So, this column is little more complex. It shows that you can use arithmetic
operators.
- Click 'OK'
- We have now three columns. Let's add country flag. Click 'New' to open 'New
column' dialog.
- Input 'Country' for Title, and COUNTRY_ICON
for Expression. In this case COUNTRY_ICON tells HTPoli to draw country flag,
rather than display a value. But we can not sort by graphical image, so we
have to tell HTPoli how to sort this column. Input COUNTRY_CODE
in the "Sort by" edit box. THis way we will display flag, but sort
by value, by which HTPoli can sort column.
- Click 'OK'
- Click 'OK' in the 'Edit views' dialog to close the dialog.
- We have created the view. Now click with right mouse button somewhere in
the main window, and from the popup menu select Views->Test
List of all variables which you can use for 'Expression' field and other tips
can be found here.