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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how can I restrict the loading of data to be greated than a certain date in a field called posting date

how can I restrict the loading of data to be greater than a certain date in a field called posting date.  I tried by specifying the where posting date > 31-12-2014 but it still loads in all the years in the table. 

1 Solution

Accepted Solutions
kiranmanoharrode
Creator III
Creator III

Dear Jenny,

If you got the answer. Close this thread with marking correct answer...

Regards,

Kiran

View solution in original post

8 Replies
kiranmanoharrode
Creator III
Creator III

Where condition is correct for filtering data based on Date field.

But I think date format of posting date is diffrent than date format of where condition..

Regards,

Kiran

Anonymous
Not applicable
Author

check your date format , first try to select data using your query from DB and see the result. what ever query will work in database. use that query in qlikview . I am sure your problem is date format only.

Not applicable
Author

Yes, it is the date format.

Thanks.

kiranmanoharrode
Creator III
Creator III

Dear Jenny,

If you got the answer. Close this thread with marking correct answer...

Regards,

Kiran

Anonymous
Not applicable
Author

are you able to select correct data from database when running query in DB for SQLDBX or any db client ?

Not applicable
Author

Hi Jenny,

To avoid playing with date format you can filter your data by using the number equivalent of date (31-12-2014) i.e 42004..

Consider the following example:

use where NUM([Posting Date])>'42004'

That will do ..i think so

Hope it helps you

regards,

Ankur

Not applicable
Author

yes. thank you.

Not applicable
Author

ok that is a great suggestion.  thanks.