Hi,
I am trying to link a variable (String) to the Table on a NamedQuery in Perspective Ignition 8.1.19 but it is not working.
My code:
Error:
Previously the following worked in Vision:
Could anyone please guide.
Thanks
Hi,
I am trying to link a variable (String) to the Table on a NamedQuery in Perspective Ignition 8.1.19 but it is not working.
My code:
Error:
Previously the following worked in Vision:
Could anyone please guide.
Thanks
You'll need to use a query string instead of a value variable for this.
Be very careful, though. QueryString parameters are not secure, so you must not allow user-entered values in such parameters.