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

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

Sum and Count in summary column

Dear All,

               Please find the attached documents , i need the output as mentioned in sheet2, with sum and count values in summary row for all expressions.

I trired with dimensionality function it works for me for one expression others does not.

Regards,

Ravi.

4 Replies
Sokkorn
Master
Master

Hi Ravi,

In your attached file don't have sheet2, so please attache file again or reply me back what you want.

Regards,

Sokkorn

Not applicable
Author

Hi Sokkorn,

                    Thanks for your quick reply but i got the solution with dimensionality function().

Regards,

Ravi.

Sokkorn
Master
Master

Hey Ravi,

Let me cheer with you .

Regards,

Sokkorn

Not applicable
Author

Hi Sokkorn,

                 For your reference, please have a look into below script.

=if(dimensionality()=0,sum(sales)& '/  ' & Count(Distinct pono),sum(sales))

Regards,

Ravi.