Forum Discussion
Anonymous
3 years agoNot applicable
Concatenate
Hello All, I need help to Concatenate three columns into one field. Note Table ='Aquisition- On and ROC' Field 1 = 'Aquisition- On and ROC'[OntROC] Field 2 = 'Aquisition- On and ROC'[CurrN...
- Anonymous3 years ago
Hi Anonymous
You can use CONCATENATE() function.
e.g
Column = CONCATENATE([PriNewFunded]&"-"&[OntROC],"-"&[CurrNewFunded])Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
Hi Anonymous
You can use CONCATENATE() function.
e.g
Column = CONCATENATE([PriNewFunded]&"-"&[OntROC],"-"&[CurrNewFunded])
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous3 years agoNot applicable
Thank you . I really appreciate it