justinmind-logo
 
Upvote 1

Delete row from data set between screens

Known John Baker 2 years ago

Justinmind version : 9.6.0

Imagine you have a dataset-based table with multiple rows on one screen and you are showing the details of that row on a second screen.

On the second screen, you want to click a button and DELETE A ROW IN THE DATASET based on the details of that row (maybe one of the column properties unique to that row).

That way, when you return to the first screen, that row no longer exists in the dataset table.

How might one accomplish this?

Replies (2)
photo
1

Hello, I am attaching an example where you can expand the datamaster information on a second screen and there, delete information that will be reflected when returning to the first screen. Let me know if this information is useful to you.

Greetings.

photo
1

Does your example parallel how this would be done with a table's dataset? The provided example seems to be based on a card list. My requirement is that I find a specific property value (like .patientname) of a column and delete that row from the dataset. All of this from a screen other than the one which contains the table.

photo
1

Hello, here I leave the example with a modification to see if it works for you. You can do the same as I have done but with a datalist and show only one column of the dataset.

Greetings.

photo
1

example.

photo
photo
1

Does your example parallel how this would be done with a table's dataset? The provided example seems to be based on a card list. My requirement is that I find a specific property value (like .patientname) of a column and delete that row from the dataset. All of this from a screen other than the one which contains the table.

Leave a Comment
 
Attach a file