<?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 Extract the text between Special Characters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266370#M861776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi divi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this, it resolves your issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=m5h70rj629g" title="https://www.youtube.com/watch?v=m5h70rj629g"&gt;https://www.youtube.com/watch?v=m5h70rj629g&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2017 16:06:10 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2017-01-18T16:06:10Z</dc:date>
    <item>
      <title>How to Extract the text between Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266365#M861771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;BR /&gt;I need one help,&lt;BR /&gt;I have one Field with many expressions as a records. One record sample is mentioned below,&lt;BR /&gt; &lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;FILTER(EDW."Fact - Concession Line Item"."Ticket Quantity" - EDW."Fact - Concession Line Item"."Refund Ticket Quantity" USING EDW."Dim - Ticket Category"."Ticket Pay Code" = 'PAID').&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the above record, I want the above field names which are mentioned in double quotes (&lt;STRONG&gt;eg;"Fact - Concession Line Item"&lt;/STRONG&gt; ) as a Text for the separate column name.Like this I have many expressions . How can I do the above requirement by coding in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Anjani&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-to-Extract-the-text-between-Special-Characters/m-p/1266365#M861771</guid>
      <dc:creator>divianjani</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract the text between Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266366#M861772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may share Few Expressions then we may understand the better approach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 06:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266366#M861772</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-01-18T06:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract the text between Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266367#M861773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anjani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your scenario In Notepad ++ we have an option&lt;/P&gt;&lt;P&gt;Replace all the location where ever &lt;STRONG&gt;.&lt;/STRONG&gt; is there with &lt;STRONG&gt;\n&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FYR...&lt;/P&gt;&lt;P&gt;PFA..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 06:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266367#M861773</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2017-01-18T06:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract the text between Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266368#M861774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You did not say in what form you would like the results. I am assuming that we will join them back to the main table.&lt;/P&gt;&lt;P&gt;One way is to tokenise the data, using " as a separator, and take every other token as the field names. Assuming a table called Data, and a field named Field, use code like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Tokenise the field:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T_Extract:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Field, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; SubField(Field, '"') as tokens,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; RowNo() as row&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Data;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Get the base row number for each value of Field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Join(T_Extract)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Field, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Min(row) as minrow&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident T_Extract&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group by Field;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Concat tokens 1, 3, 5, .... (data inside the "s in the source) and join back to the main table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// (discard tokens 0, 2, 4, ... (data outside the "s)&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Join(Data)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Field, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; Concat(tokens, '|') as fieldlist&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident T_Extract&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where Mod((row - minrow), 2) = 1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Group By Field;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table T_Extract;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adapt to suit your table and field names. If you need the data in a different form, be more specific about your requirements and upload a sample qvw and a sample source file containing representative data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 07:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266368#M861774</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-18T07:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract the text between Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266369#M861775</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;You could get these values using preceeding loads.&lt;/P&gt;&lt;P&gt;Should you have other fields in that table use *, to load all other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; Data:&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// 3rd preceeding load&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RecNum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;WildMatch&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Fields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'*-*'),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;trim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Fields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'-',2)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Fields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &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;Fields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// 2nd preceeding load&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RecNum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;subfield&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Fields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'"',2) &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;Fields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// 1st preceeding load&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() &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;RecNum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SubField&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Values&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'.') &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;Fields&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;// Your Data loaded inline into field called Values&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Values&lt;BR /&gt; EDW."Fact - Concession Line Item"."Ticket Quantity" - EDW."Fact - Concession Line Item"."Refund Ticket Quantity" USING EDW."Dim - Ticket Category"."Ticket Pay Code" = 'PAID'&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; Output:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Fields:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Concession Line Item&lt;/P&gt;&lt;P&gt;Refund Ticket Quantity&lt;/P&gt;&lt;P&gt;Ticket Category&lt;/P&gt;&lt;P&gt;Ticket Pay Code&lt;/P&gt;&lt;P&gt;Ticket Quantity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 07:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266369#M861775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-18T07:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Extract the text between Special Characters</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266370#M861776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi divi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this, it resolves your issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=m5h70rj629g" title="https://www.youtube.com/watch?v=m5h70rj629g"&gt;https://www.youtube.com/watch?v=m5h70rj629g&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2017 16:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Extract-the-text-between-Special-Characters/m-p/1266370#M861776</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-01-18T16:06:10Z</dc:date>
    </item>
  </channel>
</rss>

