Urgent differ btw values in Qlikview and Database Query:
HI All,
I am new to Qlikview and the Scenario is as follows:
Basically there are 4 tables Week,partner,sales,quarter
sales and partner are related,
sales and quarter are related,
Quarter and Week are related,
Below table is the result from our database for the query
'select count(Id) from partner_c where createddate>=2012-03-31T00:00:00Z and createddate<=2012-04-06T00:00:00Z"
In the query the date 2012-03-31T00:00:00Z is weekstart date and 2012-04-06T00:00:00Z is Weekenddate.
We manually changed the date during the query, bcoz there is no direct relationship btw partner and Week tables
Quarter
Week
End Date
Count
2012-Q4
Week 1
2012-04-06
480
3/31/2012
Week 2
2012-04-13
951
6/29/2012
Week 3
2012-04-20
1708
Week 4
2012-04-27
1708
Week 5
2012-05-04
2389
Week 6
2012-05-11
2715
Week 7
2012-05-18
3427
Week 8
2012-05-25
3953
Week 9
2012-06-01
4065
Week 10
2012-06-08
4407
Week 11
2012-06-15
5073
Week 12
2012-06-22
5073
Week 13
2012-06-29
5444
Coming to the Qlikview,
In the script level, I loaded Sales,partner,quarterand week tables.
I have taken Week as dimension and the expression for partner is "Count (If(PartnerCreateddate>=Week_Start_Date__c and PartnerCreateddate<=Week_End_Date__c,Partner_Id__c))"