<?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 Issue with &amp;quot;Date&amp;quot; selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449142#M433919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;i have a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select Year=2017 and Quarter=Q1 i have as budget result 4253 $&lt;/P&gt;&lt;P&gt;If i select Yera=2017 and Quarter=Q1 and also Month=Jan,Feb,Mar the budget is 4985$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the Q1 is = Jan Feb Mar, i don't get why i have this difference!!!&lt;/P&gt;&lt;P&gt;Find attached my APP, thank you for the support!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="forum caricamento.png" class="jive-image image-1" src="/legacyfs/online/175785_forum caricamento.png" style="height: 484px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Sep 2017 06:51:47 GMT</pubDate>
    <dc:creator>qlikviewaf</dc:creator>
    <dc:date>2017-09-07T06:51:47Z</dc:date>
    <item>
      <title>Issue with "Date" selection</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449142#M433919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;i have a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i select Year=2017 and Quarter=Q1 i have as budget result 4253 $&lt;/P&gt;&lt;P&gt;If i select Yera=2017 and Quarter=Q1 and also Month=Jan,Feb,Mar the budget is 4985$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the Q1 is = Jan Feb Mar, i don't get why i have this difference!!!&lt;/P&gt;&lt;P&gt;Find attached my APP, thank you for the support!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="forum caricamento.png" class="jive-image image-1" src="/legacyfs/online/175785_forum caricamento.png" style="height: 484px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 06:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449142#M433919</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-09-07T06:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with "Date" selection</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449143#M433920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could not open your qvw. Could you share the expression you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 07:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449143#M433920</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-07T07:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with "Date" selection</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449144#M433921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;='Budget&amp;nbsp; $' &amp;amp; round(&lt;/P&gt;&lt;P&gt;if(Count(Day)=1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((Sum({&amp;lt;Area-={'Area-not-available'}, Day=,Quarter=,Invoice_Date=&amp;gt;} BudgetUSD)/1000)/$(vWorkingDays)),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ROUND((Sum({&amp;lt;Area-={'Area-not-available'}, Quarter=,Day=,Invoice_Date=&amp;gt;} BudgetUSD)/1000)/$(vWorkingDays)*$(vWorkingDaysSelected))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 07:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449144#M433921</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2017-09-07T07:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with "Date" selection</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449145#M433922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your variable you have nullify the&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;Quarter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;""sum({&amp;lt;Quarter=, Day=,Invoice_Date=,Area=,Region=,Region_Description,Product_Line=,Item_Category=&amp;gt;} WorkingDay)""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And Also in Budget expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Budget&amp;nbsp; $' &amp;amp; round(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count(Day)=1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;((Sum({&amp;lt;Area-={'Area-not-available'}, Day=,Quarter=,Invoice_Date=&amp;gt;} BudgetUSD)/1000)/$(vWorkingDays)),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ROUND((Sum({&amp;lt;Area-={'Area-not-available'}, Quarter=,Day=,Invoice_Date=&amp;gt;} BudgetUSD)/1000)/$(vWorkingDays)*$(vWorkingDaysSelected))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.Please find the corrected .QVW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 07:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449145#M433922</guid>
      <dc:creator>rohitraut</dc:creator>
      <dc:date>2017-09-07T07:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with "Date" selection</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449146#M433923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And how are the variables &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;vWorkingDays&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt; &lt;/EM&gt;and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;vWorkingDaysSelected &lt;/EM&gt;defined? And yes, please let know which value is right that you want to see in both the cases.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 07:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449146#M433923</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-09-07T07:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with "Date" selection</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449147#M433924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;please close the thread by marking the correct response and any helpful responses...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 12:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-quot-Date-quot-selection/m-p/1449147#M433924</guid>
      <dc:creator>rohitraut</dc:creator>
      <dc:date>2017-09-07T12:28:29Z</dc:date>
    </item>
  </channel>
</rss>

