<?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: Write comments against data in the dashboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975525#M333487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandrasekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other thing that you could consider is using the the "Notes" functionality in Qlikview. You can use this feature to write comments on charts/objects and specific selections. I'm not sure if that is sufficient for what you are looking - or if you actually need it to write back to the database. If it's simply a matter of writing notes on an entire chart basis then you can use Notes. See below (with IE Plugin):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="notes.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100685_notes.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="note 2.png" class="jive-image image-2" src="/legacyfs/online/100686_note 2.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;To create a note you need to right click on the chart you are looking to write a note on -- and then click add new note...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Camile &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2015 15:45:52 GMT</pubDate>
    <dc:creator>cjohnson</dc:creator>
    <dc:date>2015-10-01T15:45:52Z</dc:date>
    <item>
      <title>Write comments against data in the dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975518#M333480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write comments on each data in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: Calibri; color: black;"&gt;1.Users to enter commentary against line items in reports&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;2.2 level workflow (&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px;"&gt;appraiser&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; and reviewer)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;3.shall we export the reports with comments and where it will be store&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 07:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975518#M333480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-01T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Write comments against data in the dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975519#M333481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding your question.&lt;/P&gt;&lt;P&gt;Qlikview standard solution do not have the functionality to write comments against your data in the dashboard.&lt;BR /&gt;There is no such functionality where you can enrich your dasboards with notes or comments and store them somewhere on the&amp;nbsp; disk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try to use some scripting via macro to achieve it or even better to write a small extension.&lt;/P&gt;&lt;P&gt;What I did for my company is to write a kind of commentary qlikview extension with a server part (Webapi .NET) and a client part (the extension itself).&lt;BR /&gt;With this extension people can generate their extension for their dasboards with the prefered fields (date field, text field, checkboxes, drop down) depending on the requirements and you can integrate it in the dasboard. Additionaly to generic comments you can also add some specific comments to specific data fields in the data model, this means when you select a specific value in the dashboard, you can apply the comment directly to this field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the link about our product: &lt;A href="http://www.axeed.ch/en/news/2015/08/700.php" title="http://www.axeed.ch/en/news/2015/08/700.php"&gt;axeed - Product Innovation - Compliance&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Patric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 07:45:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975519#M333481</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2015-10-01T07:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Write comments against data in the dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975520#M333482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patric,do you have any sample qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975520#M333482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-01T14:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Write comments against data in the dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975521#M333483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want you can come back to our company for a presentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screenshot:&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100651_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 14:23:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975521#M333483</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2015-10-01T14:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Write comments against data in the dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975522#M333484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out and other similar stuff can be found - &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/663651"&gt;How to insert/update comments associated to a record in Qlikview?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 15:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975522#M333484</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-10-01T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Write comments against data in the dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975523#M333485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried with macro but is not working on Access point&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 15:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975523#M333485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-01T15:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Write comments against data in the dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975524#M333486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the macro solution has some limitation in that sense...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 15:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975524#M333486</guid>
      <dc:creator>pamaxeed</dc:creator>
      <dc:date>2015-10-01T15:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Write comments against data in the dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975525#M333487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandrasekar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other thing that you could consider is using the the "Notes" functionality in Qlikview. You can use this feature to write comments on charts/objects and specific selections. I'm not sure if that is sufficient for what you are looking - or if you actually need it to write back to the database. If it's simply a matter of writing notes on an entire chart basis then you can use Notes. See below (with IE Plugin):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="notes.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/100685_notes.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="note 2.png" class="jive-image image-2" src="/legacyfs/online/100686_note 2.png" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;To create a note you need to right click on the chart you are looking to write a note on -- and then click add new note...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Camile &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 15:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975525#M333487</guid>
      <dc:creator>cjohnson</dc:creator>
      <dc:date>2015-10-01T15:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Write comments against data in the dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975526#M333488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Camile,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding dashboard notes saving that where these notes will save, in database, or in qlikview dashboard file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2017 10:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Write-comments-against-data-in-the-dashboard/m-p/975526#M333488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-14T10:30:11Z</dc:date>
    </item>
  </channel>
</rss>

