1
0
-1

Hi Team I have a form that have a sub-form , an need hide a section in it regarding a value of a ratio form located in the sub-form.  How can i do to reffer to teh value of this value?

 

i did use : form-name.variable  or variable  and don´t work 

    CommentAdd your comment...

    5 answers

    1.  
      2
      1
      0

      Hi, you can do it with [subformFieldId].[fieldId]. Eg, my subform field is "details" and the field is "type", I can use "details.type" for control field.

      1. Fabian Barrera

        Hi Friend, in my case the subform id is = hr_expense_new and the radio tool ID is = modalidad_pago as you can see in the images i did use hr_expense_new.modalidad_pago and don't work ,is this example as you did explain?

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

            Definitivally to use this feature the control must be in the same form friends ¡ Good Look¡

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

        Sorry but don´t work do you can share an example or app with this case?

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

          Hi, in the first pic you posted. Look like your field is in a subform of a subform? in this case, you may need to try syntax like subform1.subform2.field1.

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

             

            Hi Friend,  in my case the subform id is = hr_expense_new   and the radio tool ID is = modalidad_pago

            as you can see in the images

            i did use hr_expense_new.modalidad_pago  and don't work ,is this example as you did  explain?

             

            Radio Control (inside the subform)

             

            subform ID 

             

             

            SECTION Visibility Control Rule

             

             

             

              CommentAdd your comment...