0

Change field label text depending from another field Value

In Inventory template in Clients table there is a Language field.

Can i change labels of fields depending on the choice in this field?

I want to do it to let a customer fill the fields in their record, and showing them labels in their language would be good.

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    You could make labels with a formula field e.g. : if language=1 then "Street" else "Rue" end 

    Here is language a choice field with 2 options.(English and French in my example)

    And just name the recordlabels in your language and hide them( you will need them in the printlayouts or if you do scripting)

     And also the labels of the formulafield must be hidden.(I usualy label them LabelTextField1,LabelTextField2,...)

    Steven.

    • Agassi
    • 4 yrs ago
    • Reported - view

    Thank you, Steven!!

Content aside

  • 4 yrs agoLast active
  • 2Replies
  • 1123Views