BioloMICS logo
×
BioloMICS menu

Create calculated field

 
It is possible to concatenate a given value with a static text by using a calculated field. For example to concatenate the temperature with "°C".
 
  • Right click on a field in the field list (for example on the field Temperature for growth) and choose "Add calculated field".
        
     
  • On the newly created calculated field, right click and select "Edit expression".
        
     
  • Add (for example) the following code:     Concat([Temperature for growth (°C)], '°C' )
         Then click OK.
     
  • Drag the calculated field to the label (the same way it is done for normal fields).