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: 
Not applicable

Expression for a column Total

Hi All,

Could I define in a chart an expression for the total of a column that is different from its column expression?

Thanks,

Guy

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     You can do that.

     Try with RowNo() function.

     =If(RowNo()>0,ColumnExpression,TotalExpression)

Celambarasan

View solution in original post

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     You can do that.

     Try with RowNo() function.

     =If(RowNo()>0,ColumnExpression,TotalExpression)

Celambarasan

Not applicable
Author

Thanks Celambarasan Adhimulam, its clear and working good as it looks!