<?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: Square brackets in inline tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765520#M666098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;use in single quote.it will work&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; regex&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1,&amp;nbsp; '^[a-z]'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 08:53:24 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-12-03T08:53:24Z</dc:date>
    <item>
      <title>Square brackets in inline tables</title>
      <link>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765519#M666097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to use/escape square brackets inside inline tables? &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I need to load regular expressions, some of which contain character classes: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;^[a-z]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double quotes don't work:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; regex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1,&amp;nbsp;&amp;nbsp; "^[a-z]"&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigning the regex to a variable wouldn't be the best solution but also doesn't work: &lt;/P&gt;&lt;P&gt;Set v = '^[a-z]';&lt;/P&gt;&lt;P&gt;LOAD * INLINE &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;[&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; regex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1,&amp;nbsp;&amp;nbsp; $(v)&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ivelin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765519#M666097</guid>
      <dc:creator />
      <dc:date>2014-12-03T08:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Square brackets in inline tables</title>
      <link>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765520#M666098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;use in single quote.it will work&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; regex&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1,&amp;nbsp; '^[a-z]'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765520#M666098</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-12-03T08:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Square brackets in inline tables</title>
      <link>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765521#M666099</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;You can use quote characters to delimit an inline load when there is a square bracket inside the statement, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; regex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1,&amp;nbsp;&amp;nbsp; ^[a-z]&lt;/P&gt;&lt;P&gt;";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765521#M666099</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-12-03T09:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Square brackets in inline tables</title>
      <link>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765522#M666100</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;You can use as ASCII characters for this also with Chr function which returns the string of given value in chr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vChar =&amp;nbsp; Chr(94)&amp;amp;Chr(91)&amp;amp;'a-z'&amp;amp;Chr(93);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name,&amp;nbsp;&amp;nbsp;&amp;nbsp; rege,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name1,&amp;nbsp;&amp;nbsp; '$(vChar)'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 09:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765522#M666100</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-03T09:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Square brackets in inline tables</title>
      <link>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765523#M666101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan! So double quotes and square brackets can be used interchangeably?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 11:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/765523#M666101</guid>
      <dc:creator />
      <dc:date>2014-12-04T11:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Square brackets in inline tables</title>
      <link>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/1526658#M666102</link>
      <description>&lt;P&gt;Thanks for the suggestion which does work.&lt;/P&gt;&lt;P&gt;However, if you click on the small hammer icon to bring up the GUI editor, it messes up the table thereafter.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jan 2019 04:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Square-brackets-in-inline-tables/m-p/1526658#M666102</guid>
      <dc:creator>kevinpintokpa</dc:creator>
      <dc:date>2019-01-05T04:47:34Z</dc:date>
    </item>
  </channel>
</rss>

