<?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: Getting rid of curly brackets around loaded data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-rid-of-curly-brackets-around-loaded-data/m-p/475542#M694146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thank you. I was just confused because those brackets do not exist in the data that I am pulling from the SQL table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 14:50:18 GMT</pubDate>
    <dc:creator>TKendrick20</dc:creator>
    <dc:date>2013-07-12T14:50:18Z</dc:date>
    <item>
      <title>Getting rid of curly brackets around loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-rid-of-curly-brackets-around-loaded-data/m-p/475540#M694144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm loading data from a SSMS database and I can't seem to get rid of these curly brackets around the data { }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;Here is a sample&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[person_id]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;amp;'|'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;current_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'YYYYMMDD') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProviderKey&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Loads as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;{XXXXX-XX-XXXX-XXX}|20130712&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Why are they there and how do I get rid of them?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 14:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-rid-of-curly-brackets-around-loaded-data/m-p/475540#M694144</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2013-07-12T14:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting rid of curly brackets around loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-rid-of-curly-brackets-around-loaded-data/m-p/475541#M694145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;purgechar(person_id, '{}' ) is one option&lt;/P&gt;&lt;P&gt;textbetween(person_id,'{','}') is another&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. trim&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(purgechar(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;[person_id],'{}')&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;)&amp;amp;'|'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;current_date&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;,'YYYYMMDD') &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;ProviderKey&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 14:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-rid-of-curly-brackets-around-loaded-data/m-p/475541#M694145</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-12T14:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting rid of curly brackets around loaded data</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-rid-of-curly-brackets-around-loaded-data/m-p/475542#M694146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, thank you. I was just confused because those brackets do not exist in the data that I am pulling from the SQL table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 14:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-rid-of-curly-brackets-around-loaded-data/m-p/475542#M694146</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2013-07-12T14:50:18Z</dc:date>
    </item>
  </channel>
</rss>

