<?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 Variable not working. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540566#M202032</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 created two variable for startdate=min({$}Date) and enddate=max({$}Date). but every time i open qvw both the variable changes into number format like '54621' likewise. please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2013 11:55:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-10T11:55:05Z</dc:date>
    <item>
      <title>Variable not working.</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540566#M202032</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 created two variable for startdate=min({$}Date) and enddate=max({$}Date). but every time i open qvw both the variable changes into number format like '54621' likewise. please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 11:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540566#M202032</guid>
      <dc:creator />
      <dc:date>2013-10-10T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working.</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540567#M202033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to create &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;startdate=min(Date) and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enddate=max(Date).&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;check whether the&amp;nbsp;&amp;nbsp; Date is in number format or in 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;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if it is in number format then &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; startdate=Date(min(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;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enddate=Date(max(Date))&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 11:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540567#M202033</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2013-10-10T11:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working.</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540568#M202034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should put the format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date(yourfield,'YYYY/MM/DD')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; startdate=&lt;/SPAN&gt;date(MIN(yourfield),'YYYY/MM/DD')&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enddate=&lt;/SPAN&gt;date(MAX(yourfield),'YYYY/MM/DD')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOPE THAT HELPS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 12:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540568#M202034</guid>
      <dc:creator>fdelacal</dc:creator>
      <dc:date>2013-10-10T12:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working.</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540569#M202035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to set date format..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Settings ---&amp;gt; Document Properties --&amp;gt; Number --&amp;gt; Select "Variables" on drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can set format for your variable..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 12:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540569#M202035</guid>
      <dc:creator />
      <dc:date>2013-10-10T12:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Variable not working.</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540570#M202036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Piyush what you try is&lt;/P&gt;&lt;P&gt;startdate=Date(min({$}Date),'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;enddate=Date(max({$}Date),'DD-MM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 12:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-not-working/m-p/540570#M202036</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-10T12:11:30Z</dc:date>
    </item>
  </channel>
</rss>

