<?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 LOAD INLINE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE/m-p/1777512#M590992</link>
    <description>&lt;P&gt;In the script below, the variable &lt;STRONG&gt;v_file&lt;/STRONG&gt; is not expanded &lt;STRONG&gt;only&lt;/STRONG&gt; in the &lt;STRONG&gt;WHERE&lt;/STRONG&gt; clause because of &lt;STRONG&gt;";"&lt;/STRONG&gt; after &lt;STRONG&gt;"my_filter=;"&lt;/STRONG&gt;.&lt;BR /&gt;If I change ";" with another char (e.g. my_filter=&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt; -&amp;gt; my_filter=&lt;FONT color="#339966"&gt;&lt;STRONG&gt;#&lt;/STRONG&gt;&lt;/FONT&gt;) then v_file is expanded correctly.&lt;/P&gt;&lt;P&gt;P.S. If in the WHERE clause I add another condition (e.g. OR 1=1) the line is loaded else st_FileName = '$(v_file)' always is false.&lt;/P&gt;&lt;P&gt;Maybe it is a BUG?&lt;/P&gt;&lt;P&gt;LET v_file = 'abc';&lt;/P&gt;&lt;P&gt;SecTab:&lt;BR /&gt;LOAD *,'$(v_file)' AS A INLINE [&lt;BR /&gt;st_User,st_FileName,st_Filter&lt;BR /&gt;AD\ADELE,abc,my_filter=;&lt;BR /&gt;]&lt;BR /&gt;WHERE st_FileName = '$(v_file)'&lt;BR /&gt;;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:34:18 GMT</pubDate>
    <dc:creator>CarloRomagnano</dc:creator>
    <dc:date>2024-11-16T17:34:18Z</dc:date>
    <item>
      <title>LOAD INLINE</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE/m-p/1777512#M590992</link>
      <description>&lt;P&gt;In the script below, the variable &lt;STRONG&gt;v_file&lt;/STRONG&gt; is not expanded &lt;STRONG&gt;only&lt;/STRONG&gt; in the &lt;STRONG&gt;WHERE&lt;/STRONG&gt; clause because of &lt;STRONG&gt;";"&lt;/STRONG&gt; after &lt;STRONG&gt;"my_filter=;"&lt;/STRONG&gt;.&lt;BR /&gt;If I change ";" with another char (e.g. my_filter=&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt; -&amp;gt; my_filter=&lt;FONT color="#339966"&gt;&lt;STRONG&gt;#&lt;/STRONG&gt;&lt;/FONT&gt;) then v_file is expanded correctly.&lt;/P&gt;&lt;P&gt;P.S. If in the WHERE clause I add another condition (e.g. OR 1=1) the line is loaded else st_FileName = '$(v_file)' always is false.&lt;/P&gt;&lt;P&gt;Maybe it is a BUG?&lt;/P&gt;&lt;P&gt;LET v_file = 'abc';&lt;/P&gt;&lt;P&gt;SecTab:&lt;BR /&gt;LOAD *,'$(v_file)' AS A INLINE [&lt;BR /&gt;st_User,st_FileName,st_Filter&lt;BR /&gt;AD\ADELE,abc,my_filter=;&lt;BR /&gt;]&lt;BR /&gt;WHERE st_FileName = '$(v_file)'&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE/m-p/1777512#M590992</guid>
      <dc:creator>CarloRomagnano</dc:creator>
      <dc:date>2024-11-16T17:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: LOAD INLINE</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE/m-p/1777567#M590993</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133900"&gt;@CarloRomagnano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May be, try like this&lt;/P&gt;&lt;P&gt;LET v_file = 'abc';&lt;/P&gt;&lt;P&gt;SecTab:&lt;BR /&gt;LOAD *,'$(v_file)' AS A INLINE [&lt;BR /&gt;st_User,st_FileName,st_Filter&lt;BR /&gt;AD\ADELE,abc,'my_filter=;'&lt;BR /&gt;]&lt;BR /&gt;WHERE st_FileName = '$(v_file)'&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 01:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE/m-p/1777567#M590993</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-27T01:09:25Z</dc:date>
    </item>
  </channel>
</rss>

