<?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: Lower case for long string but not first digit.... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449557#M485072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I needed the Mid fucntion I was missing that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 May 2013 02:48:19 GMT</pubDate>
    <dc:creator>b_garside</dc:creator>
    <dc:date>2013-05-11T02:48:19Z</dc:date>
    <item>
      <title>Lower case for long string but not first digit....</title>
      <link>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449554#M485069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to make sure the ones in green are lower case whiel skipping the Q.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know its a nested fuicntion but not sure how to skip the first letter. total lenght is 37 digits including Q&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 421px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="421"&gt;&lt;SPAN style="color: #00ffff;"&gt;Q&lt;/SPAN&gt;&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;c66e8037_1eb2_4b16_9b6d_18c9f2b44d73&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 19:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449554#M485069</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2013-05-10T19:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Lower case for long string but not first digit....</title>
      <link>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449555#M485070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into the Lower() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you want to remove the first char, try mid(TEXT,2, 36).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So maybe combined like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=lower( mid( '&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #00ffff;"&gt;Q&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-family: Arial; color: #339966;"&gt;&lt;STRONG&gt;c66e8037_1eb2_4b16_9b6d_18c9f2b44d73', 2, 36))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 20:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449555#M485070</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-05-10T20:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lower case for long string but not first digit....</title>
      <link>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449556#M485071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up doing this since the Q cant be left truncated I just add back on once the string is lowercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'Q'&amp;amp;&lt;/STRONG&gt;Lower( Mid('Qc66e8037_1eb2_4b16_9b6d_18c9f2b44d73'),2,36) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 02:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449556#M485071</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2013-05-11T02:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lower case for long string but not first digit....</title>
      <link>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449557#M485072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, I needed the Mid fucntion I was missing that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 02:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449557#M485072</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2013-05-11T02:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lower case for long string but not first digit....</title>
      <link>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449558#M485073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can simplify this to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Capitalize( '&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Qc66e8037_1eb2_4b16_9b6d_18c9f2b44d73'&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 May 2013 10:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Lower-case-for-long-string-but-not-first-digit/m-p/449558#M485073</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-05-11T10:05:28Z</dc:date>
    </item>
  </channel>
</rss>

