1
0
-1

Dear Experts,

I have a calculation field. If the calculation field exceeds more than RM700, how do I hide the section which I put Justification Text field?

 

I try to use the visibility section but I dont know how to put the value to control the section since I need to put >700.

 

Pls help.

 

Thank You.

 

 

    CommentAdd your comment...

    3 answers

    1.  
      2
      1
      0

      Hi Rosadilla

      You can use regular expression to control the section show / hide visibility. The regular expression will return true or false.

      Here is an example: https://stackoverflow.com/questions/29977086/regex-how-can-i-match-all-numbers-greater-than-954

      Remember to tick the "Using Regular Expressions?" checkbox.

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hello Rosadilla,

        It seems that the regex is wrong and matches values below and above 700, basically causing no effect to the visibility control.

          CommentAdd your comment...
        1.  
          1
          0
          -1

          Hi Andrew,

          Seems like the regular expression when I tick the checkbox at the section visibility, it does not give any effect.

          Pls assist.....

            CommentAdd your comment...