So you can โSPLIT()โ a structured text based list. Can you โCONCATENATE()โ from a list?
I want to display values in a single virtual text field from a โSELECT()โ list of values. Can I aggregate values from a list into a single test field?
Sure!
Cool, thanks. I was looking for some type of delimiter selection on the concatenate side to make it work, but I guess it is unnecessary. Shouldโve just tried it. Thanks anyway.
I am looking for exactly this function to convert multiple items from a different table into displaying in a virtual text column.
However, appsheet seems to only convert one random value from the list:
Ideally I would like to convert all values, delimited by โ,โ. Is there a way to do this?
It works when I use this expression in the formula:
CONCATENATE(SELECT(ServicetoTech[TechID], [_THISROW].[ServiceID]=[ServiceID]))
Hello @VBBA , that is because VLOOKUP() only returns a single value given the search criteria, while SELECT() would pull a filtered list, which is then concatenated.
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |