May 2019
Beginner to intermediate
548 pages
12h 39m
English
To color an entire column, we can use the Emphasize option of the field catalog. To add a value, we need to follow the pattern, C123, where the following applies:
A list of possible colors of columns or rows is provided here:
|
Value of the first variable |
Color |
|
1 |
Gray or Blue |
|
2 |
Light gray |
|
3 |
Yellow |
|
4 |
Blue or Green |
|
5 |
Green |
|
6 |
Red |
|
7 |
Orange |
You need to add the following piece of code to the field catalog field to obtain the yellow color of the column:
ls_fcat-emphasize = 'C300'.
Coloring a row is a bit more complicated. To enable coloring rows, you should add an additional field to your data table.
First, we need ...
Read now
Unlock full access