Check and delete group rows and child rows in table view

Hi,

My goal is to have a checkbox that allows the user to check/select mutliple 'group rows,' within a table view, then delete those selected group rows and the rows within those groups/child rows.

This is my current table view configuration and preview.

Tom_uncoded_2-1655960982988.png

And this would be the goal:

Tom_uncoded_3-1655961008387.png

I realise the user can select mutliple individual ungrouped rows and delete them, however this is not what I'm after.

Any assistance appreciated.

 

 

 

 




0 2 50
2 REPLIES 2

AFIK, you cannot do it on the regular table view.

Here what you can try.

You have to

  • create a table with a list of states
  • create an action "Data: execute an action on a set of rows" and set
    • Referenced table: Parks
    • Referenced Rows: FILTER("parks", [state] = [=THISROW].[state])
    • Referenced action: Delete (You may want to disable delete confirmation pop-up)

On a table view of this Bulk Delete table, you will see the checkbox just like you have in your second image.

Thanks for your workaround suggestion @TeeSee1, that validates my thinking that it isn't possible. 

Top Labels in this Space