Open Group by in page

Mrudi
New Member

In my table form I have a grouping. When I open the group I dont want to navigate to a new page with just those children showing. I want to stay on the page and ungroup just my selection(s). Is that possible?

Solved Solved
1 6 528
1 ACCEPTED SOLUTION

Deck view
Status column
2 actions: one to set status on view and one to set it on hide with + and - icons
Show If condition on actions so only one will be available at a time
Show If condition on [Related Records] column

OR(CONTEXT(โ€œviewtypeโ€)<>โ€œDeckโ€,AND(CONTEXT(โ€œviewtypeโ€)=โ€œDeckโ€,[Status]=View))
=- with this formula you will always have in Detail view but optional in Deck view

setting the Deck View
You select as primary header the group name
secondary header none or whatever you want
nested table - [Related Records]

a bit below,on actions, you add your 2 status actions

Hope this helps!

View solution in original post

6 REPLIES 6
Top Labels in this Space