<?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 Make date using GetFieldSelections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662422#M1078210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use GetFieldSelections of Year, month and day in makedate function like&lt;/P&gt;&lt;P&gt;vselecteddate= makedate(GetFieldSelections(year),GetFieldSelections(month),GetFieldSelections(day))&lt;/P&gt;&lt;P&gt;if not how can i get the selected year,month and day as a date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bhavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 16:06:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-11T16:06:04Z</dc:date>
    <item>
      <title>Make date using GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662422#M1078210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use GetFieldSelections of Year, month and day in makedate function like&lt;/P&gt;&lt;P&gt;vselecteddate= makedate(GetFieldSelections(year),GetFieldSelections(month),GetFieldSelections(day))&lt;/P&gt;&lt;P&gt;if not how can i get the selected year,month and day as a date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Bhavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662422#M1078210</guid>
      <dc:creator />
      <dc:date>2014-07-11T16:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make date using GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662423#M1078211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possible click Ctrl + Alt + V and in the variables Overview &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a variable like&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;vselecteddate&lt;/SPAN&gt; =makedate(GetFieldSelections(Year),GetFieldSelections(NumMonth),GetFieldSelections(Day) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- Month field will be Number month values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662423#M1078211</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-11T16:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Make date using GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662424#M1078212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Anand Chouhan &lt;/P&gt;&lt;P&gt; can i use variables instead of GetFieldSelections in makedate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662424#M1078212</guid>
      <dc:creator />
      <dc:date>2014-07-11T16:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Make date using GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662425#M1078213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use variables,not sure how your year,month,day list boxes setup, if user is able to select multiple values (ex:2010,2011) makedate wont work ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662425#M1078213</guid>
      <dc:creator />
      <dc:date>2014-07-11T16:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Make date using GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662426#M1078214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetFieldSelections if you have one selected value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this (or some other aggr function) if you want also manage no selections or many selected values &lt;/P&gt;&lt;P&gt;=MakeDate(max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year&lt;/SPAN&gt;), MAX(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NumMonth&lt;/SPAN&gt;), max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Day&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62301_1.png" style="width: 620px; height: 248px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662426#M1078214</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-11T16:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make date using GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662427#M1078215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662427#M1078215</guid>
      <dc:creator />
      <dc:date>2014-07-11T16:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make date using GetFieldSelections</title>
      <link>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662428#M1078216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome Yes you can use variables but check which type of data in the fields you have and where you use makedate functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 17:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-date-using-GetFieldSelections/m-p/662428#M1078216</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-07-11T17:00:24Z</dc:date>
    </item>
  </channel>
</rss>

