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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
tyagishaila
Specialist
Specialist

Summary Report

Hi All,

I have a straight table, I need a summary report of this table

Summary report represent No of Lines (Total Rows) on different different  conditions .

Please help me out how can achieve this.

Below is the ex of summary report:

        

VOLUME LINES EXCEPTION SUMMARY
EXCEPTION WOMENSWEARMENSWEARLINGERIETOTAL
No of lines with "Store Week Cover" less than41313430
No of lines with zero BTF, but wh available 1359(curr wh stks>10); btf=0
No of lines with wh avail % higher than0.50%18322575
Lines with No balance on order 7813976293BOO less than 10 sgls
No of lines not acc to cat plan 10010763270where plan cat is not equal to actual cat
2 Replies
datanibbler
Champion
Champion

Hi shaila,

if you already have a straight table, then you also have those dimensions, right?

=> Just create a second straight table with those two dimensions and just the COUNT of lines (if necessary, just use rowNo() in the script to have a line_ID) as expression.

=> Then put that into a report (to print out).

HTH

tyagishaila
Specialist
Specialist
Author

Hi Nibbler,

Thanks for quick reply,

I did this but , With this I got values of expression but I need only count.

Well I solve it for now.. but not happy with long method which I follow.

Thanks for your reply.