Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Total Cost by Year

Hello All,

I am very new to QlikView and was wondering a simple way to do a few things. I need to find out how to find total cost by year , difference in cost by year and the percentage of difference by year. Attached is the Excel file I am working with and also my QlikView document. Can anyone help with this? Thanks!

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

see the attached app.

script:

LOAD Location,

     [Part Number],

     year(Date) as Date ,

     Cost

FROM

(ooxml, embedded labels, table is Sheet1);

View solution in original post

5 Replies
vishsaggi
Champion III
Champion III

Can this help? Let me know what other requirements you are looking for.

Anonymous
Not applicable
Author

see the attached app.

script:

LOAD Location,

     [Part Number],

     year(Date) as Date ,

     Cost

FROM

(ooxml, embedded labels, table is Sheet1);

Not applicable
Author

vishsaggi‌ I think this is really close, I think I was able to figure it out with some help with the example below! Thanks for your help and time!!!

Not applicable
Author

This was very helpful I was able to understand how you did it as well, thanks for the help I really appreciate it!

Anonymous
Not applicable
Author

no problem glad it worked out for you