<?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 Square Brackets [] inside an Inline Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030900#M643164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´d like to know why a simple script like that causes an error&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14520225249952770" jivemacro_uid="_14520225249952770"&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;A&gt;", test&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can&amp;nbsp; do this&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_145202275149039 jive_text_macro" jivemacro_uid="_145202275149039"&gt;
&lt;P&gt;LOAD Replace(Replace(F1,'{','['),'}',']') as F1, F2 INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "{a}", test&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´d like to know if there´s an easier way of doing this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 19:40:47 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2016-01-05T19:40:47Z</dc:date>
    <item>
      <title>Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030900#M643164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´d like to know why a simple script like that causes an error&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14520225249952770" jivemacro_uid="_14520225249952770"&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;A&gt;", test&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can&amp;nbsp; do this&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_145202275149039 jive_text_macro" jivemacro_uid="_145202275149039"&gt;
&lt;P&gt;LOAD Replace(Replace(F1,'{','['),'}',']') as F1, F2 INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "{a}", test&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´d like to know if there´s an easier way of doing this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 19:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030900#M643164</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-01-05T19:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030901#M643165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know why, but this seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A&gt;], test&amp;nbsp; &lt;/A&gt;&lt;/STRONG&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110682_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 19:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030901#M643165</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T19:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030902#M643166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But this does not &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD F1, F2 INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;A&gt;]", test&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030902#M643166</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-01-05T20:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030903#M643167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyway, one more silly point &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030903#M643167</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-01-05T20:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030904#M643168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked because two square brackets formed escape sequence: &lt;A href="https://community.qlik.com/qlik-blogpost/4232"&gt;Escape sequences&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030904#M643168</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T20:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030905#M643169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;SET ErrorMode=0;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD F1, F2 INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;A&gt;]", test&lt;/A&gt;&lt;/EM&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;B&gt;]", test &lt;/B&gt;&lt;/EM&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET ErrorMode=1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110684_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030905#M643169</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-01-05T20:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030906#M643170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;‌, using QV 12&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110685_Capturar.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030906#M643170</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-01-05T20:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030907#M643171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I got too....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow this -&amp;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;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD * INLINE [ &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="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2 &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="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A&gt;], test &lt;/A&gt;&lt;/STRONG&gt;&lt;A&gt;&lt;/A&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="font-style: inherit; font-family: inherit;"&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;is also creating issues for script after this load. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030907#M643171</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T20:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030908#M643172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh well, although the script editor doesn't understand it, the script still runs without issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [ &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A&gt;], test &lt;/A&gt;&lt;/STRONG&gt;&lt;A&gt;&lt;/A&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;Table:&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;Field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;b&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;c&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;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110687_Capture.PNG" style="height: 204px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:51:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030908#M643172</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T20:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030909#M643173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm on 11.20. Not a good thing the result is so different 11 vs 12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030909#M643173</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-01-05T20:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030910#M643174</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;there is another more simple solution with quotes (esp. if you want to paste lots of data from wherever):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14520272808479979 jive_text_macro" jivemacro_uid="_14520272808479979" modifiedtitle="true"&gt;
&lt;P&gt;LOAD * INLINE " &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; F1, F2 &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A&gt;, test &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;";&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030910#M643174</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-01-05T20:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030911#M643175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is probably the best one so far. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 20:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030911#M643175</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-05T20:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030912#M643176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ralf, your soltutions rocks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030912#M643176</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-01-06T11:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030913#M643177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;"Standing on the shoulders of giants", &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/3136"&gt;rbecher&lt;/A&gt;‌, &lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030913#M643177</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-01-06T11:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030914#M643178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same works with single Quotes too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline '&lt;/P&gt;&lt;P&gt; F1,F2&lt;/P&gt;&lt;P&gt;&lt;A&gt;,test ';&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030914#M643178</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-01-06T11:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030915#M643179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you're right. It's just a matter of qouting. Nothing complex..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3045"&gt;QlikView Quoteology&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 12:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030915#M643179</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-01-06T12:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030916#M643180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I'm rather small.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 12:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030916#M643180</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-01-06T12:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030917#M643181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right. It was just my curiosity to check with single quote &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, 06 Jan 2016 12:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030917#M643181</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-01-06T12:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Square Brackets [] inside an Inline Load</title>
      <link>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030918#M643182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh you guys are huge... My name with elite such as yourself is a huge honor for someone like me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 12:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-Brackets-inside-an-Inline-Load/m-p/1030918#M643182</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-06T12:27:39Z</dc:date>
    </item>
  </channel>
</rss>

