Virtual column and grouping

Hello Everyone, I only wanna use virtual column for grouping the data in my table and in application I dont wanna show that virtual column. How can I do it?

0 5 397
5 REPLIES 5

You can put expression: FALSE in the Show? condition.

But if it is set to FALSE in the view, the column can;t be selected for grouping. The column will not appear in the dropdown.

I did a small test and it still is shown as below:

You might also try with a CONTEXT expression to hide it in a specific view/viewtype.

You need to do this in a correct order. First select the grouping and save. Then you can unselect the Show? option.

It worked. Thank you. You guys rock

Top Labels in this Space