<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable/m-p/769910#M1037832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table called&amp;nbsp; by name&amp;nbsp; "SUbscription ", which has many columns among which there is a column name called "Airtledated"&amp;nbsp; which has the formate like this&lt;/P&gt;&lt;P&gt;12-01-2014 , like this it has for 1 year . and in the same " Subscription table ther is a cloumn name called&amp;nbsp;&amp;nbsp; product and ID .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to know how do i get the start date&amp;nbsp; and end date . from the date column. What kind of variable i need to define .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already had this variable but its showing wrong&amp;nbsp; its giving the date as -2021&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vstartdate =date(aggr(min(Airtledated),Airtel_product))&lt;/P&gt;&lt;P&gt;VEnddate= date(aggr(Max(Airtledated),Airtel_product))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will some one help me plz . Iam stcuk badly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2015 09:10:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-12T09:10:33Z</dc:date>
    <item>
      <title>Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/769910#M1037832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table called&amp;nbsp; by name&amp;nbsp; "SUbscription ", which has many columns among which there is a column name called "Airtledated"&amp;nbsp; which has the formate like this&lt;/P&gt;&lt;P&gt;12-01-2014 , like this it has for 1 year . and in the same " Subscription table ther is a cloumn name called&amp;nbsp;&amp;nbsp; product and ID .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to know how do i get the start date&amp;nbsp; and end date . from the date column. What kind of variable i need to define .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already had this variable but its showing wrong&amp;nbsp; its giving the date as -2021&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vstartdate =date(aggr(min(Airtledated),Airtel_product))&lt;/P&gt;&lt;P&gt;VEnddate= date(aggr(Max(Airtledated),Airtel_product))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will some one help me plz . Iam stcuk badly .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 09:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/769910#M1037832</guid>
      <dc:creator />
      <dc:date>2015-01-12T09:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/769911#M1037834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A variable can't hold multiple values at a time. You might have to take a different route based on your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 09:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/769911#M1037834</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-01-12T09:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/769912#M1037836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are different variables &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 09:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/769912#M1037836</guid>
      <dc:creator />
      <dc:date>2015-01-12T09:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/769913#M1037838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;vstartdate =date(aggr(min(Airtledated),Airtel_product))&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you are trying to get start dates &lt;STRONG&gt;for every products&lt;/STRONG&gt; (your aggr() made me think so), that means your trying to store multiple values in a single variable, that is not possible. If you want start date for a single &lt;STRONG&gt;seleted product&lt;/STRONG&gt;, try without aggr() like:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;vstartdate =date(min(Airtledated))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 09:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/769913#M1037838</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-01-12T09:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/769914#M1037841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to add 2 vairables ?&lt;/P&gt;&lt;P&gt;is it like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(vstartdate)+$(vendate)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(vstartdate)+(venddate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 09:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/769914#M1037841</guid>
      <dc:creator />
      <dc:date>2015-01-12T09:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/769915#M1037844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concatenation operator is '&amp;amp;', like:&lt;/P&gt;&lt;P&gt;=$(vstartdate) &lt;STRONG&gt;&amp;amp;&lt;/STRONG&gt;&amp;nbsp; $(vendate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 09:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/769915#M1037844</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-01-12T09:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Variable/m-p/769916#M1037846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does it give me the addition ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 10:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable/m-p/769916#M1037846</guid>
      <dc:creator />
      <dc:date>2015-01-12T10:09:41Z</dc:date>
    </item>
  </channel>
</rss>

