Hi!
Quick question: Is there a way to set colors in the columns of a table based on the values in another column?
For instance, if one column doesn’t contain any value, set another column to the color grey and so on.
BR,
Viktor
Hi!
Quick question: Is there a way to set colors in the columns of a table based on the values in another column?
For instance, if one column doesn’t contain any value, set another column to the color grey and so on.
BR,
Viktor
Hi,
no, sadly not directly.
There is a workaround we use (sometimes…when we have to…since its kind of manual labor intensive )
So what you can do is mark values in columns to be colored based on values in other columns when you are fetching data (using flow script).
Usually we use an “invisible” character like non breaking space or a low visible one like ˑ
So something like this:
Just make sure you trim the data coming from those columns if you are doing a CRUD with those values
Hope this helps!
B R
Ivan
Thank you! I’ll consider if this is a approproiate way of doing it
BR,
Viktor