<?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: How to map values with squarebrackets into values without squarebrackets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305227#M1193060</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;&amp;nbsp;&amp;nbsp; You can use the function called mapsubstring().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Look attachment for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2011 06:56:03 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2011-06-21T06:56:03Z</dc:date>
    <item>
      <title>How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305226#M1193059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to map values with squarebrackets into values without squarebrackets while loading???&lt;/P&gt;&lt;P&gt;the below coding doesnot work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map1:&lt;/P&gt;&lt;P&gt;mapping load * Inline &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;x,y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"187[32]",'187'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 06:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305226#M1193059</guid>
      <dc:creator />
      <dc:date>2011-06-21T06:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305227#M1193060</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;&amp;nbsp;&amp;nbsp; You can use the function called mapsubstring().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Look attachment for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 06:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305227#M1193060</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-21T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305228#M1193061</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;Use the PurgeChar() string function in your load script to get rid of unwanted characters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD Field1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PurgeChar(Field1, '[]') AS Field1Clean&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 07:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305228#M1193061</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-21T07:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305229#M1193062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you've hit upon a QlikView bug, to me.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;A workaround would be to use something other than square brackets in&lt;/P&gt;&lt;P&gt;your data, and then use an expression to massageit into the desired&lt;/P&gt;&lt;P&gt;form.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    map1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    mapping &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        replace(replace(x,'{','['),'}',']') AS x,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Inline &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    x,y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "187&lt;SPAN __jive_macro_name="32"&gt;&lt;/SPAN&gt;",'187'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 07:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305229#M1193062</guid>
      <dc:creator>gussfish</dc:creator>
      <dc:date>2011-06-21T07:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305230#M1193063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Field1 has 3 records...&lt;/P&gt;&lt;P&gt;1st record---- 1111[nb 2]&lt;/P&gt;&lt;P&gt;2nd record--- 2222[4]&lt;/P&gt;&lt;P&gt;3rd record---- 3333[4]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to remove those square brackets and its content..it should be like 1111,2222,3333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i used,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;map1:&lt;/P&gt;&lt;P&gt;mapping &lt;/P&gt;&lt;P&gt;load * Inline &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;x,y&lt;/P&gt;&lt;P&gt;[nb 2]],''&amp;nbsp;&amp;nbsp; Comment:---&amp;gt; if i use [nb 2],''----&amp;gt;syntaxerror---&amp;gt;so [nb 2]]---&amp;gt;nosyntax error&lt;/P&gt;&lt;P&gt;[4]],''&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comment: ---&amp;gt; But not correct output, See the Final Output given below&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MapSubString('map1',Field1) as Field1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Sample.xls]&lt;/P&gt;&lt;P&gt;(qvd) Where 1=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Generated.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Garbage after statement&lt;/P&gt;&lt;P&gt;map1:&lt;/P&gt;&lt;P&gt;mapping &lt;/P&gt;&lt;P&gt;load * Inline &lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;x,y&lt;/P&gt;&lt;P&gt;[nb 2]],''&lt;/P&gt;&lt;P&gt;[4]],''&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final Output.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1111]&lt;/P&gt;&lt;P&gt;2222[4]&lt;/P&gt;&lt;P&gt;3333[4]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 07:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305230#M1193063</guid>
      <dc:creator />
      <dc:date>2011-06-22T07:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305231#M1193064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this file not using MapSubString (I don't think you need it here). Just make sure you want to remove everything after the brackets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Left('2222[4]', Index('2222[4]', '[') -1)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the script will look like the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Left(Field1, Index(Field1, '[') -1) AS Field1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;test.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is '\t', msq);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, two considerations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When you load INLINE, the start and end of data is marked by square brackets, so you cannot use them as values, and that's why you are getting that "Garbage after statement", because QlikView reads the next "]" and understands that the INLINE load finishes there, that is not correct.&lt;/LI&gt;&lt;LI&gt;When you want to mark a line of script as comment, use // instead of ''&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; text-decoration: underline; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 07:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305231#M1193064</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-22T07:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305232#M1193065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PurgeChar removes only the square bracket..I want to remove both the square bracket and its content ...&lt;/P&gt;&lt;P&gt;eg: 1111[nb 2] into 1111...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 08:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305232#M1193065</guid>
      <dc:creator />
      <dc:date>2011-06-22T08:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305233#M1193066</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;When I realized that what you were expecting was not that, I gave an alternate solution in my &lt;A _jive_internal="true" href="https://community.qlik.com/message/126372#126372"&gt;post above&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 08:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305233#M1193066</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-22T08:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305234#M1193067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Miguel...Sorry...I didn't notice ur 2nd Post...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 09:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305234#M1193067</guid>
      <dc:creator />
      <dc:date>2011-06-22T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305235#M1193068</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 got it...ur code worked perfect...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 09:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305235#M1193068</guid>
      <dc:creator />
      <dc:date>2011-06-22T09:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305236#M1193069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field1 also has values without square brackets...those values are not listed..&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;1111[nb 2]&lt;/P&gt;&lt;P&gt;2222[4]&lt;/P&gt;&lt;P&gt;3333[4]&lt;/P&gt;&lt;P&gt;4444&lt;/P&gt;&lt;P&gt;5555&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On using Left( ), Output is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1111&lt;/P&gt;&lt;P&gt;2222&lt;/P&gt;&lt;P&gt;3333&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4444 and 5555 are not listed....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 09:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305236#M1193069</guid>
      <dc:creator />
      <dc:date>2011-06-22T09:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305237#M1193070</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;Yes, because there is no index number, but a conditional should work around that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Left(Field1, If(Index(Field1, '[') -1 &amp;lt;= 0, Len(Field1), Index(Field1, '[') -1))&amp;nbsp; AS Field1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;test.txt&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is '\t', msq);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you keep using Left() but when there is no bracket, then you take all characters from value, otherwise only until the bracket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 09:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305237#M1193070</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-22T09:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to map values with squarebrackets into values without squarebrackets</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305238#M1193071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dude...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-map-values-with-squarebrackets-into-values-without/m-p/305238#M1193071</guid>
      <dc:creator />
      <dc:date>2011-06-22T09:49:55Z</dc:date>
    </item>
  </channel>
</rss>

