<?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: Add Comments to a Report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166613#M38498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on qlikview server there is a collaboration object called note (or annotation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from online help&lt;/P&gt;&lt;H1 style="font-family: Arial; margin-top: 8pt; font-weight: normal; font-size: 18pt; margin-bottom: 16pt; color: #696969;"&gt;Notes and Comments&lt;/H1&gt;&lt;P style="font-size: 11px; color: #000000; margin-top: 8pt; font-family: Arial;"&gt;Notes and comments can be added to all objects when connected to a QlikView server, allowing users to create and share notes about the current object.&lt;/P&gt;&lt;P style="font-size: 11px; color: #000000; margin-top: 8pt; font-family: Arial;"&gt;Notes are shared with other QlikView users, and these users can respond by leaving their own comments. It is also possible to save a snapshot (bookmark) of the data with each note.&lt;/P&gt;&lt;P style="font-size: 11px; color: #000000; margin-top: 8pt; font-family: Arial;"&gt;When right-clicking an object, it is possible to add a new note and to view existing notes, by selecting &lt;SPAN class="Bold" style="font-weight: bold;"&gt;Notes &lt;/SPAN&gt;from the context menu. After having selected &lt;SPAN class="Bold" style="font-weight: bold;"&gt;Add a New Note&lt;/SPAN&gt; or&lt;SPAN class="Bold" style="font-weight: bold;"&gt;View Attached Notes&lt;/SPAN&gt;, all objects in the current document with existing notes are supplied with an indication in the top left corner. The number of attached notes for each object is displayed in the indication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Apr 2014 19:49:45 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-04-06T19:49:45Z</dc:date>
    <item>
      <title>Add Comments to a Report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166609#M38494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all.&lt;/P&gt;&lt;P&gt;I ask for your experience in solving one common request when developing financial reports: adding comments. Financials users, usually need to add comments on evolution, tendencies, causes, and so on to the reports generated on qlikview.&lt;/P&gt;&lt;P&gt;I can imagine on two possibilities to solve this:&lt;/P&gt;&lt;P&gt;1.- Use "text boxes" on qlikview reports. I think this solution is not much user-friendly&lt;/P&gt;&lt;P&gt;2.- Use power point integration. Maybe this is the easiest way to solve the problem, since users feel comfortable with ms office products&lt;/P&gt;&lt;P&gt;Any other ideas? What are your experiences on this?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Julio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 20:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166609#M38494</guid>
      <dc:creator />
      <dc:date>2010-05-26T20:40:34Z</dc:date>
    </item>
    <item>
      <title>Add Comments to a Report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166610#M38495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;With Reports I tend to have a Sheet in my QlikView document, with a Show Condition of 0, that contains various legends, notes and graphics that are required on Reports but not in the main QlikView document. This seems like a good approach to me.&lt;/P&gt;&lt;P&gt;If you require users to be able to modify notes, you could do this with text boxes that display variables, and then have input boxes to populate the variables.&lt;/P&gt;&lt;P&gt;Using the OCX components and Powerpoint is an option, but I believe you will lose some of the functionality of reports, such as looping around all values of a field.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 23:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166610#M38495</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2010-05-26T23:41:35Z</dc:date>
    </item>
    <item>
      <title>Add Comments to a Report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166611#M38496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've recently implemented a report comments solution by using an INPUTFIELD table. You can follow a simple example in the load script as follows.&lt;/P&gt;&lt;P&gt;i.e.&lt;/P&gt;&lt;P&gt;Trans:&lt;/P&gt;&lt;P&gt;LOAD Group,&lt;/P&gt;&lt;P&gt;MonthYear,&lt;/P&gt;&lt;P&gt;Amount&lt;/P&gt;&lt;P&gt;FROM Trans.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TempTransNotes:&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;/P&gt;&lt;P&gt;Group,&lt;/P&gt;&lt;P&gt;MonthYear&lt;/P&gt;&lt;P&gt;RESIDENT Trans:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUTFIELD NoteNumber, NoteText;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TransNotes:&lt;/P&gt;&lt;P&gt;LOAD Group,&lt;/P&gt;&lt;P&gt;MonthYear,&lt;/P&gt;&lt;P&gt;' ' as NoteNumber,&lt;/P&gt;&lt;P&gt;' ' as NoteText&lt;/P&gt;&lt;P&gt;RESIDENT TempTransNotes;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TempTransNotes;&lt;/P&gt;&lt;P&gt;Display Group, NoteNumber and NoteText in a table box. You will be able to input notes into both columns. These notes will be displayed by MonthYear and can be saved historically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the note number on the RHS of your chart, use the formula;&lt;/P&gt;&lt;P&gt;If(inputsum(Note_Number) = 0,' ',inputsum(Note_Number))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Voila!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: It is necessary to create the island in the middle (TempTransNotes) as otherwise inputfield freaks out and wants to create a line for every transactional row instead of at a grouped level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 06:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166611#M38496</guid>
      <dc:creator />
      <dc:date>2010-05-27T06:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add Comments to a Report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166612#M38497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for this solution, I will test it.&lt;/P&gt;&lt;P&gt;Is it also possible to modify a comment previously inputted?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2014 18:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166612#M38497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-06T18:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add Comments to a Report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166613#M38498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on qlikview server there is a collaboration object called note (or annotation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from online help&lt;/P&gt;&lt;H1 style="font-family: Arial; margin-top: 8pt; font-weight: normal; font-size: 18pt; margin-bottom: 16pt; color: #696969;"&gt;Notes and Comments&lt;/H1&gt;&lt;P style="font-size: 11px; color: #000000; margin-top: 8pt; font-family: Arial;"&gt;Notes and comments can be added to all objects when connected to a QlikView server, allowing users to create and share notes about the current object.&lt;/P&gt;&lt;P style="font-size: 11px; color: #000000; margin-top: 8pt; font-family: Arial;"&gt;Notes are shared with other QlikView users, and these users can respond by leaving their own comments. It is also possible to save a snapshot (bookmark) of the data with each note.&lt;/P&gt;&lt;P style="font-size: 11px; color: #000000; margin-top: 8pt; font-family: Arial;"&gt;When right-clicking an object, it is possible to add a new note and to view existing notes, by selecting &lt;SPAN class="Bold" style="font-weight: bold;"&gt;Notes &lt;/SPAN&gt;from the context menu. After having selected &lt;SPAN class="Bold" style="font-weight: bold;"&gt;Add a New Note&lt;/SPAN&gt; or&lt;SPAN class="Bold" style="font-weight: bold;"&gt;View Attached Notes&lt;/SPAN&gt;, all objects in the current document with existing notes are supplied with an indication in the top left corner. The number of attached notes for each object is displayed in the indication.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2014 19:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166613#M38498</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-06T19:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add Comments to a Report</title>
      <link>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166614#M38499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve, please share the sample application for "If you require users to be able to modify notes, you could do this with text boxes that display variables, and then have input boxes to populate the variables."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 10:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-Comments-to-a-Report/m-p/166614#M38499</guid>
      <dc:creator />
      <dc:date>2017-02-23T10:50:15Z</dc:date>
    </item>
  </channel>
</rss>

