<?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: How do I create a chart for the following Scenario? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569463#M1102818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this condition, wherever the value is greater than 0, there it will have 'AVG_OFFLINE' and for rest other, i.e. for value&amp;lt;=0, it will have nothing, i.e. '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now your ONOFF_SELECT list box will have 2 values, i.e. 'AVG_OFFLINE' and '-' so if you select one of the there will be change when you select '-', because all values less than 0 (negative values) and zero values will come..and if you select 'AVG_OFFLINE' then there will be change, that all the positive values will come, excluding all negatives.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 04:19:05 GMT</pubDate>
    <dc:creator>rajat2392</dc:creator>
    <dc:date>2014-04-14T04:19:05Z</dc:date>
    <item>
      <title>How do I create a chart for the following Scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569458#M1102813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following data table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODEL, USER_ID, AVG_TOTAL, AVG_ONLINE, AVG_OFFLINE, PARAM1, PARAM2,....,PARAM X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MODEL='STANDARD' for all users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have created a chart as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIMENSION:&amp;nbsp; MODEL&lt;/P&gt;&lt;P&gt;EXPRESSION1: SUM(AVG_TOTAL)&lt;/P&gt;&lt;P&gt;EXPRESSION2: SUM(AVG_ONLINE)&lt;/P&gt;&lt;P&gt;EXPRESSION3:, SUM(AVG_OFFLINE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have other charts to Analyze PARAM1, PARAM2 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is I can't click AVG_ONLINE or AVG_OFFLINE to slice and dice PARAM1 or PARAM2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create a chart so that I can select users of AVG_OFFLINE or AVG_ONLINE to analyze PARAM1 or PARAM2 users?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Apr 2014 02:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569458#M1102813</guid>
      <dc:creator />
      <dc:date>2014-04-13T02:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a chart for the following Scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569459#M1102814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I am getting you problem, you must be getting only three bars in the chart I think. And if you want to click on any bar and want the dimension to be changed to PARAM1 or else, you can create dimension group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Apr 2014 06:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569459#M1102814</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-13T06:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a chart for the following Scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569460#M1102815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rojat&lt;/P&gt;&lt;P&gt;Thanks for the reply. I have separate charts for Param1, param2.. etc, I do not want to combine the Param1, Param2 etc in this chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is a simple chart which shows AVG_TOTOAL, AVG_ONLINE, AVG_OFFLINE, AVG_ONLINE&lt;/P&gt;&lt;P&gt;When I click any of these(AVG_TOTOAL, AVG_ONLINE, AVG_OFFLINE) The Params charts should change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So While creating , I should use three Dimension&amp;nbsp; AVG_TOTOAL, AVG_ONLINE, AVG_OFFLINE&amp;nbsp; correct?&lt;/P&gt;&lt;P&gt;What will be the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have uploaded sample files in my original postings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the feedback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Apr 2014 07:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569460#M1102815</guid>
      <dc:creator />
      <dc:date>2014-04-13T07:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a chart for the following Scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569461#M1102816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per your data that I can see..you have only two dimensions, one is USER_ID and other is MODEL, rest all are your facts. So if you are going to use MODEL as your dimension, and click on any bar, it will not reflect any change on any chart, because the selection you are making is "STANDARD" which is the only value you have in model column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use USER_ID as the dimension and then click on any of the bars..then there will be a change on other chart because you will be selecting a particular USER_ID and the result will be filtered for that only USER_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If still you have some doubt, you can ask back...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Apr 2014 13:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569461#M1102816</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-13T13:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a chart for the following Scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569462#M1102817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. So what If I created some script as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume My Load Table is ONOFF_DATA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONOFF_SELECT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;USER_ID,&lt;/P&gt;&lt;P&gt;if(AVG_ONLINE &amp;gt; 0,'AVG_ONLINE') AS ONOFF_SELECT&lt;/P&gt;&lt;P&gt;Resident ONOFF_DATA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;USER_ID,&lt;/P&gt;&lt;P&gt;if(AVG_OFFLINE &amp;gt; 0,'AVG_OFFLINE') AS ONOFF_SELECT&lt;/P&gt;&lt;P&gt;Resident ONOFF_DATA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The I add a List box for ONOFF_SELECT and individually select?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Apr 2014 14:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569462#M1102817</guid>
      <dc:creator />
      <dc:date>2014-04-13T14:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a chart for the following Scenario?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569463#M1102818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this condition, wherever the value is greater than 0, there it will have 'AVG_OFFLINE' and for rest other, i.e. for value&amp;lt;=0, it will have nothing, i.e. '-'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now your ONOFF_SELECT list box will have 2 values, i.e. 'AVG_OFFLINE' and '-' so if you select one of the there will be change when you select '-', because all values less than 0 (negative values) and zero values will come..and if you select 'AVG_OFFLINE' then there will be change, that all the positive values will come, excluding all negatives.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 04:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-chart-for-the-following-Scenario/m-p/569463#M1102818</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-14T04:19:05Z</dc:date>
    </item>
  </channel>
</rss>

