<?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: String Format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/String-Format/m-p/965687#M969901</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;Thanks for replying. However, the expression is not working. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SAP_BW.png" class="jive-image image-1" height="232" src="https://community.qlik.com/legacyfs/online/99156_SAP_BW.png" style="height: 232.377px; width: 502px;" width="502" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2015 17:51:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-16T17:51:30Z</dc:date>
    <item>
      <title>String Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-Format/m-p/965685#M969899</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 have a column where the values are like the ones below.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="99155" alt="SAP_BW.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99155_SAP_BW.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want the number part, ex. 0000161677. What function or expression should I use to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 17:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Format/m-p/965685#M969899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-16T17:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: String Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-Format/m-p/965686#M969900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use &lt;/P&gt;&lt;P&gt;Replace(Replace(SubField(YourFieldName,',',2),'[',''),']','')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 17:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Format/m-p/965686#M969900</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2015-09-16T17:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: String Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-Format/m-p/965687#M969901</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;Thanks for replying. However, the expression is not working. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SAP_BW.png" class="jive-image image-1" height="232" src="https://community.qlik.com/legacyfs/online/99156_SAP_BW.png" style="height: 232.377px; width: 502px;" width="502" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 17:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Format/m-p/965687#M969901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-16T17:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: String Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-Format/m-p/965688#M969902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you could use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;textbetween(YourFieldName, '[', ']', 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 17:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Format/m-p/965688#M969902</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-16T17:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: String Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-Format/m-p/965689#M969903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what about rmid(fieldname, 13,10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I counted correctly, it would start on the 13th position for the next 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1281"&gt;&lt;/A&gt;&lt;A name="mid"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;mid(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;s, n1[, n2 ]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Substring of the string &lt;SPAN class="Italic"&gt;s&lt;/SPAN&gt;. The result is the string starting at character &lt;SPAN class="Italic"&gt;n1&lt;/SPAN&gt; with the length of &lt;SPAN class="Italic"&gt;n2&lt;/SPAN&gt; characters. If &lt;SPAN class="Italic"&gt;n2&lt;/SPAN&gt; is omitted, the function returns the rightmost part of the string starting at character &lt;SPAN class="Italic"&gt;n1&lt;/SPAN&gt;. The positions in the string are numbered from &lt;SPAN class="Italic"&gt;1&lt;/SPAN&gt; and up. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;mid('abcdef',3 )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;'cdef'&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;mid('abcdef',3, 2 )&lt;/SPAN&gt; returns &lt;SPAN class="Italic"&gt;'cd'&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;mid( Date,3 )&lt;/SPAN&gt; where &lt;SPAN class="Italic"&gt;Date&lt;/SPAN&gt; = 970714 returns &lt;SPAN class="Italic"&gt;0714&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;mid( Date,3,2 )&lt;/SPAN&gt; where &lt;SPAN class="Italic"&gt;Date&lt;/SPAN&gt; = 970714 returns &lt;SPAN class="Italic"&gt;07&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;For a more complicated example, see the index function below. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 18:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Format/m-p/965689#M969903</guid>
      <dc:creator />
      <dc:date>2015-09-16T18:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: String Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-Format/m-p/965690#M969904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you post some data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2015 18:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Format/m-p/965690#M969904</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-16T18:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: String Format</title>
      <link>https://community.qlik.com/t5/QlikView/String-Format/m-p/965691#M969905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! &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, 16 Sep 2015 19:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/String-Format/m-p/965691#M969905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-16T19:06:20Z</dc:date>
    </item>
  </channel>
</rss>

