<?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 do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220302#M855793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, and you can only change between discussion and question in first 15 mins. That window is long gone... so don't worry about it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I would suggest is that only mark responses which are truly helpful as helpful responses. You marked your own post where you were just acknowledging my responses. How is that going to be helpful for future users visiting this page? The functionality is not just to give points, but to make this community a better place where we can find answer quickly. and this can be only done if all of us play our part well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 12:01:08 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-07T12:01:08Z</dc:date>
    <item>
      <title>How do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220294#M855785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Expertis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'm struggling with one requirement convert into Qlikview from sql logic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;]this is my SQL logic where left first number match with numbers like 0,1,2,3,4,5,6,7,8,9&amp;nbsp; give some coloumn name or else different name .please see the below logic:&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case when SUSTR (ID,1,1) IN ('0','1','2','3','4','5','6','7','8','9') THEN 'ORDID' ELSE ID as derived_order&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i the same way&amp;nbsp; need to convert into QLikview ?? ,the table values&amp;nbsp; look like below one &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;11ABC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;21XYZ&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;31cd&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CTR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;xtr&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nkm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;11ABC,21XYZ,31cd&amp;nbsp; }-----&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ORDID' then 'Non-ORDID'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please guide me how to acheive this .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220294#M855785</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220295#M855786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsNum(Left(ID, 1)), 'ORDID', 'Non-ORDID')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 13:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220295#M855786</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-06T13:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220296#M855787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(Match(Left(ID, 1), 1, 2, 3, 4, 5, 6, 7, 8, 9, 0), 'ORDID', 'Non-ORDID')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 13:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220296#M855787</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-06T13:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220297#M855788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant Sunny ,both logics are working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220297#M855788</guid>
      <dc:creator />
      <dc:date>2017-02-06T14:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220298#M855789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sweet &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220298#M855789</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-06T14:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220299#M855790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldnt find 'CORRECT ANSWER' option ,gudie me where i can find this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220299#M855790</guid>
      <dc:creator />
      <dc:date>2017-02-06T14:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220300#M855791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This thread was opened as a discussion rather than a question and cannot be marked with a 'Correct Response'. I guess next time you create a new thread, make sure to keep it as a question instead of a discussion (unless it is a discussion that you want to have)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 14:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220300#M855791</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-06T14:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220301#M855792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked that Box as a Question but unfornately i wouldt get&amp;nbsp; 'Correct Answer Option'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if i am wrong,if i uncheck the box it would be Discussion Right&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunni &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 11:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220301#M855792</guid>
      <dc:creator />
      <dc:date>2017-02-07T11:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do i convert SQL SUBSTRING matching numbers  logic into QLIKVIEW logic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220302#M855793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, and you can only change between discussion and question in first 15 mins. That window is long gone... so don't worry about it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing I would suggest is that only mark responses which are truly helpful as helpful responses. You marked your own post where you were just acknowledging my responses. How is that going to be helpful for future users visiting this page? The functionality is not just to give points, but to make this community a better place where we can find answer quickly. and this can be only done if all of us play our part well &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 12:01:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-convert-SQL-SUBSTRING-matching-numbers-logic-into/m-p/1220302#M855793</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-07T12:01:08Z</dc:date>
    </item>
  </channel>
</rss>

