Forum Discussion
jamied
3 years agoNew Member
Choose Columns in Datamart
I'm using Datamart to write queries and I'm new. I have seven tables merged in different ways. I need to choose columns but want to do it the most efficient way possible in case I mess it up and have...
- 3 years ago
jamied Add a custom column like this:
=[Column1] & " " & [Column2]
Greg_Deckler
Community Champion
3 years agojamied Add a custom column like this:
=[Column1] & " " & [Column2]