Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Dear Jenny,
If you got the answer. Close this thread with marking correct answer...
Regards,
Kiran ![]()
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
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.
Yes, it is the date format.
Thanks.
Dear Jenny,
If you got the answer. Close this thread with marking correct answer...
Regards,
Kiran ![]()
are you able to select correct data from database when running query in DB for SQLDBX or any db client ?
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
yes. thank you.
ok that is a great suggestion. thanks.