我有这张桌子:
Survey1:
LOAD * inline [
Respondent, AnswerToQuestion1, AnswerToQuestion2
resp1, 1, 1
resp2, 1, 2
resp3, 2, 1
resp4, 2, 1
resp5, 2, 3
resp6, 2, 1
resp7, 2, 1
resp8, 3, 2
resp9, 3, 2
];
我想从这些数据中得到一个 100% 的堆积条形图。但是在 Excel 和 Qlick Sense 中都很难……这些程序不接受我想将一个字段/列汇总到一个栏中。
我想要的结果应该类似于:
Qlik Sense 中有没有办法做到这一点?