Skip to main content

Stacked by option allows only one field to be stacked.

  • August 13, 2024
  • 3 replies
  • 65 views

Forum|alt.badge.img+8

Kanban view allows one field to be selected on Stacked by option. Is that possible to select multiple fields? 
I have a table called budget. In grid view, I can group the record using multiple fields but the same is not possible.

Budget table has property name, budget cycle, budget status, budget name, ....10 other fields. In grid view I have grouped the records using group by option.

In the kanban view, allows a single field only to be stacked. But I need multiple filed like grid view

 

3 replies

Databaser
Forum|alt.badge.img+25
  • Brainy
  • August 13, 2024

Unfortunately, this is not currently possible. 


BillH
Forum|alt.badge.img+24
  • Brainy
  • August 13, 2024

I'm not sure this is going to practical, but you could...

1.  Create a new formula field representing the desired combinations used for your grouping.

2.  Use the format option "Change formula output to single select options".

3.  Enter each of the options onto the list.

You would then be able to use that field as the grouping field for your Kanban view.


Forum|alt.badge.img+8
  • Author
  • Inspiring
  • August 13, 2024

I'm not sure this is going to practical, but you could...

1.  Create a new formula field representing the desired combinations used for your grouping.

2.  Use the format option "Change formula output to single select options".

3.  Enter each of the options onto the list.

You would then be able to use that field as the grouping field for your Kanban view.


Yes. In some cases, we can do this. But my requirement is needed to group the records using a nested group as in Grid view.