Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
EladKushmaro
Creator
Creator

check list

Hi,

We allow the user to see a list of his Bookmarks by loading them from QRS into a straight table.

Now, we would like to allow the user to mark records/bookmarks as done after he entered each bookmark.

We don't know in advance how many bookmarks the user has, so we don't know the how many records will be in the table.

For instance, the user has 30 Bookmarks which are displayed in a QS straight table.

We want the user to go over the whole 30 records/bookmarks and mark/check them as done.

Do you have an idea how could we do it?

Thanks, Elad.

 

 

Labels (1)
2 Replies
EladKushmaro
Creator
Creator
Author

 Any idea guys? 🙂

martinpohl
Partner - Master
Partner - Master

Maybe you can use some writeback-extensions like Write! (see https://www.inform-datalab.de)

With this extension you can set checkboxes, they are written into a sql-server, reload into the app and the user can see checked/uncheched lines.

Regards