You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello community,
I am looking to accomplish the following scenario. I have a table with let's say 4 elements and 2 columns, e.g.
**Initial Table: **
c1 c2
a x
b y
c x
d y
I would like to do an action and select a grouping by "c2" and the table to look at follows:
Resulted Table After C2 is selected:
c1 c2
Section x // imagine this as a section header in the table with a nice header and underline
a x
c x
Section y // imagine this as a section header in the table with a nice header and underline
b y
d y
Please let me know if any of you managed to get something like this working, and any example would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions