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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Input Parameter and drill down

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

Labels (1)
26 Replies
Not applicable
Author

attached is the sample

Not applicable
Author

[Count date] is linked with [Count Date] in master calendar, is that okay ?

vishsaggi
Champion III
Champion III

I got to look into few things and discuss, do you have a gmail account for a chat if that is ok?

Not applicable
Author

gmail is not accessible , please post here

vishsaggi
Champion III
Champion III

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:

Capture.PNG

Not applicable
Author

I have applied Date(vMinDate),'MM/DD/YYY') in button actions and it is working fine now

vishsaggi
Champion III
Champion III

Oh cool. Glad it worked for you.