powered by CADENAS

Manual

Manual

5.8.4. Tabellenwerte anpassen -> Farbe mit Bedingung anpassen / plinkcommon.cfg -> Block [COLMAPPING_<column name>] -> Key "COLORCOND<Nummer>"

With the help of the option Farbe mit Bedingung anpassen you can set a condition for the displayed value and map it to a color.

The setting applies for PARTdataManager and PARTlinkManager as well.

Setting in configuration file $CADENAS_SETUP/plinkcommon.cfg:

Block [COLMAPPING_<variable name>], key COLORCOND<NUMBER>, first value contains the condtion. Logical operators such as <, <=, >,>=, = can be used. The following values represent the color in RGB code.

Example:

[COLMAPPING_PRICE]
COLORCOND0="PRICE>=20","255","0","0"
COLORCOND1="PRICE<20","0","128","64"

Setting in user interface under PARTlinkManager -> Extras menu -> Konfigurieren dialog box -> PARTlinkManager Einstellungen tab -> Tabellenwerte anpassen -> Farbe mit Bedingung anpassen

Example for "PRICE" column:

Condition Color
PRICE > 20 red
PRICE < 10 green
(PRICE>=10).AND.(PRICE<20)) black

Display in PARTlinkManager

[Hinweis] Hinweis

The color depiction is the same in PARTdataManager.