Update/select standard group

Hello!

It is possible that an Standard Group can’t update last row in a SQL Server table just by selecting “last” in the update/select option? I tried it and it didn’t work, i had to specify the last row in custom option.

It should work, are you getting any errors when running the group? Are you sure that the target name of your group items and the column names in the group settings (under the “Action” tab) match up with the database?

Yes, you can but you have to select the right index column. So check the “Use Custom Index Column” and choose your index column. That is how we know what is the first or last row.

Thanks!