Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vijetas42
Specialist
Specialist

Feedback notes


Hi,

I want to add feedback notes from my dashboard and that should saved into some db or excel file then when next time I open it should display me saved feedback as history and it should be editable.so, how should I do this by macro script? if anybody knows,please provide with example 

6 Replies
Anonymous
Not applicable

Why do you want to have seperate db for your feedback.

In access point the feature "NOTES" provides all these functionality that you require.

If your requirement is different then please elaborate.

Regards

Nitin

vijetas42
Specialist
Specialist
Author

Our requirement is that user should have text box in that he will write his feedback and save to another source db or in excel so for further reference he can just open that file and check

Anonymous
Not applicable

Yes, same functionality is provided by Notes in Qlikview 11.

The comments are saved and each time user logs in , he can check them and even edit them....

Its available only through Access Point.

Does your user access application through Desktop client???

If no then this feature is best suited for your requirement.

Even you can share your comments with other users through session collaboration.........

Regards

Nitin

qlikpahadi07
Specialist
Specialist

Hi Vijeta,

Just to add as Nitin as already mentioned but these features are available from Qlikview 11. hope you have upgraded .

cheers!!!

vijetas42
Specialist
Specialist
Author

can nybody provide me script.js file for freetextbox extension object or it's location?

Not applicable

Hi,

Why can't you try like this,

Provide 2 input boxes in the home page and take 2 variables (Ex: 1. vBookmarkName and 2. vFeedback).

1. User will enter a name to save his selections as a bookmark (Desired bookmark name).

2. Desired description or feedback for that bookmark in the second input box.

3. Now create the bookmark with fedback in the last sheet (like vBookmarkName&'---'&vFeedback) in button action or any.

If this will solve your problem, modify it accordingly where to provide those input boxes as per your usage.

Regards

Kumar