<?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 How to create a new tag field from a sentence. Challenge in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-create-a-new-tag-field-from-a-sentence-Challenge/m-p/2128895#M91821</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;we have a program from a customer that registers the complaints of the clients, with sentences like these :&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;STRONG&gt;Complaint&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;I have a problem with gmail on my iphone&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;I want to change the password of my linkedin Account&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And we would like to have a tags table which recognizes the input of the complaint in order to make a new tag field to make easier to solve the problems. Here's my desired final table :&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;Complaint&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;Tags&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;I have a problem with gmail on my iphone&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;gmail,iphone&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;I want to change the password of my linkedin Account&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;linkedin&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anybody help us with that?&lt;/P&gt;
&lt;P&gt;Thanks in advance, Marcel.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Oct 2023 15:50:47 GMT</pubDate>
    <dc:creator>marcel_olmo</dc:creator>
    <dc:date>2023-10-16T15:50:47Z</dc:date>
    <item>
      <title>How to create a new tag field from a sentence. Challenge</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-new-tag-field-from-a-sentence-Challenge/m-p/2128895#M91821</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;we have a program from a customer that registers the complaints of the clients, with sentences like these :&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;STRONG&gt;Complaint&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;I have a problem with gmail on my iphone&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;I want to change the password of my linkedin Account&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And we would like to have a tags table which recognizes the input of the complaint in order to make a new tag field to make easier to solve the problems. Here's my desired final table :&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;Complaint&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;&lt;STRONG&gt;Tags&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;I have a problem with gmail on my iphone&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;gmail,iphone&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;I want to change the password of my linkedin Account&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;linkedin&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anybody help us with that?&lt;/P&gt;
&lt;P&gt;Thanks in advance, Marcel.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 15:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-new-tag-field-from-a-sentence-Challenge/m-p/2128895#M91821</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2023-10-16T15:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a new tag field from a sentence. Challenge</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-a-new-tag-field-from-a-sentence-Challenge/m-p/2128978#M91826</link>
      <description>&lt;P&gt;maybe this solution might work for you as well?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Subfield-Function/m-p/1201231/highlight/true#M386772" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Subfield-Function/m-p/1201231/highlight/true#M386772&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 21:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-a-new-tag-field-from-a-sentence-Challenge/m-p/2128978#M91826</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2023-10-16T21:03:14Z</dc:date>
    </item>
  </channel>
</rss>

