Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am very new to Qlikview, but I have had a LOT of help to run before I know how to walk, so to speak. I recently found this post which is exactly what I want to be able to add comments to a Qlikview app.
QlikView Commenting with Dynamic Update (no extension needed)
I am trying to implement this in my document. When I add a comment and click OK, the Edit Module window pops up, and I don't know why. I don't have any error messages that give me an indication of what's wrong.
Update: After commenting out pieces of the module, it appears that this is failing on in the "CreateComment" module.
SET Result = ActiveDocument.DynamicUpdateCommand ( SQL_String )
Thanks in advance.
After some follow up, my issue was resolved by setting the document properties --> Server --> Dynamic Update (checkbox).
Once I changed this, things started working, and I was able to debug the comment box objects. I still have an issue with the tags, but I think that's my mistake, and not related to the macro.
Thanks
Interesting thing...
I assume you didn't allow system access in the macro module.
Do you have Dynamic Update enabled in your server license?
Check the LEF details in your QlikView Management Console.
No, we don't. It appears that this would seem to be the cause of the problem!
I am following up with our Qlik representative. Thanks for saving me a lot of time debugging this.
Yes, I checked to make sure that I did allow system access.
Toni - could this Dynamic_Update;Yes be the key to my problem running dynamic update on the server?
I can only test in dev and this is what the license says:
Commenting with Dynamic Update
PRODUCTLEVEL;10;;2015-07-30
TIMELIMIT;VALUE;;2015-06-26
SPECIAL_EDITION;EVALUATION;;
SPECIAL_EDITION;TEST;;
NAMED_CAL_BY_MACHINE_ID;NO;;
TEST_EDITION;YES;;
NUMBER_OF_USERCALS;111;;
----
Would this prevent Dynamic Update from working on our Dev Server?
Thanks
Dan
After some follow up, my issue was resolved by setting the document properties --> Server --> Dynamic Update (checkbox).
Once I changed this, things started working, and I was able to debug the comment box objects. I still have an issue with the tags, but I think that's my mistake, and not related to the macro.
Thanks