Forum Discussion
ilTac
5 years agoFrequent Visitor
Help with Concatenatex(?)
Hey Everyone, i'm trying to do something that i think is easy but i'm definitely not able to do. Basically here's what i have and here's what i would like i tryed some combinati...
- 5 years ago
ilTac , Try a new column like
CONCATENATEX(filter(Table, [ID] = earlier([ID])), [Country]," - ")
amitchandak
5 years agoSuper User
ilTac , Try a new column like
CONCATENATEX(filter(Table, [ID] = earlier([ID])), [Country]," - ")
- ilTac5 years agoFrequent Visitor
Thank you, it worked!