<?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 split a column which is having multiple values into Multiple rows using Wildmatch or any other logic in Qlik in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915425#M75384</link>
    <description>&lt;P&gt;You could probably let your user fill those words into a file or database table, read that in your script, and then loop through them and replace each one individually. Very clunky, though, and will require a reload each time the source is changed.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 16:16:47 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2022-04-06T16:16:47Z</dc:date>
    <item>
      <title>How to split a column which is having multiple values into Multiple rows using Wildmatch or any other logic in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915383#M75379</link>
      <description>&lt;P&gt;I have a below scenario when i need to split the column values into multiple rows.&lt;/P&gt;
&lt;P&gt;Rownumber , Indicator&lt;/P&gt;
&lt;P&gt;1,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MS Teams Slack Skype&lt;/P&gt;
&lt;P&gt;2,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Skype&lt;/P&gt;
&lt;P&gt;3,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Slack&lt;/P&gt;
&lt;P&gt;4,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MS Program Jabber&lt;/P&gt;
&lt;P&gt;It should be transformed as below : Output&lt;/P&gt;
&lt;P&gt;Rownumber , Indicator&lt;/P&gt;
&lt;P&gt;1,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MS Teams&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Slack&lt;/P&gt;
&lt;P&gt;1,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Skype&lt;/P&gt;
&lt;P&gt;2,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Skype&lt;/P&gt;
&lt;P&gt;3,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Slack&lt;/P&gt;
&lt;P&gt;4,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MS Program&lt;/P&gt;
&lt;P&gt;4,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Jabber&lt;/P&gt;
&lt;P&gt;I cannot use subfield here because it will split "MS Teams" into "MS" , "Teams" so i need any other logic&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 15:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915383#M75379</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2022-04-06T15:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a column which is having multiple values into Multiple rows using Wildmatch or any other logic in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915395#M75380</link>
      <description>&lt;P&gt;Assuming MS Teams is the only case where a space isn't the separator, you could replace 'MS Teams' with e.g. 'MS_Teams', then use Subfield, then replace MS_Teams with MS Teams again.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 15:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915395#M75380</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-04-06T15:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a column which is having multiple values into Multiple rows using Wildmatch or any other logic in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915418#M75381</link>
      <description>&lt;P&gt;Hi Or,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;The column many values with spaces like "MS Teams" . Is there a best way to do as i need to substitute space for all these words. Please suggest&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 15:55:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915418#M75381</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2022-04-06T15:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a column which is having multiple values into Multiple rows using Wildmatch or any other logic in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915420#M75382</link>
      <description>&lt;P&gt;Hi Or,&lt;/P&gt;
&lt;P&gt;I have already tried above method. This is my code. Is there any way that i can give control to end user so that he can add these words which are having spaces so that i can map in my code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Temp:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;Rownumber, Indicator&lt;BR /&gt;1,MS Teams Skype Slack &lt;BR /&gt;2,Slack&lt;BR /&gt;3,Skype&lt;BR /&gt;4,MS Program Jabber&lt;BR /&gt;]&lt;BR /&gt;;&lt;/P&gt;
&lt;P&gt;Table:&lt;BR /&gt;Load&lt;BR /&gt;Rownumber,&lt;BR /&gt;subfield(Column_clean,' ') as Column;&lt;BR /&gt;Load&lt;BR /&gt;Rownumber,&lt;BR /&gt;// pick(wildmatch(Indicator,'*MS Teams*','*MS Program*')+1,&lt;BR /&gt;// 'MS_Teams',&lt;BR /&gt;// 'MS_Program') as Column_clean&lt;BR /&gt;&lt;BR /&gt;replace(replace(Indicator,'MS Teams','MS_Teams'),'MS Program','MS_Program') as Column_clean&lt;BR /&gt;Resident Temp;&lt;/P&gt;
&lt;P&gt;Drop table Temp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vish123_0-1649260778988.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76499iCC61B971FF6AFE08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vish123_0-1649260778988.png" alt="vish123_0-1649260778988.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 15:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915420#M75382</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2022-04-06T15:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a column which is having multiple values into Multiple rows using Wildmatch or any other logic in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915424#M75383</link>
      <description>&lt;P&gt;You could build a list of Indicators with spaces in an external file and use it with MapSubstring. Demonstrated here as an inline file.&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;SpaceWords:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Mapping&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Load&lt;/SPAN&gt; Indicator&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Replace&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;Indicator&lt;SPAN class="s1"&gt;, ' ', '_')&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Inline&lt;/SPAN&gt; [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Indicator&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MS Teams&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;MS Program&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;;&lt;BR /&gt;Temp:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Load&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; * &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Inline&lt;/SPAN&gt; [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Rownumber, Indicator&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;1,MS Teams Skype Slack&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2,Slack&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;3,Skype&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;4,MS Program Jabber&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;]&lt;SPAN class="s1"&gt;&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;Table:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Load&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Rownumber&lt;SPAN class="s1"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Replace&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;subfield&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;MapSubString&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;('SpaceWords', &lt;/SPAN&gt;Indicator&lt;SPAN class="s1"&gt;),' '), '_', ' ')&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;as&lt;/SPAN&gt; Column&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Resident&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; Temp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Drop&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;table&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; Temp;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 16:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915424#M75383</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-04-06T16:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a column which is having multiple values into Multiple rows using Wildmatch or any other logic in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915425#M75384</link>
      <description>&lt;P&gt;You could probably let your user fill those words into a file or database table, read that in your script, and then loop through them and replace each one individually. Very clunky, though, and will require a reload each time the source is changed.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 16:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915425#M75384</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-04-06T16:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to split a column which is having multiple values into Multiple rows using Wildmatch or any other logic in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915691#M75404</link>
      <description>&lt;P&gt;Hi Rwunderlich,&lt;/P&gt;
&lt;P&gt;Wonderful :), Thanks for the solution. This is helpful.&lt;/P&gt;
&lt;P&gt;Hi Or,&lt;/P&gt;
&lt;P&gt;Thank you too for your inputs/suggestions. I am marking this now as solution.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 08:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-split-a-column-which-is-having-multiple-values-into/m-p/1915691#M75404</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2022-04-07T08:18:09Z</dc:date>
    </item>
  </channel>
</rss>

