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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Totals in Straight Table

Hi All,

I want to display totals below straight table. There is any option like Totals on First row or Totals on Last row rather than expression.

If i would be resolved by expression itself, can you write it simple way.

Note: I used list of measures as Dimension.

Thanks,

Nihhal.

21 Replies
nihhalmca
Specialist II
Specialist II
Author

I got solution as i used SUM in expression instead of using in variable, to get right data i used aggr with sum in variable (expression).

Fx:

sum(If(field ='A', $(vVariable))

Miles_Dyson
Contributor III
Contributor III

You are the best bro. Many thanks