Conditional Show() column category

This request is to allow expressions when choosing Show() columns category.
This would allows us to switch the category based on conditions.

What I have in mind:

JPAlpano_0-1660449051425.png

Use Case:
With the new Desktop View, there will be times that we will need sections to switch between Section_Header and Page_Header depending on the views.

With this feature, it will allows us to do conditions similar to below:

 

IF(
  CONTEXT("ViewType")="Form",
  "Page_Header",
  "Section_Header"
)

 

Hope to get your support, community members! 😄

Status Open
0 0 38