<?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: Concatenate comment in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-comment/m-p/1555801#M743711</link>
    <description>&lt;P&gt;Anyone … any help with this?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 08:36:58 GMT</pubDate>
    <dc:creator>bobbydave</dc:creator>
    <dc:date>2019-03-13T08:36:58Z</dc:date>
    <item>
      <title>Concatenate comment</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-comment/m-p/1555411#M743710</link>
      <description>&lt;P&gt;I have an weekly excel file which is an NPrinting output. On this there is a [Action Status] and Comments section.&lt;/P&gt;&lt;P&gt;This report is a Vulnerability report which has a %Vulnerability, a V_Date with data and the&amp;nbsp;&lt;SPAN&gt; [Action Status] and Comments rows (the first time around) will be blank. The user puts in their comments and the excel file is then reloaded.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Excel concatenated with QVD (QVD would be the output of the original NPrinting report. So in effect, I am just updating the&amp;nbsp; [Action Status] and Comments to the %Vulnerabilities.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So the logic would be&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if %Vulnerabilities match, use the %Vulnerabilities that have a comment and action status.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If blank when loading and there is a Comment in the QVD, use, the %Vulnerabilities with the Comment&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Commentary:
LOAD %Vulnerability, 
     [Action Status], 
     Comment,
     [Vulnerability Date]
FROM
[$(vQVDs)\Report.qvd](qvd) where not Exists (%Vulnerability);


Concatenate

LOAD %Vulnerability,  
     [Action Status], 
     Comment,
     Date(Date#(left(SubField(FileName(), ' ', -1),10), 'YYYY-MM-DD'), 'DD/MM/YYYY') AS [Vulnerability Date]  
FROM
[$(vReport)\Vulnerability_Tracker *.xlsx]
(ooxml, embedded labels, table is Vulnerability_Tracker) Where len(Comment) &amp;gt;0;//  Date(Date(Date#(left(SubField(FileName(), ' ', -1),10), 'YYYY-MM-DD'), 'DD/MM/YYYY'),-21) &amp;gt; $(Last_Updated_Date);


Store Commentary into $(vQVDs)\Report.qvd(qvd);&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-comment/m-p/1555411#M743710</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2024-11-16T04:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate comment</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-comment/m-p/1555801#M743711</link>
      <description>&lt;P&gt;Anyone … any help with this?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 08:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-comment/m-p/1555801#M743711</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2019-03-13T08:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate comment</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-comment/m-p/1559242#M743712</link>
      <description>&lt;P&gt;I believe the reason nobody is responding is the same confusion I have, not sure what you are asking in this case, can you clarify what it is you need us to review, as it is not apparent to me, so I am pretty sure others are likely confused as well.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 19:33:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-comment/m-p/1559242#M743712</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-03-20T19:33:19Z</dc:date>
    </item>
  </channel>
</rss>

