<?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: Can qlikview manage this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692845#M250637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;once you have the field Week, Keep it in the dimension and use this as expression:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Week=&amp;gt;} distinct KNRSCI) &lt;/P&gt;&lt;P&gt;Because any field in the set Analysis Statement without a value after the "=" will ignore the selections made by the users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 09:06:14 GMT</pubDate>
    <dc:creator>tobias_klett</dc:creator>
    <dc:date>2014-09-26T09:06:14Z</dc:date>
    <item>
      <title>Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692836#M250628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think I have a tricky problem to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will explain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I import some data from a oracle database to my qlikview application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this data I have to make 2 charts: a bar chart and a line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the bar chart I show a TOP 5 of specific problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This TOP 5 change according to the date I choose, this means if I choose one week I have the accumulated results on that week. If I chose two weeks I have the accumulated results of those two week and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to show on the line chart the evolution of this results throughout the last 15 weeks. In other words, I need to show on the line chart the evolution of my TOP 5 (of the bar chart) trough the last 15 weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If I select two weeks of results, I only have two weeks of evolution on the line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attachment there is a picture that show the current state of things. In resume, the objective is that the line chart shows the evolution of the results of the TOP 5 (of two weeks) trough the last 15 weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible to do on qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692836#M250628</guid>
      <dc:creator />
      <dc:date>2014-09-25T08:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692837#M250629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use set Analysis on your line Chart Expression:&lt;/P&gt;&lt;P&gt;Count( {&amp;lt;Week=&amp;gt;} Failurefield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Dimension Limit tab you can choose the Top5 of the FailureDimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Tobias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692837#M250629</guid>
      <dc:creator>tobias_klett</dc:creator>
      <dc:date>2014-09-25T08:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692838#M250630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try this for Line chart&lt;/P&gt;&lt;P&gt;Your expression for week wise and divide it by sum(Total {1} your expression field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692838#M250630</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-09-25T08:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692839#M250631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes possible,&lt;/P&gt;&lt;P&gt;can you please share a sample document..&lt;/P&gt;&lt;P&gt;would be easy to help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692839#M250631</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2014-09-25T08:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692840#M250632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just download some demo files from the site and you can easily explore .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 08:53:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692840#M250632</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-09-25T08:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692841#M250633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a dummy sample of the app, it took some time to mimic the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 12:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692841#M250633</guid>
      <dc:creator />
      <dc:date>2014-09-25T12:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692842#M250634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't understand how to use set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a dummy sample of my app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 12:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692842#M250634</guid>
      <dc:creator />
      <dc:date>2014-09-25T12:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692843#M250635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;BR /&gt;you should create the week field in the script instead of using a calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2014 18:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692843#M250635</guid>
      <dc:creator>tobias_klett</dc:creator>
      <dc:date>2014-09-25T18:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692844#M250636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I keep the week in the dimensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or should I use "Count( {&amp;lt;Week=&amp;gt;} Failurefield)" on the dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 08:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692844#M250636</guid>
      <dc:creator />
      <dc:date>2014-09-26T08:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692845#M250637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;once you have the field Week, Keep it in the dimension and use this as expression:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Week=&amp;gt;} distinct KNRSCI) &lt;/P&gt;&lt;P&gt;Because any field in the set Analysis Statement without a value after the "=" will ignore the selections made by the users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 09:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692845#M250637</guid>
      <dc:creator>tobias_klett</dc:creator>
      <dc:date>2014-09-26T09:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can qlikview manage this?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692846#M250638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So with your help I am using Count({&amp;lt;Week=&amp;gt;} distinct KNRSCI) , but I think I still have the same problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to select one week, for example week 38, for this week I get a top 5, after this I want to show the evolution of this specific top 5 since week 28 till week 38. But what I get is the evolution of the top 5 of those 10 weeks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached there is the file with I have acomplished so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think Count({&amp;lt;Week=&amp;gt;} distinct KNRSCI) is what I need or do you have any other idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 09:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-qlikview-manage-this/m-p/692846#M250638</guid>
      <dc:creator />
      <dc:date>2014-09-26T09:57:14Z</dc:date>
    </item>
  </channel>
</rss>

