Is it possible to have a calculated column after joining two or more strings ?
In simple terms is it possible to join (concatenate) two strings or joining a number and a string ?
Calculated column based on joining two strings
-
- Posts: 70
- Joined: Wed Feb 24, 2010 11:08 am
- Location: India
Calculated column based on joining two strings
Hi
Yes, that is possible. You can join any type of columns like follows:
ToString(MyDataSource.MyDataColumn1) + ToString(MyDataSource.MyDataColumn2)
Thank you.
Yes, that is possible. You can join any type of columns like follows:
ToString(MyDataSource.MyDataColumn1) + ToString(MyDataSource.MyDataColumn2)
Thank you.