<?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: Passing data from excel to variable in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959227#M329323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what would be the best way if there were multiple rows (but I added a "date type" field with it)?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Dec 2015 21:41:25 GMT</pubDate>
    <dc:creator>zagzebski</dc:creator>
    <dc:date>2015-12-06T21:41:25Z</dc:date>
    <item>
      <title>Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959225#M329321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like this should be simple but want to grab a single date from an excel screadsheet and use in a script. So I just need to read the date from table below and put it into vDate variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reporting_Date_Table:&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Date Reporting]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;QVD\Layer1\Date_Control_Panel.qvd(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vDate =&amp;nbsp;&amp;nbsp; ??? ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 21:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959225#M329321</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-12-06T21:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959226#M329322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does Date Reporting include multiple rows of data or just one row? For one row, you can try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vDate = Peek('Date Reporting');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For multiple rows, would you like to store them in different variable or would you like to store them in a comma separated list?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 21:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959226#M329322</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-06T21:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959227#M329323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what would be the best way if there were multiple rows (but I added a "date type" field with it)?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 21:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959227#M329323</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-12-06T21:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959228#M329324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share an example of how the data might look like and how you would store it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 21:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959228#M329324</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-06T21:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959229#M329325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will share in a bit but a quick question -- I can't get this variable to read as a date. I use the variable in the function below but can't get it to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vDate = Peek('Date Reporting');&amp;nbsp; -- I date format this and it shows as 10/31/2015 but yet is not working in&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;&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;&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; the function below...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Function:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;InYearToDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vYTD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 0) &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;InYearToDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vYTD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, -1)&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;InYearToDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vYTD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, -2)&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;InYearToDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vYTD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, -3)&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;InYearToDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vYTD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;, -4)&lt;BR /&gt;&amp;nbsp; , 'YTD','NOYTD') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;YTD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 22:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959229#M329325</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-12-06T22:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959230#M329326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see where you are using this in the function below? I see vYTD, but not vDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Dec 2015 23:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959230#M329326</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-06T23:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959231#M329327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooops sorry should actually be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vYTD = Peek('Date Reporting');&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Still can't fiugre out why it won't read that as a date.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 00:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959231#M329327</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-12-07T00:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959232#M329328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Give this a shot:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&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-family: arial, helvetica, sans-serif; font-size: 10pt; color: #575757;"&gt;&lt;STRONG&gt;Reporting_Date_Table:&lt;/STRONG&gt;&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;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;LOAD &lt;SPAN style="color: #ff0000;"&gt;Date([Date Reporting], 'MM/DD/YYYY') as [Date Reporting]&lt;/SPAN&gt;&lt;BR /&gt;FROM&lt;BR /&gt;QVD\Layer1\Date_Control_Panel.qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Let vYTD = &lt;SPAN style="color: #ff0000;"&gt;Date(Peek('Date Reporting'))&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Function:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD If(&lt;/SPAN&gt;InYearToDate(Date, $(vYTD), 0)&amp;nbsp; or InYearToDate(Date, $(vYTD), -1) or InYearToDate(Date, $(vYTD), -2) or InYearToDate(Date, $(vYTD), -3) or InYearToDate(Date, $(vYTD), -4), 'YTD', 'NOYTD') as YTD,&lt;/STRONG&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="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;From Source;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 00:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959232#M329328</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-07T00:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959233#M329329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that too. Couldn't&amp;nbsp; get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even tried to make it really simple like this and it still wouldn't work. Every date was a "NOYTD", when it should only be the ones &amp;gt;= 10/31/2015:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Let vYTD = Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('10/31/2015','MM/DD/YYYY') ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;Function:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #ff0000;"&gt;LOAD If(&lt;/SPAN&gt;InYearToDate(Date, $(vYTD), 0)&amp;nbsp; or InYearToDate(Date, $(vYTD), -1) or InYearToDate(Date, $(vYTD), -2) or InYearToDate(Date, $(vYTD), -3) or InYearToDate(Date, $(vYTD), -4), 'YTD', 'NOYTD') as YTD,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;From Source;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 00:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959233#M329329</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2015-12-07T00:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data from excel to variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959234#M329330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;Let vYTD = MakeDate(2015, 10, 31);&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;LET vYTD = Date#('10/31/2015', 'MM/DD/YYYY');&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 00:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-data-from-excel-to-variable-in-script/m-p/959234#M329330</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-07T00:43:06Z</dc:date>
    </item>
  </channel>
</rss>

