I need to merge 3 columns in BO. It looks something like this:
TestDate Data1 Data2 Data3
1/2/01 12 10 7
. . . .
. . . .
I want merge Data1 Data2 and Data3 into one big column so I can accurately calculate standard deviation and perform other calculations. Any ideas?
I basically need to find standard deviation of (All data in Data1 Data2 and Data3). If I had it all in one big column this would be easy.
TestDate Data1 Data2 Data3
1/2/01 12 10 7
. . . .
. . . .
I want merge Data1 Data2 and Data3 into one big column so I can accurately calculate standard deviation and perform other calculations. Any ideas?
I basically need to find standard deviation of (All data in Data1 Data2 and Data3). If I had it all in one big column this would be easy.