<?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: Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981659#M960832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok got it. I'll check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Oct 2015 08:45:59 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2015-10-15T08:45:59Z</dc:date>
    <item>
      <title>Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981650#M960823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;I have two variable one variable has vStartDate and&amp;nbsp; another is vEndDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have to display the value in two text box &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value for start date And iam trying to use this formula but iam geting a dash symbol &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Date=&lt;SPAN style="font-size: 13.3333px;"&gt;vStartDate ,sum(netAmount))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(Date=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vENdDate ,sum(netAmount))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can plz some one correct the expression ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 06:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981650#M960823</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2015-10-15T06:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981651#M960824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Date" is a naked field reference and will be evaluated to NULL, since there are several possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See &lt;A href="https://community.qlik.com/qlik-blogpost/3779"&gt;Use Aggregation Functions!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 06:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981651#M960824</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-15T06:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981652#M960825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this - &lt;/P&gt;&lt;P&gt;If(Min(Date(DateField))=vStartDate,Sum(netAmount))&lt;/P&gt;&lt;P&gt;If(Max(Date(DateFIeld))=vEndDate,Sum(netAmount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 06:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981652#M960825</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-10-15T06:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981653#M960826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post your expected output (I could see you are struggling to get the final result).? If we know your full expectation, we can guide you to achieve final output in one go.!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 07:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981653#M960826</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-10-15T07:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981654#M960827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagraj &lt;/P&gt;&lt;P&gt;Its the same file u sent me after modifying , My requirement is like i want to show a sum of value for perticular SBU and location only for start date &lt;/P&gt;&lt;P&gt;and another text object which&amp;nbsp; should show the value for end date .&lt;/P&gt;&lt;P&gt;i hope iam clear .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 07:23:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981654#M960827</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2015-10-15T07:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981655#M960828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the dates (in your case PERIOD_START_DATE and SCHEDULE_CLOSE_DATE ) are falls between start date and end date, you need to show the sum value. Right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you mention the start date as 01.12.2013 and end date as 31.12.2013, the textbox should display the sum value (&lt;SPAN style="font-size: 13.3333px;"&gt;PERIOD_START_DATE and SCHEDULE_CLOSE_DATE falls inbetween the start date and end date&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me, If I am wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 07:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981655#M960828</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-10-15T07:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981656#M960829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Date=&lt;SPAN style="font-size: 13.33px;"&gt;vStartDate ,sum(netAmount))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Date is an internal function and Need a Parameter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;hwat date do you want to compare? today, specific date?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;then try&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;if (today()=vStartDate,...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;if (date(mydate)=vStartDate,...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 08:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981656#M960829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-15T08:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981657#M960830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try - &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(if(Date=&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;vStartDate ,netAmount))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(if(Date=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;vENdDate &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;,netAmount))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 08:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981657#M960830</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-15T08:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981658#M960831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actaully i need to show a text objec which shoul show the sum(value) for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;PERIOD_START_DATE &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;and one more text object which should show me SUm(value) for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;SCHEDULE_CLOSE_DATE.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also please if u can just let me know , how do i implement this in charts expression , i just want to pass this value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 08:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981658#M960831</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2015-10-15T08:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981659#M960832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok got it. I'll check&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 08:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981659#M960832</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-10-15T08:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981660#M960833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the attachment. You can mention start date and end date in input box. Based on that the two text boxes will display the sum values.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="102066" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102066_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any clarifications !.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 09:35:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981660#M960833</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-10-15T09:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/981661#M960834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your time Nagraj &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 09:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/981661#M960834</guid>
      <dc:creator>smilingjohn</dc:creator>
      <dc:date>2015-10-15T09:38:35Z</dc:date>
    </item>
  </channel>
</rss>

