1
0
-1

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;
}

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -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.

        CommentAdd your comment...