Hide some columns in the total rows of a table

Is it possible to hide some columns when displaying table totals?

Consider the following table as a basis.

date CountA CountB
2023-07-01 1 2
2023-07-02 1 2
2023-07-03 1 2

Displaying the total would be as follows.

date CountA CountB
2023-07-01 1 2
2023-07-02 1 2
2023-07-03 1 2
total 3 6

I want to not display total values for certain columns only.

date CountA CountB
2023-07-01 1 2
2023-07-02 1 2
2023-07-03 1 2
total 3 6

For example, hide only column B and expect the following.

date CountA CountB
2023-07-01 1 2
2023-07-02 1 2
2023-07-03 1 2
Total 3

Hi @ss49919201

currently you cannot enable/disable totals for select columns. There are new enhanced table and pivot capabilities coming out soon that get you closer to what you want. I can take this down as a feature-request

Hope it helps,

1 Like

Hallo @gillepa . Has this feature been developed in QS? I really need this too! Is there under schedule? I would appreciate an update :slight_smile:

@Fotis_flex

please check out

GL