<?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: chart help. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391572#M146068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will be hard for me to do that. sensitive data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 19:42:05 GMT</pubDate>
    <dc:creator>userid128223</dc:creator>
    <dc:date>2013-01-31T19:42:05Z</dc:date>
    <item>
      <title>chart help.</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391566#M146062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart with usual selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company name&lt;/P&gt;&lt;P&gt;Sales person&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a calculated field called &lt;STRONG&gt;TimesRemaining.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Sum({$&amp;lt;BILLABLE = {'T'}, TimePurchaseDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-18))'}&amp;gt;}TimePurchasedHours) -&amp;nbsp; Sum({$&amp;lt;BILLABLE = {'T'}, ServiceDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-18))'}&amp;gt;}HoursWorked)&lt;/EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 charts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full history regardless of selection: this charts works fine. (here I disable all the selection in set analysis, hence my TimeRemaining is calculated for all period for that company)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I try to do history by month (now I allow user to select time like day, month, quarter)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;The&lt;STRONG&gt; TimeRemaing&lt;/STRONG&gt; part show only that month instead of showing for entire period.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused on how to get this to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 18:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/391566#M146062</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2013-01-31T18:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: chart help.</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391567#M146063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to ignore your selections in your expression you can change it to:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial;"&gt;&lt;EM&gt;=Sum({&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;lt;BILLABLE = {'T'}, TimePurchaseDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-18))'}&amp;gt;}TimePurchasedHours) -&amp;nbsp; Sum({&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;lt;BILLABLE = {'T'}, ServiceDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-18))'}&amp;gt;}HoursWorked)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Maybe you want to change today() to max(TimePurchaseDate) and max(ServiceDate) so you the 18 months period ends with the maximum TimePurchaseDate and ServiceDate of the day, month or quarter of your selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't want to ignore all selections, you'll have to add the fields that influence the selections in TimePurchaseDate and ServiceDate to the expression&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: Arial;"&gt;&lt;EM style="color: #737373; font-family: Arial;"&gt;=Sum({&lt;/EM&gt;&lt;EM style="color: #737373; font-family: Arial;"&gt;$&amp;lt;BILLABLE = {'T'}, TimePurchaseDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-18))'}, &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Year=,Quarter=,Month=&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;}TimePurchasedHours)&lt;/EM&gt; - &lt;EM style="color: #737373; font-family: Arial;"&gt;Sum({$&amp;lt;BILLABLE = {'T'}, ServiceDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-18))'}&lt;EM style="font-family: Arial;"&gt;&lt;EM style="color: #737373; font-family: Arial;"&gt;, &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Year=,Quarter=,Month=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/EM&gt;&amp;gt;}HoursWorked)&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Change Year, Quarter and Month to the respective names of your fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 18:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/391567#M146063</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-31T18:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: chart help.</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391568#M146064</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;&lt;/P&gt;&lt;P&gt;attach are 2 images of snapshot of 2 charts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this chart I have allowed user to select months and year, hence the chart is adjusted as per selection. But you see the TimeRemaining as -10 that is incorrect, because it is only showing me for that month user has selected, I want the time remaining to be total of all the word for that company.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="32900" class="jive-image-thumbnail jive-image" onclick="" alt="by_month_TimeRemaining.JPG" src="https://community.qlik.com/legacyfs/online/32900_by_month_TimeRemaining.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This below chart. I have disallowed user to do any selected under month or year. hence TimeRemaining comes out right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="32901" class="jive-image-thumbnail jive-image" onclick="" alt="by_month_TimeRemaining_full.JPG" src="https://community.qlik.com/legacyfs/online/32901_by_month_TimeRemaining_full.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 18:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/391568#M146064</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2013-01-31T18:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: chart help.</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391569#M146065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i get this formula to work so that it will have no impact of time selection. however will do total per company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in chart, it gets adjusted when i select time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=Sum({&lt;/EM&gt;&lt;EM style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #737373;"&gt;&amp;lt;BILLABLE = {'T'}, TimePurchaseDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-18))'}&amp;gt;}TimePurchasedHours) -&amp;nbsp; Sum({&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;$&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #737373;"&gt;&amp;lt;BILLABLE = {'T'}, ServiceDate = {'&amp;gt;=$(=ADDMONTHS(TODAY(),-18))'}&amp;gt;}HoursWorked)&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 18:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/391569#M146065</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2013-01-31T18:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: chart help.</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391570#M146066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;taking 1 instead of $ wont help because i dont want entire data set, i want entire data set per company.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/391570#M146066</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2013-01-31T19:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: chart help.</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391571#M146067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Can You please provide sample applictaion or 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;Regards&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/info.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/391571#M146067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-31T19:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: chart help.</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391572#M146068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will be hard for me to do that. sensitive data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/391572#M146068</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2013-01-31T19:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: chart help.</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391573#M146069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; i am asking just sample data,not your data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 20:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/391573#M146069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-31T20:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: chart help.</title>
      <link>https://community.qlik.com/t5/QlikView/chart-help/m-p/391574#M146070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i understand but how to do i replicate the data set with a fake one. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 21:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/chart-help/m-p/391574#M146070</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2013-01-31T21:35:56Z</dc:date>
    </item>
  </channel>
</rss>

