1
0
-1
1 answer
- 10-1
Hi, try to confirm that #form.TEST_Test.field1# returns the correct value. Depending on where your script is used, you may need to use Hash Variable#FormHashVariablebyIndex.
Add your comment...
Hi, try to confirm that #form.TEST_Test.field1# returns the correct value. Depending on where your script is used, you may need to use Hash Variable#FormHashVariablebyIndex.
Still on Joget V5, is there a script to use for Section visibility to show data based on a 'not equal to' value?
On Edit Section > Permissions, something like below doesn't work.
if (!"#form.TEST_Test.field1#".equals("Test")) {
return true;
} else {
return false;
}