• What would be the best way to update about 800 records missing the value of the group? I added the group field afterwards and now I’d like to update those fields with the proper group name (only l value to add for all)

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The plugin does not have a built-in mass editor, so you will need to do this using a mySql query. If you’re setting all the records to the same value, this is fairly simple…but it does require that you know how to set up a database query.

    This is typically done using phpMyAdmin, a utility for interacting with the database directly that is usually found in your hosting control panel.

    Be sure to have your database backed up before making your changes in case something unexpected happens.

    There is a lot of information on the web to get your started if you’re not familiar with building mySql queries.

Viewing 1 replies (of 1 total)
  • The topic ‘Updating emtpy group value for multiple records’ is closed to new replies.