<?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: variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variables/m-p/5456#M791735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in step 1 i have loaded a Date file which contains Date field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want to set a variable(say the varible is 'v') to store the Date field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;later i have one more file to load wich is loaded from [../xyz_2jan2018] but i want to load like [../xyz_$(v)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2018 12:04:21 GMT</pubDate>
    <dc:creator>vignesh_s</dc:creator>
    <dc:date>2018-01-23T12:04:21Z</dc:date>
    <item>
      <title>variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5453#M791732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&amp;nbsp; all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 1:&lt;/P&gt;&lt;P&gt;i have a date excel file which as dates in&amp;nbsp; it and i loaded it&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;Date:&lt;/P&gt;&lt;P&gt;12-jan-2018&lt;/P&gt;&lt;P&gt;13-jan-2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;step 2:&lt;/P&gt;&lt;P&gt;now i want set variable to store the above date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3:&lt;/P&gt;&lt;P&gt;i want to load the file &lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;from [..//xyz_&lt;STRONG&gt;12jan2018&lt;/STRONG&gt;.xsl]&lt;/P&gt;&lt;P&gt;but instead of file name &lt;STRONG style="font-size: 13.3333px;"&gt;12jan2018&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.xsl i wanna use variable set on &lt;STRONG&gt;step 2, how can i achive that,it used happen dynamically&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5453#M791732</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5454#M791733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share sample data?&lt;/P&gt;&lt;P&gt;As i see, file name is date and u want to extract date from File name and then what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 11:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5454#M791733</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-01-23T11:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5455#M791734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps something like below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sample:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;12-jan-2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;13-jan-2018&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET Variable = Peek('Date',0,'Sample');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Files.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is '$(Variable)');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Instead third step your needed is this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&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;STRONG&gt;ex:&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&gt;load *&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&gt;from [..//xyz_'$(Variable)'.xsl]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5455#M791734</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-23T12:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5456#M791735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in step 1 i have loaded a Date file which contains Date field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want to set a variable(say the varible is 'v') to store the Date field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;later i have one more file to load wich is loaded from [../xyz_2jan2018] but i want to load like [../xyz_$(v)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5456#M791735</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-23T12:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5457#M791736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Date:&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&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="color: #800000; font-size: 8pt;"&gt;Date_New&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Sample.xls&lt;BR /&gt; order by Date asc;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Let&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vDate&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Peek&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('Date_New',0,'Date');&lt;BR /&gt; &lt;BR /&gt; Final:&lt;BR /&gt; &lt;/SPAN&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="color: #0000ff; font-size: 8pt;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[../xyz_$(vDate)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5457#M791736</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-01-23T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5458#M791737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the reply anil,but u used &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Peek('Date',0,'Sample'); what if i have lots of date in it&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5458#M791737</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-23T12:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5459#M791738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be Loops using Peek() can deserve, But still not sure what your question ending up?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5459#M791738</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-23T12:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5460#M791739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thanks for replay,the date formate in date field is 12-jan-2018 and in file name its like 12jan2018&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that fine if i use without converting date formate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5460#M791739</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-23T12:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5461#M791740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer shivesh singh replay my expectation is similar to that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5461#M791740</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-23T12:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5462#M791741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not seen any difference from him and mine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5462#M791741</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-23T12:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5463#M791742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to convert it into desired format using Date(Date#...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5463#M791742</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-01-23T12:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: variables</title>
      <link>https://community.qlik.com/t5/QlikView/variables/m-p/5464#M791743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi attached text file hope it may understand clearly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variables/m-p/5464#M791743</guid>
      <dc:creator>vignesh_s</dc:creator>
      <dc:date>2018-01-23T12:37:51Z</dc:date>
    </item>
  </channel>
</rss>

