Crystal 8.0
SQL 2000
Two problems that I need help with. I have reviewed all prior posts and cannot find a solution. I should note that we are moving to Crystal 11 soon but that does not help my problem now!
1.) Dealing with field lengths greater than 254 characters. I am trying to display Verbatim Survey Responses. I tried to write a SQL view to break the field into chunks of 254 characters and bring them into crystal to join them back together - but Crystal still will not recognize any field that goes beyond the initial 254. Any other approaches I can use?
2.) As I mentioned I am tring to display the results of a survey in the report using a Cross-tab.
I want the data to display like this:
Section 1 Section 2
q1 q2 q3.... Q1 Q2 Q3
Joe Blow 5 3 5 4 3 4
John Doe 4 5 3 5 4 5
A.) I think I have the structure set-up Ok but the data always has to be summarized. Is there anyway to get around using a "Summary" function in a cross-tab in 8.0?
There are 40+ questions so I don't relish the idea of having to do a manual cross-tab but maybe that is the only way?
Not sure if pertinent but all of the responses are in separate datafields - 5 Scaled Scores from Excellent to Unsatisfactory (i.e. s1.chk_excellent, s1.chk_satisfactory, etc., 2 fields for Yes/No questions (s1.chk_yes, s1.chk_no), and 1 verbatim response (s1.verbatim). I wrote a Formula Field to calculate the responses to a numerical value.
Thanks for any assistance!
SQL 2000
Two problems that I need help with. I have reviewed all prior posts and cannot find a solution. I should note that we are moving to Crystal 11 soon but that does not help my problem now!
1.) Dealing with field lengths greater than 254 characters. I am trying to display Verbatim Survey Responses. I tried to write a SQL view to break the field into chunks of 254 characters and bring them into crystal to join them back together - but Crystal still will not recognize any field that goes beyond the initial 254. Any other approaches I can use?
2.) As I mentioned I am tring to display the results of a survey in the report using a Cross-tab.
I want the data to display like this:
Section 1 Section 2
q1 q2 q3.... Q1 Q2 Q3
Joe Blow 5 3 5 4 3 4
John Doe 4 5 3 5 4 5
A.) I think I have the structure set-up Ok but the data always has to be summarized. Is there anyway to get around using a "Summary" function in a cross-tab in 8.0?
There are 40+ questions so I don't relish the idea of having to do a manual cross-tab but maybe that is the only way?
Not sure if pertinent but all of the responses are in separate datafields - 5 Scaled Scores from Excellent to Unsatisfactory (i.e. s1.chk_excellent, s1.chk_satisfactory, etc., 2 fields for Yes/No questions (s1.chk_yes, s1.chk_no), and 1 verbatim response (s1.verbatim). I wrote a Formula Field to calculate the responses to a numerical value.
Thanks for any assistance!