<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Survey Results per function per question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Survey-Results-per-function-per-question/m-p/1933934#M1219087</link>
    <description>&lt;P&gt;Hello all, I am looking for guidance here.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a data set that contains a function, questions and answers.&amp;nbsp; not all questions have the same set of responses, so that trellis doesn't help me&lt;/P&gt;
&lt;P&gt;I am trying to answer questions with the below sample set such as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 - How many people who are new to using the tool would recommend it to a friend&lt;/P&gt;
&lt;P&gt;2 - how many people who used the previous tool are from which function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was trying to create a chart with Function and Answer as a dimension, then put the answers and percentage of the response to the answer on a barchart&lt;/P&gt;
&lt;P&gt;It would be one chart per question / answer set&lt;/P&gt;
&lt;P&gt;I did a cross table to get the question/answer data table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;DataLoad:
CrossTable(Question, Answer)
LOAD  Function,
	[How long have you worked in Tool?],
	[The purpose of Tool is clear],
	[How likely is it that you would recommend Tool to a friend or colleague?]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I also have inline tables which define valid answers to questions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Gemeric:
LOAD * INLINE [
    ResultSortOrder,AnswerGeneric,RD,GN,BL
    1,Strongly Agree,33,102,172
	2,Agree,103,169,207
	3,Neutral,254,224,144
	4,Disagree,239,138,98
	5,Strongly Disagree,178,26,43
];

duration:
LOAD * INLINE [
    PreviousSortOrder,AnswerPreviousSolution,REDs,GRN,BLU
    1,Strongly Agree,33,102,172
	2,0-6months,103,169,207
	3,6months to 1year,254,224,144
	4,longer than one year,253,219,199
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just cannot determine the proper set analysis to get the first chart to just show the duration.&lt;/P&gt;
&lt;P&gt;I end up with all possible answers.&amp;nbsp; I am working on one chart per question as an end goal.&lt;/P&gt;
&lt;P&gt;thanks in advance&lt;/P&gt;</description>
    <pubDate>Sun, 22 May 2022 00:08:54 GMT</pubDate>
    <dc:creator>RogerG</dc:creator>
    <dc:date>2022-05-22T00:08:54Z</dc:date>
    <item>
      <title>Survey Results per function per question</title>
      <link>https://community.qlik.com/t5/QlikView/Survey-Results-per-function-per-question/m-p/1933934#M1219087</link>
      <description>&lt;P&gt;Hello all, I am looking for guidance here.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a data set that contains a function, questions and answers.&amp;nbsp; not all questions have the same set of responses, so that trellis doesn't help me&lt;/P&gt;
&lt;P&gt;I am trying to answer questions with the below sample set such as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 - How many people who are new to using the tool would recommend it to a friend&lt;/P&gt;
&lt;P&gt;2 - how many people who used the previous tool are from which function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was trying to create a chart with Function and Answer as a dimension, then put the answers and percentage of the response to the answer on a barchart&lt;/P&gt;
&lt;P&gt;It would be one chart per question / answer set&lt;/P&gt;
&lt;P&gt;I did a cross table to get the question/answer data table&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;DataLoad:
CrossTable(Question, Answer)
LOAD  Function,
	[How long have you worked in Tool?],
	[The purpose of Tool is clear],
	[How likely is it that you would recommend Tool to a friend or colleague?]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I also have inline tables which define valid answers to questions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Gemeric:
LOAD * INLINE [
    ResultSortOrder,AnswerGeneric,RD,GN,BL
    1,Strongly Agree,33,102,172
	2,Agree,103,169,207
	3,Neutral,254,224,144
	4,Disagree,239,138,98
	5,Strongly Disagree,178,26,43
];

duration:
LOAD * INLINE [
    PreviousSortOrder,AnswerPreviousSolution,REDs,GRN,BLU
    1,Strongly Agree,33,102,172
	2,0-6months,103,169,207
	3,6months to 1year,254,224,144
	4,longer than one year,253,219,199
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just cannot determine the proper set analysis to get the first chart to just show the duration.&lt;/P&gt;
&lt;P&gt;I end up with all possible answers.&amp;nbsp; I am working on one chart per question as an end goal.&lt;/P&gt;
&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 00:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Survey-Results-per-function-per-question/m-p/1933934#M1219087</guid>
      <dc:creator>RogerG</dc:creator>
      <dc:date>2022-05-22T00:08:54Z</dc:date>
    </item>
  </channel>
</rss>

