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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to handle weekly changing sheets

Hi Everyone

I have excel spreasheet that calculates numbers based on weekly input of rates. This then gets fed into dashboard manually.

I am trying to automate the process, I am trying to figure out the best approach of how to do this, where rates are entered in weekly basis and that will automatically feed the numbers to dashboard.

currently it is laid out like below

Week #: 2

Rates: $$$$

based on above characteristics, excel sheet will go to calendar dates that lies in week 2 and do the calculation applying that rate for entire week2. after which user takes the data and updates Access db, which then feeds into qlikview, cycle happens every week.

Whats the best of automating this. how do you handle weekly changing stuff in qlikview.

4 Replies
MK_QSL
MVP
MVP

can you post some sample data along with your requirements?

its_anandrjs
Champion III
Champion III

You can directly read this excel file where you maintain week rates with value after making this excel. Read this excel in separate qvw application and make QVD of this and then read this qvd in your data model. In this step you have to updated only excel file and schedular automatically reads your file and make qvd.

Eg:-

1. Excel file -> QVD Generate qvw -> QVD

2. QVD -> YourDatamodel.

3. Update excel file into MS-Access.(if require for future use but you are also creating QVD data i thing no need)

Hope this helps

Not applicable
Author

So i was thinking along the same line here is my dilemma.

This is how my input database need to be set-up.

User will enter this info on weekly basis

Period NoWeek NoCanadian Dollar rateUS Dollar RateBritish Pound Rate
1110%10%10%
1220%20%20%
1330%30%30%
1440%40%40%
2550%50%50%

Based on that another sheet or access database needs to get populated which will look like this.

DatePeriodYearWorking Week of YearCandian RatesUS Dollar RatesBritish Pound Rates
1/1/201412014110%10%10%
1/2/201412014110%10%10%
1/3/201412014110%10%10%
1/4/201412014110%10%10%
1/5/201412014110%10%10%
1/6/201412014220%20%20%
1/7/201412014220%20%20%
1/8/201412014220%20%20%
1/9/201412014220%20%20%
1/10/201412014220%20%20%
1/11/201412014220%20%20%
1/12/201412014220%20%20%
1/13/201412014330%30%30%
1/14/201412014330%30%30%
1/15/201412014330%30%30%
1/16/201412014330%30%30%
1/17/201412014330%30%30%
1/18/201412014330%30%30%
1/19/201412014330%30%30%
1/20/201412014440%40%40%
1/21/201412014440%40%40%
1/22/201412014440%40%40%
1/23/201412014440%40%40%
1/24/201412014440%40%40%
1/25/201412014440%40%40%
1/26/201412014440%40%40%
1/27/201422014550%50%50%
1/28/201422014550%50%50%
1/29/201422014550%50%50%
1/30/201422014550%50%50%
1/31/201422014550%50%50%
2/1/201422014550%50%50%
2/2/201422014550%50%50%

how do you set it up in access or excel so that when user enter certain rate, it gets populated for matching period and week number all across the dates the period and weeks fall into.

Not applicable
Author

any clues guys any idea, how to achieve above in excel or access. Access would be ideal.