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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

is it possible to customize Total expression in a cross-table?

Hi,

I'd like to calculate Total in a cross-table not as simple sum but in a more complex way.

Is it possible to set an expression for Total?

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
marcus_sommer

You could query and react on the dimension-level like:

if(dimensionality() = 0, ComplexExpression, SimpleExression)

- Marcus

View solution in original post

2 Replies
marcus_sommer

You could query and react on the dimension-level like:

if(dimensionality() = 0, ComplexExpression, SimpleExression)

- Marcus

Anonymous
Not applicable
Author

Thank you! I'll try it.