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: 
bobbydave
Creator III
Creator III

Calculated dimension

I have an expression that does what its meant to do but I would like to change this to a calculated dimension as it would make more sense.

ColumnAValues
A11
B17
C19
D21

My current expression is

sum(values)/sum(total(values)

but I want to change this into a calculated dimension.

Any ideas?

Keep getting 'error' for what I am trying to do. Works fine as an expression but I am changing the design of the table and would prefer to have as a calculated dimension instead.

Thanks                        

1 Solution

Accepted Solutions
pokassov
Specialist
Specialist

Hello!

aggr(sum(Values)/sum(TOTAL Values),ColumnA)

View solution in original post

2 Replies
pokassov
Specialist
Specialist

Hello!

aggr(sum(Values)/sum(TOTAL Values),ColumnA)

bobbydave
Creator III
Creator III
Author

Works a charm.

Thanks for that