I’m trying to get the TEXT in the columns such as [PN] to highlight within a virtual column. The regular text "PN: " can remain unchanged.There is no Format Rule that I can think of that works inside of a CONCATENATE expression. The TEXT() function above does not work. [PN] highlights on every other view except where it has been incorporated into a CONCATENATE.
I have the same problem, i created a virtual column that concatenates 5 columns. In Each column i have different values that i would like to highlight separately. Is there no way to get around this? “w” colored Green, “L” Coloured Red
Basically I want to concatenate 15 columns. 1 to 15. In each column i have 3 values “W” colored Green, “L” Coloured in Red and “D” Coloured in Orange, my virtual column i named “FORM” Problem is that i can do them separately but it takes too much space but once i concatenate i can colour each value separately, wish you can help
I think you will need to share at least some example of your concatenation of what exactly you are looking for, meaning do you want to highlight the text in different colors , then you may need to go the SVG way.
If you can place some icons near the text of each column to indicate status, you could use emojis.
I havent concatenated anything as the feature is not possible. Clolumns go from 1 to 15
SO it would be like:
concatenate([1];[2];[3]…) so on and so forth till [15]
There is a column with a list of Tennis players
So depending on if a player wins, Draws or Loses there will be a different value in each column.
So Column 1 could have 3 different Values W,D,L depending on each players result.
If i have columns seprated appsheet creates an uneccesary huge column for each value, if i concatenate it it looks great,but, I need to colour each value eithe Green, yellow or Red. WOuld be awesome if i can actually create a Green, Yellow or Red square and (inside) the value of “W”,“D”,“L” Hope that you can help me out
Definitely possible with SVG. If you’re interested in tackling this approach, here’s an image to get you started. You can extend it to include more than 5 items and you would replace the colored square emoji characters and the W/D/L values with expressions based on your columns.
Here’s another alternative technique you can explore: Rich Text Formatting - in Preview Program - Google Cloud Community . Text color isn’t supported, but maybe something that is supported would suffice. Otherwise, you still have the other alternative techniques detailed in this thread.