0

I would like create choice for my table.

Hello, I would like to create a choice for my table. 

I have created one table "contacts" and a few other tables.

Is it possible, if i select a category (for example "B"), that the file of this contact appears on the table voiture (voiture=B)

and if i unselect the category "B", the contact's file doesn't appear on the Table B anymore?

1 reply

null
    • Support
    • 5 yrs ago
    • Reported - view

    Hi, 

    You can achieve that with the layout element View. In the formula field of the View please insert:

     

    select Contacts where B = 1

     

    Then you will see in View all data records from Contacts where 'B' is checked (I assume it is a Yes/No field).

     

    View

     

    Best, Jörg

Content aside

  • 5 yrs agoLast active
  • 1Replies
  • 1275Views