Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Visualization Editor composites format string as input. The formatting operation yields a result string that consists of the original fixed text intermixed with the string format representation. This makes the values in visualization easy to read and more understandable.


Examples


  • Numeric Format Strings:

     Applying some custom numeric format strings to specific data types and values. In this example we will change the Text Format of Temperatur: 

    {0:p} or {0:P}  
    represent percentage e.g. 1,500.00%
    {0:00.0}°C  
    will give a result e.g. 22.2 °C


  • DateTime Format Strings:


  • No labels