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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
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.

tresB
Champion III
Champion III

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