Calculated Column, Formulas, and Filter Expressions

You can use a formula editor to specify a calculation that is based on other contents of the table. You can, for example, calculate percentages or total values from different columns, or define an expression for a filter.

Expression Categories

As an aid, EasyMap offers various expressions within the formula editor for performing calculations. When you select an expression category, the Selection window provides various operators and expressions that you can add to the formula text field above simply by double-clicking.

Note: Always use a period instead of a comma as decimal separator (e.g. 0.25). Please do not use thousands separators; strings in quotation marks "ABC".

Special features of EasyMap Xplorer

In order to display and use calculated columns in EasyMap Xplorer, the columns must not only be specially formatted, but they must also be calculated first. It is important that texts or data can be taken from individual columns and output summarized in a new column.

Example

In the example data, the Name column is used to display the name as a link to the company's homepage.

Customer number name homepage turnover Calculated column - Display Internet
125 customer A http://www.kundeA.de 1.234.500 <a href="http://www.kundeA.de/"target="_blank">Kunde A</a>
351 customer B http://www.kundeB.de 35.125 <a href="http://www.kundeB.de/"target="_blank">Kunde B</a>
562 customer C   254.896  
149 customer D http://www.kundeD.de 238.548 <a href="http://www.kundeD.de/"target="_blank">Kunde D</a>