Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to design Qlikview report same as existing Business object report , BO report has below feature implemented, please suggest how to implement same in Qlikview
1. User input parameter for date- it asks user to select date while running report
2. Drill down from one level to another level
attached is the sample
[Count date] is linked with [Count Date] in master calendar, is that okay ?
I got to look into few things and discuss, do you have a gmail account for a chat if that is ok?
gmail is not accessible , please post here
Ok. Can you create this in your fact table: Like
CASE:
LOAD
*,
FLOOR(Num([Count Date])) As [%Key Date],
FROM F4141;
Then use the Calendar script in the attachment.
Then in the Calendar objects add the variables in both near variable like below:
I have applied Date(vMinDate),'MM/DD/YYY') in button actions and it is working fine now
Oh cool. Glad it worked for you.