Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sibideepak
Creator II
Creator II

Expression Total

I have table with following data :

CategoryType    Category    Total

a                        a1            3

a                        a2            2

a                        a3            5

b                        b1            3

b                        a2            3

c                        c1            1

c                        c2            5

c                        c3            4

but I want something like

CategoryType    Category    Total

a                      SubTotal   10

a                        a1            3

a                        a2            2

a                        a3            5

b                       SubTotal    6

b                        b1            3

b                        a2            3

c                       SubTotal   10

c                        c1            1

c                        c2            5

c                        c3            4

1 Solution

Accepted Solutions
er_mohit
Master II
Master II

See the attached file

View solution in original post

4 Replies
tresesco
MVP
MVP

Have you tried pivot table with sub total enabled?

er_mohit
Master II
Master II

See the attached file

sibideepak
Creator II
Creator II
Author

I am trying with it but could not !!

sibideepak
Creator II
Creator II
Author

I could not able to find attachment