0

Global Change (yes / no) field

Hi all

There are any way to global change the Field   yes / no 

Example is now is No change all registers to yes or otherwise.

I Have a lot of registers and manually is annoying.

Thanks

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 1 yr ago
    • Reported - view

    You can make a button or use the "Update multiple records..." in your table view.

    With a button as example :

    for i in select Table1 do

    i.(yes/no := true)

    end

    Steven

      • Rafael Sanchis
      • Rafael_Sanchis
      • 1 yr ago
      • Reported - view

      RoSoft_Steven 

      With the "Update multiple records..." works perfect.

      Thanks

Content aside

  • Status Answered
  • 1 yr agoLast active
  • 2Replies
  • 78Views
  • 2 Following