<?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 Re: Visualising typical survey data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Visualising-typical-survey-data/m-p/965467#M467555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think swuehl has you on the right track for loading the data. You may want to reconsider the stacked bar chart as your visualization. A Pivot grid can sometimes be a more insightful analysis of survey responses. An qvw showing both the grid an stacked bar approaches is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2015 03:47:07 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-11-10T03:47:07Z</dc:date>
    <item>
      <title>Visualising typical survey data</title>
      <link>https://community.qlik.com/t5/QlikView/Visualising-typical-survey-data/m-p/965465#M467553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to chart customer satisfaction survey results. The results are available in tabular format like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align:center;background-color:#6690BC;color:#ffffff;padding:2px;" valign="middle"&gt;&lt;STRONG&gt;custid&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;q1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;q2&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;q3&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Fair&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Good&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Very good&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Poor&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Very good&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;Fair&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;where q1..q3 are the questions asked. The possible values for q1..q3 are Poor, Fair, Good, Very Good. I want to create a chart with 3 100% stacked bars (one for each question) showing the relative percentage of Poor, Fair, Good, Very Good.&lt;/P&gt;&lt;P&gt;I suspect I may have to rearrange my data in a different structure to accomplish this, but I am wondering is there a smarter way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I rearrange the data like this&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;custid&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;question&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;answer&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;q1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Fair&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;q2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Good&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;q3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Very good&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;q1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Poor&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;q2&lt;/TD&gt;&lt;TD&gt;Very good&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;q3&lt;/TD&gt;&lt;TD&gt;Fair&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I can set my first dimension to 'question' and my second dimension to 'answer' and the measure is COUNT(custid).&lt;/P&gt;&lt;P&gt;Does anyone have suggestions as to whether this is possible in Qlik Sense without rearranging the data first? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 23:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualising-typical-survey-data/m-p/965465#M467553</guid>
      <dc:creator />
      <dc:date>2015-11-09T23:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Visualising typical survey data</title>
      <link>https://community.qlik.com/t5/QlikView/Visualising-typical-survey-data/m-p/965466#M467554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to do this while loading your data in the script using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CROSSTABLE (question, answer)&lt;/P&gt;&lt;P&gt;LOAD custid, q1, q2,q3&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp; ....;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 00:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualising-typical-survey-data/m-p/965466#M467554</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-10T00:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Visualising typical survey data</title>
      <link>https://community.qlik.com/t5/QlikView/Visualising-typical-survey-data/m-p/965467#M467555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think swuehl has you on the right track for loading the data. You may want to reconsider the stacked bar chart as your visualization. A Pivot grid can sometimes be a more insightful analysis of survey responses. An qvw showing both the grid an stacked bar approaches is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 03:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualising-typical-survey-data/m-p/965467#M467555</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-10T03:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Visualising typical survey data</title>
      <link>https://community.qlik.com/t5/QlikView/Visualising-typical-survey-data/m-p/965468#M467556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much swuehl and rob. Makes sense. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for attachment too but it might be a couple of days before i get to this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2015 23:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visualising-typical-survey-data/m-p/965468#M467556</guid>
      <dc:creator />
      <dc:date>2015-11-10T23:49:21Z</dc:date>
    </item>
  </channel>
</rss>

