helpme1986
New member
- Local time
- Today, 10:11
- Joined
- Feb 21, 2011
- Messages
- 2
Hi Guys,
Ive been trying to convert some data that come out of a SharePoint Survey, its not the nicest and looks like this:
;#Answer 1;#Answer 2;#Answer 3;#
I would like a cross tab query that has a row header for each value between ";#" and then count them
e.g. if there are 2 lines of date like this:
;#Answer 1;#Answer 2;#Answer 3;#
;#Answer 1;#Answer 3;#
It would look like:
Answer 1 Answer 2 Answer 3
---- 2 ----- 1 ------- 2
Ive been trying to use the Split function but couldnt figure it out,
Hope this make sense,
Ive been trying to convert some data that come out of a SharePoint Survey, its not the nicest and looks like this:
;#Answer 1;#Answer 2;#Answer 3;#
I would like a cross tab query that has a row header for each value between ";#" and then count them
e.g. if there are 2 lines of date like this:
;#Answer 1;#Answer 2;#Answer 3;#
;#Answer 1;#Answer 3;#
It would look like:
Answer 1 Answer 2 Answer 3
---- 2 ----- 1 ------- 2
Ive been trying to use the Split function but couldnt figure it out,
Hope this make sense,