Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Write comments against data in the dashboard

Hi,

I want to write comments on each data in the dashboard.

1.Users to enter commentary against line items in reports

2.2 level workflow (appraiser and reviewer)

3.shall we export the reports with comments and where it will be store

8 Replies
pamaxeed
Partner - Creator III
Partner - Creator III

Hi,

regarding your question.

Qlikview standard solution do not have the functionality to write comments against your data in the dashboard.
There is no such functionality where you can enrich your dasboards with notes or comments and store them somewhere on the  disk.

You can try to use some scripting via macro to achieve it or even better to write a small extension.

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).
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.

Here the link about our product: axeed - Product Innovation - Compliance

Cheers,

Patric

Anonymous
Not applicable
Author

Thanks Patric,do you have any sample qvw

pamaxeed
Partner - Creator III
Partner - Creator III

Hi,

if you want you can come back to our company for a presentation.

Screenshot:

Digvijay_Singh

Check this out and other similar stuff can be found -

How to insert/update comments associated to a record in Qlikview?

Anonymous
Not applicable
Author

i tried with macro but is not working on Access point

pamaxeed
Partner - Creator III
Partner - Creator III

Unfortunately the macro solution has some limitation in that sense...

cjohnson
Partner - Creator II
Partner - Creator II

Hi Chandrasekar,

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):


notes.png


note 2.png


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...


Thanks,

Camile

Anonymous
Not applicable
Author

Hi Camile,

I have a question regarding dashboard notes saving that where these notes will save, in database, or in qlikview dashboard file.

Regards,