last I did a delete record.. this works because as you see first record has C = no, so the delete is always on the first record, but i want to keep the records instead of deleting and flag to yes.
here the problem is the select will return the first record with C = no , which will have value bundle position 1, which is the first records with filed C=no but the second record in fact, so if I update cell row id : bundle position it will always update the first raw and not the one.
in sql I would have updated by id PK of the table.. or update from x set C=yes where name =”x” or id = 1. the issue here is the update is only on a raw id, can’t be a clause where
You don’t map the bundle order position in the Row Number, there has to be a Row Number variable coming from the Search module. The bundle order position will always be 1,2,3 and so on.
Ho no look the screen, bundle order position = 1 doesn’t mean row 1 but row 1 of the filtered request. so as there is a clause were.. you can select records starting at row 10 (if rows before have C = yes), but row 10 will return bundle order position 1.. as you see no row number returned
3. Have a different/follow-up question? Start a new topic.
Creating a new topic for each question makes it easier for others with the same problem to search for answers. You are also more likely to receive help sooner as new topics are displayed first on the forum’s “new” page!