Forum Discussion
Matthias93
9 years agoHelper III
Changing text string to values
Hi, I'm trying to make a graph from SharePoint data. In these SharePoint data there are answers to certain questions that look like this: Strongly Disagree, Disagree, Neutral, Agree, Strongly Agr...
- 9 years ago
hello Matthias93
You can do it with a conditional column:
Go to Edit Query--Add Column - Conditional Column
Select each Value (Agree,Disagree, etc) and put the Numeric Value that you assign.
mtmcd
9 years agoFrequent Visitor
How would you plot those on a chart? Say you want the parameters (Strongly Agree, Agree, Neutral, etc) on the Y-axis and the count on the X-axis. How do you plot it such that the parameter names are used as the Y-axis labels? I have a very similar problem in that my string values can't be used as axis labels.