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

write a condition for total row

Hi,

there is direct option for total row but i want to write a condition for that totals row so is it possible.

QlikTech Admin

3 Replies
Not applicable
Author

Hi,

    Yes. It can be possible but depends on your condition also. can your explain here which type of condition you want for total?

Thanks,

Ashutosh

jagan
Partner - Champion III
Partner - Champion III

  Hi Pankaj,

Try like this

=If(RowNo() = 0, 'Your Expression goes here', Sum(Measure))

RowNo() = 0 -- Belongs to total row

Regards,

Jagan.

tresesco
MVP
MVP

If you are there in pivot table, try using dimensionality()  function.