<?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: Problem with LET and Concat() in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104948#M604162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YEEEEEEEEEEEEEEAH!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Dimitrios!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2018 11:27:36 GMT</pubDate>
    <dc:creator>jordicastilloga</dc:creator>
    <dc:date>2018-07-05T11:27:36Z</dc:date>
    <item>
      <title>Problem with LET and Concat() in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104942#M604156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem when trying to assign a value to a variable in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- I have to assign a list of values of an excel to one variable. For that, I load the excel, and then I put the following statement in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET variable1 = Concat(Field1,','). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, that, later on, variable1 is assigned with 'Concat(Field1,','), instead of the content of the Field1 (eg. 11,14,15,16).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix that??&amp;nbsp; I just want to assign the string '11,14,15,16' into the variable1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jordi. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 13:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104942#M604156</guid>
      <dc:creator>jordicastilloga</dc:creator>
      <dc:date>2018-07-03T13:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LET and Concat() in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104943#M604157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your question correctly, instead of using the values from Field1 column, you want to hard code the strig '11, 14, 15, 16'.&lt;/P&gt;&lt;P&gt;If the above statement is correct then may be use can use Set instead of Let - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SET variable1 = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'11,14,15,16'&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 15:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104943#M604157</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-07-03T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LET and Concat() in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104944#M604158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ni Neelam,&lt;/P&gt;&lt;P&gt;Thank you very much for your answer. I can't do that because the numbers will be stored in one excel and will be changed every week by the user. So I need to extract the numbers from the excel, and put it in one variable. There is any way??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 18:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104944#M604158</guid>
      <dc:creator>jordicastilloga</dc:creator>
      <dc:date>2018-07-03T18:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LET and Concat() in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104945#M604159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;ABC:&lt;/P&gt;&lt;P&gt;LOAD * Inline &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Field&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;5];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let noRows = NoOfRows('ABC')-1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i=0 to $(noRows)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vVar=FieldValue('CaptureDateTime',$(i));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD * ,'$(vVar)' as Field1&lt;/P&gt;&lt;P&gt;Resident ABC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table ABC;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 10:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104945#M604159</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-04T10:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LET and Concat() in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104946#M604160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;why do you want this to be done at script-level(Back end).&lt;/P&gt;&lt;P&gt;At the expression-level(Front end) i.e. in textbox it works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 10:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104946#M604160</guid>
      <dc:creator>thevingo</dc:creator>
      <dc:date>2018-07-04T10:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LET and Concat() in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104947#M604161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the attached app. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 11:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104947#M604161</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-04T11:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LET and Concat() in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104948#M604162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YEEEEEEEEEEEEEEAH!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Dimitrios!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 11:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/104948#M604162</guid>
      <dc:creator>jordicastilloga</dc:creator>
      <dc:date>2018-07-05T11:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LET and Concat() in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/1550649#M604163</link>
      <description>&lt;P&gt;Thank You Guru&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.qlik.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 16:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/1550649#M604163</guid>
      <dc:creator>dundigalla</dc:creator>
      <dc:date>2019-02-28T16:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with LET and Concat() in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/2512387#M1226493</link>
      <description>&lt;P&gt;Please, can you send the .qvs file? I want the script. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 16:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-LET-and-Concat-in-the-script/m-p/2512387#M1226493</guid>
      <dc:creator>danimartinroiback</dc:creator>
      <dc:date>2025-03-31T16:15:11Z</dc:date>
    </item>
  </channel>
</rss>

