<?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: move the multiple string values from one cell in excel to the next individual rows. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2488258#M101650</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;I tried using the above script but from the field&amp;nbsp;Supporting Evidence_H I see only 4 filetypes whereas that particular id SOX-SA-177528 has 5 file types. Can all the file types be added against this id from all the columns that has file types?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2024 17:40:58 GMT</pubDate>
    <dc:creator>appi_priyakarna</dc:creator>
    <dc:date>2024-10-21T17:40:58Z</dc:date>
    <item>
      <title>Re: move the multiple string values from one cell in excel to the next individual rows.</title>
      <link>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2486270#M101620</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;Hi Kushal,&lt;/P&gt;
&lt;P&gt;there's a similar file wherein I need help to have the respective filetypes of the column&amp;nbsp;'Supporting Evidence_H' and 'Supporting SOX Level Evidence' column from the excel, highlighted in yellow. So, if the first column has 5 filetypes and the second column has three file types as a wrapped text. It should generate only 5 individual filetypes for the first column and corresponding three individual filetypes for the second column. But when using the below script, the filetypes from the first and second column are repeating itself making it a count of 15 rows.&lt;/P&gt;
&lt;P&gt;Historical_SOX_Campaigns1:&lt;BR /&gt;LOAD&lt;BR /&gt;*,&lt;BR /&gt;'.' &amp;amp; SubField("Supporting Evidence_H",'.',-1) as FileType_H,&lt;BR /&gt;'.' &amp;amp; SubField("Supporting SOX Level Evidence_H",'.',-1) as FileType_H1;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;"Questionnaire ID_H",&lt;BR /&gt;"Business Unit Function/Region_H",&lt;BR /&gt;"Business Unit Name_H",&lt;BR /&gt;"Assessment Status_H",&lt;BR /&gt;Target_H,&lt;BR /&gt;"Control Question Name_H",&lt;BR /&gt;"SOX Priority_H",&lt;BR /&gt;Assessor_H,&lt;BR /&gt;Reviewer_H,&lt;BR /&gt;"SOX Response_H",&lt;BR /&gt;"SOX Process Name_H",&lt;BR /&gt;"SOX Sub-Process Category_H",&lt;BR /&gt;"SOX Tier_H",&lt;BR /&gt;"Action Item_H",&lt;BR /&gt;"Assessor Due Date_H",&lt;BR /&gt;"Assessor Status_H",&lt;BR /&gt;"Assessor Submit Date_H",&lt;BR /&gt;"Business Unit Division_H",&lt;BR /&gt;"Campaign Name_H",&lt;BR /&gt;"Campaign Status_H",&lt;BR /&gt;"Campaign Type_H",&lt;BR /&gt;"Control Activity ID_H",&lt;BR /&gt;"Control Background Information_H",&lt;BR /&gt;"Control Objective_H",&lt;BR /&gt;"Control Question Text_H",&lt;BR /&gt;"Company Level Control_H",&lt;BR /&gt;"Assessor Comments on Functioning of Control_H",&lt;BR /&gt;"Reviewer's Conclusion on Functioning of Control_H",&lt;BR /&gt;"Deficiency Review Status_H",&lt;BR /&gt;"Description of Local Process and Comments_H",&lt;BR /&gt;"Estimated Financial Risk_H",&lt;BR /&gt;"Financial Risk Description_H",&lt;BR /&gt;"Hard Close?_H",&lt;BR /&gt;"ICD Analysis_H",&lt;BR /&gt;"ICD Assignment_H",&lt;BR /&gt;"ICD Comments_H",&lt;BR /&gt;"ICD Rating_H",&lt;BR /&gt;"ICD Status_H",&lt;BR /&gt;"ICD Submit Date_H",&lt;BR /&gt;"Inherited Permissions_H",&lt;BR /&gt;"Is there a test template sample size?_H",&lt;BR /&gt;"Last Updated_H",&lt;BR /&gt;"Link to Testing Template_H",&lt;BR /&gt;"Manager's SOX Tier_H",&lt;BR /&gt;"Number Compliant in Sample Size_H",&lt;BR /&gt;Period_H,&lt;BR /&gt;"Policy Reference_H",&lt;BR /&gt;"Potential Exposure_H",&lt;BR /&gt;"Current Quarter_H",&lt;BR /&gt;Quarter_H,&lt;BR /&gt;"Reviewer Due Date_H",&lt;BR /&gt;"Reviewer Status_H",&lt;BR /&gt;"Reviewer Submit Date_H",&lt;BR /&gt;"Reviewer Timeliness_H",&lt;BR /&gt;"Root Cause_H",&lt;BR /&gt;"Assessor Root Cause_H",&lt;BR /&gt;"Sample Size_H",&lt;BR /&gt;"SOX Response Type_H",&lt;BR /&gt;subfield("Supporting Evidence_H", chr(10)) as "Supporting Evidence_H",&lt;BR /&gt;"Target Text String_H",&lt;BR /&gt;"Tracking ID_H",&lt;BR /&gt;Year_H,&lt;BR /&gt;"Current Year_H",&lt;BR /&gt;// "Supporting SOX Level Evidence_H",&lt;BR /&gt;subfield("Supporting SOX Level Evidence_H",chr(10)) as "Supporting SOX Level Evidence_H",&lt;BR /&gt;"Submission Status_H",&lt;BR /&gt;"Residual Score",&lt;BR /&gt;"Remediation Score_H",&lt;BR /&gt;"Record Status_H",&lt;BR /&gt;"Questions Scored_H",&lt;BR /&gt;"Quantitative Summary_H",&lt;BR /&gt;"Progress Status_H",&lt;BR /&gt;Progress_H,&lt;BR /&gt;"Open Findings_H",&lt;BR /&gt;Notification_H,&lt;BR /&gt;"Maximum Score_H",&lt;BR /&gt;"Manager's SOX Priority_H",&lt;BR /&gt;"Manager's Assessment Status_H",&lt;BR /&gt;"Inherent Score_H",&lt;BR /&gt;Incorrect_H,&lt;BR /&gt;"Findings Generation Status_H",&lt;BR /&gt;Findings_H,&lt;BR /&gt;ERM_H,&lt;BR /&gt;Current?_H,&lt;BR /&gt;"Creation Date_H",&lt;BR /&gt;"Created Date_H",&lt;BR /&gt;"Created By_H",&lt;BR /&gt;Correct_H,&lt;BR /&gt;"Assessor Timeliness_H",&lt;BR /&gt;"Archived SOX Process Name_H",&lt;BR /&gt;"All Findings_H",&lt;BR /&gt;"% Correct_H",&lt;BR /&gt;"% Compliant_H"&lt;BR /&gt;FROM [lib://Data:DataFiles/Data.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="appi_priyakarna_0-1728495499099.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172759i71BCD1600126E620/image-size/medium?v=v2&amp;amp;px=400" role="button" title="appi_priyakarna_0-1728495499099.png" alt="appi_priyakarna_0-1728495499099.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 18:01:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2486270#M101620</guid>
      <dc:creator>appi_priyakarna</dc:creator>
      <dc:date>2024-10-09T18:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: move the multiple string values from one cell in excel to the next individual rows.</title>
      <link>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2488069#M101621</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;maybe one solution could be:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1729455109822.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173171iBB58AB29DD229BEB/image-size/large?v=v2&amp;amp;px=999" role="button" title="MarcoWedel_0-1729455109822.png" alt="MarcoWedel_0-1729455109822.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;Historical_SOX_Campaigns1:&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;LOAD *,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;'.' &amp;amp; SubField([Supporting Evidence_H],'.',-1) as FileType_H,&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;'.' &amp;amp; SubField([Supporting SOX Level Evidence_H],'.',-1) as FileType_H1;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;LOAD [Questionnaire ID],&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;[Supporting Evidence],&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;SubField([Supporting Evidence], Chr(10)&lt;FONT size="3" color="#FF0000"&gt;&lt;STRONG&gt;,IterNo()&lt;/STRONG&gt;&lt;/FONT&gt;) as [Supporting Evidence_H],&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;[Tracking ID],&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;[Supporting SOX Level Evidence],&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;SubField([Supporting SOX Level Evidence],Chr(10)&lt;FONT size="3" color="#FF0000"&gt;&lt;STRONG&gt;,IterNo()&lt;/STRONG&gt;&lt;/FONT&gt;) as [Supporting SOX Level Evidence_H]&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;FROM [Data.xlsx] (ooxml, embedded labels, table is [Raw Data])&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800080"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;While IterNo()&amp;lt;=RangeMax(SubStringCount([Supporting Evidence],Chr(10)),SubStringCount([Supporting SOX Level Evidence],Chr(10)))&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see also:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFunctions/SubField.htm#:~:text=If%20you%20use%20the%20Subfield()%20function%20in%20a%20LOAD%20statement%20with%20the%20optional%20field_no%20parameter%20left%20out%2C%20one%20full%20record%20will%20be%20generated%20for%20each%20substring.%20If%20several%20fields%20are%20loaded%20using%20Subfield()%20the%20Cartesian%20products%20of%20all%20combinations%20are%20created" target="_self"&gt;SubField()&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sun, 20 Oct 2024 20:17:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2488069#M101621</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2024-10-20T20:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: move the multiple string values from one cell in excel to the next individual rows.</title>
      <link>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2488258#M101650</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;I tried using the above script but from the field&amp;nbsp;Supporting Evidence_H I see only 4 filetypes whereas that particular id SOX-SA-177528 has 5 file types. Can all the file types be added against this id from all the columns that has file types?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 17:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2488258#M101650</guid>
      <dc:creator>appi_priyakarna</dc:creator>
      <dc:date>2024-10-21T17:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: move the multiple string values from one cell in excel to the next individual rows.</title>
      <link>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2489327#M101789</link>
      <description>&lt;P&gt;your sample file does not include&lt;SPAN&gt;&amp;nbsp;ID&amp;nbsp;SOX-SA-177528. Can you post an updated version including this ID and the expected result? thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2024 19:38:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2489327#M101789</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2024-10-27T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: move the multiple string values from one cell in excel to the next individual rows.</title>
      <link>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2489354#M101792</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;I have highlighted the record in yellow in the Raw Data and Desired Output tab.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 05:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2489354#M101792</guid>
      <dc:creator>appi_priyakarna</dc:creator>
      <dc:date>2024-10-28T05:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: move the multiple string values from one cell in excel to the next individual rows.</title>
      <link>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2489409#M101800</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/183226"&gt;@appi_priyakarna&lt;/a&gt;&amp;nbsp; Again we don't see any data in your excel.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 10:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Re-move-the-multiple-string-values-from-one-cell-in-excel-to-the/m-p/2489409#M101800</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-28T10:34:43Z</dc:date>
    </item>
  </channel>
</rss>

