<?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: Help with idea in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455023#M564623</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys. Your both issues are right.&lt;/P&gt;&lt;P&gt;I found out how to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2013 16:57:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-25T16:57:59Z</dc:date>
    <item>
      <title>Help with idea</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455018#M564618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have 10 variables with score and 1 variable string.&lt;/P&gt;&lt;P&gt;I want to make chart like showen in picture. &lt;/P&gt;&lt;P&gt;I don't want to use 30 expressions. &lt;/P&gt;&lt;P&gt;Do you have any ideas how to do it?&lt;IMG __jive_id="31926" class="jive-image-thumbnail jive-image" onclick="" alt="Capture.JPG" src="https://community.qlik.com/legacyfs/online/31926_Capture.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Please find my attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 16:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455018#M564618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-24T16:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with idea</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455019#M564619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using a CROSSTABLE LOAD of your input data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;RESULT:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CrossTable (Dim1, Score,1) LOAD * resident Test$;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;drop table Test$;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your chart is just a bar chart with dimensions Dim1, A and an expression like avg(Score). See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 17:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455019#M564619</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-01-24T17:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with idea</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455020#M564620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transform your data with the crosstable function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;crosstable(Key,Value,1)&lt;/P&gt;&lt;P&gt;LOAD A, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; j&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Desktop\Test.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then use Key as the first dimension and A as the second dimension and avg(Value) as expression. See attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 17:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455020#M564620</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-24T17:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help with idea</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455021#M564621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;I didn't work with crosstab. I have also other variables in my file. It makes crosstab with other variables.&lt;/P&gt;&lt;P&gt;How can I fix it?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 16:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455021#M564621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-25T16:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with idea</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455022#M564622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I didn't work with &lt;SPAN&gt;crosstab&lt;/SPAN&gt;. I have also other variables in my file. It makes &lt;SPAN&gt;crosstab&lt;/SPAN&gt; with other variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;How can I fix it?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 16:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455022#M564622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-25T16:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with idea</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455023#M564623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys. Your both issues are right.&lt;/P&gt;&lt;P&gt;I found out how to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 16:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-idea/m-p/455023#M564623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-25T16:57:59Z</dc:date>
    </item>
  </channel>
</rss>

