I think 'isReported' is a string.. so you should try isReported == 'true'.
I think 'isReported' is a string.. so you should try isReported == 'true'.
This is the actual JavaScript, there is nothing else:
code
if (value == true)
element.show();
else
element.hide();
/code
I have the exact same javascript but it does not work for me. I am so confused.
Can you please email a copy of your project file so I can install and test it under my account.
Or, could me please look at my Track Hours project. Prehaps you'll see something I cannot I'd appreciate it.
Go ahead and share the entire app for collaboration with support@tiggzi.com, not just the link. You can do it from Share tab (Project list).
It's working. Check the code in mapping. The only other thing I did is marked the image on the page visible.