Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a demo application attached for your reference.
When I am in Qlikview Developer edition, the demo application works fine.
My Qlikview version is: 11.2 SR4
However when I put this document on Access point, the Action is simply not working.
Is this behavior expected? Can anyone re-create this on their systems? Hoping you can advise.
My server build number is:
Build Number 11.20.12742.0409.10
For your information: You are missing 9 service releases.
I would strongly advise you to upgrade to 11.2 SR13 or (if you have a 64bit environment) even to QV12.
Hi James,
try using double quotes in your search string rather than single and brackets, i.e. ("Simon Higgins")
Andy
Hi James,
i recommend you to remove any quotations and it will work.
See attached.
Hope this helps.
Kind regards,
Remove your quotes or put a = before
Any ideas why this would show differently on client/server?
Could you steer me in the direction of WHY this is the answer? But thanks very much for solving this-- had me stumped.
Hi James,
If you add the value as it is without quotations it will be interpreted as it is and it will work.
If you add quotation without the equal sign, the quotations are interpreted as a part of the value itself, when you add the equal sign it is interpreted as a string value and the quotations are just delimiters for the string.
Hope this helps.
Kind regards,
santiago.respane already answered very well