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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

date Upto

I have 6 tables with a common calender,

morely i hav combined another calender and made duedate,

nw the user wants to see the data as if date upto the duedate,

tht means, user wants to see the records till date selected frm the list box of due date,

hw can i do tht.

Labels (1)
10 Replies
Not applicable
Author

Some suggestions pls

Not applicable
Author

i simplify it again,

i have a duedate column,

i want the user to get the privilege of selecting the date, which will be taken as a limit,

then the corresponding chart to show the records till the date selected by the user

i tried by using input box but it didn happend, dates are not getting visible in input box

Please someone help

Not applicable
Author

Pls follow the application,

Not applicable
Author

Hey Mohit,


Thnks for the reply and thnks for the shared app
but tht is not serving my requirement,
i have already defined the calender and using it successfully in 6 other sheets designed
wht the user wants is, thr r 2 more cols. D_Date and Actiondate
the user wants to club both the dates and call it as duedate,
and he wants to select the duedate, so tht the whole chart shld show the records till tht date

hw can i do tht...

Please help me out,
m sending the updated excel sheet....

Not applicable
Author

Anybody pls, m stuck in this issue frm a very long time............

Not applicable
Author

am totally clueless on this .

Gurus any help on this ????/

amars
Specialist
Specialist

Check attached file.

Not applicable
Author

Thanks Amar,

whn i select other dates, o/p is nt coming....

amars
Specialist
Specialist

Change the expression to

=Count(Distinct If([Mfd date]<Date#(Inputdate),[P Id]))

Thanks