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

Level Metrics in Qlikview

How to achieve level metrics in Qlikview?

Thanks in advance

Parthasarathy

1 Solution

Accepted Solutions
sridhar240784
Creator III
Creator III

Sarathy,

Your expression to get this o/p would be

Sum (Total<Category> sales)

Check the attached appliction.

- Sridhar

View solution in original post

5 Replies
sridhar240784
Creator III
Creator III

Hi Parthasarathy,

Could you please give us more information on what you are looking for.

- Sridhar

Not applicable
Author

Sridhar,

my report requirement  goes like  this

Category     sub-category     sales     sales(category level)

X                    A                     2                 3  

X                    B                     1                 3

Y                    A                    3                  8    

Y                    B                    4                  8

Y                    C                    1                  8

I want to achieve the Sales(category level) using Qlikview functions,

my sql script is just a select from a table which contains category, subcategory and sales columns, I should not modify the SQL script.

Is it achievable using Qlikview functionality?

- Sarathy

sridhar240784
Creator III
Creator III

Sarathy,

Your expression to get this o/p would be

Sum (Total<Category> sales)

Check the attached appliction.

- Sridhar

klausskalts
Partner - Creator
Partner - Creator

Remember that in QlikView we most often only make calculations in charts and leave the SQL to simply load the base-data.

Not applicable
Author

Thanks Sridhar