Hi Guys,
I have a requirement to show the values of two columns in one column.
Column 1: Start Date
Column 2: Initial Date
Column 3: Orientation Date
i have calculated days between as :
v1=daysbetween(start date;initial date)=109 (for example)
v2=daysbetween(start date;orientation date)=112 (for example)
I need to combine these variables in one column so that values come in rows.
Column_Combined
109
112
Please suggest.
Thanks
Vaibhav