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
    • 2 yrs 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
      • 2 yrs ago
      • Reported - view

      RoSoft_Steven 

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

      Thanks