Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Below is the data.
SID | QID | Question category | answer | score |
S1 | 1 | AA | agree | 5 |
S1 | 2 | BB | disagree | 6 |
S1 | 3 | CC | moderate | 7 |
S1 | 4 | DD | neutral | 8 |
S2 | 1 | AA | disagree | 5 |
S2 | 2 | BB | agree | 6 |
S2 | 3 | CC | moderate | 7 |
S2 | 4 | DD | neutral | 8 |
S3 | 1 | AA | Neutral | 5 |
S3 | 2 | BB | disagree | 6 |
S3 | 3 | CC | agree | 7 |
S3 | 4 | DD | neutral | 8 |
I want to display the pie chart as per the below details example:
Details
I want it for particular question category, not for all question category
Example:
question Category AA has agree, disagree, neutral moderate, in this i want to know the count( SID).
please help which thing has to be used in dimension and expression.
i need seperate pie chart for each quesion catergory
So use 4 (or more objects) and change the Set Analysis string accordingly
thanks clever