Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
17mcmc20
Contributor
Contributor

Calculate Column Total

Hi All,

I have created a table (not a Pivot table) for the scorecard. I need to calculate the total column-wise for Development and Current

ScoreDevelopmentCurrent

                Change

(Development - Current)

0-20012311211
200-40034532025
400-60067865028
600-8009109091
800+1010100010
TOTAL3066299175

NOTE: Development, Current is Dimensions;  Change is Measure

Any suggestions would be really helpful.

1 Solution

Accepted Solutions
lorenzoconforti
Specialist II
Specialist II

Add column >  measure

only(Development)

 

Add column >  measure

only(Current)

View solution in original post

3 Replies
lorenzoconforti
Specialist II
Specialist II

Can you just maybe replace those dimension fields with measures?

Something like:

sum(Development)

sum(Current)

17mcmc20
Contributor
Contributor
Author

How can I replace the Dimension fields to Measures?

lorenzoconforti
Specialist II
Specialist II

Add column >  measure

only(Development)

 

Add column >  measure

only(Current)