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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to filter date to restrict data

Hi

I want to apply filter on year, I am able to see many years of data like 2010,2011,2012 etc.. I would like to see present data only i.e. from JAN 2012- till date.

How can I acheive this? Here I am making 'changes into Server Monitoring Report'

BR,

anta

18 Replies
Not applicable
Author

Hi

Still not working. I want to removed the other years from filer list. Please check the above screen shot.

I am able to see 2010,2011 n 2012's data.

whiteline
Master II
Master II

Post your load script.

Or at least the table structure screen.

Not applicable
Author

table_structure.JPG

whiteline
Master II
Master II

Try:

where Year(Timestamp)=2012;

flipside
Partner - Specialist II
Partner - Specialist II

You've got a year showing of 1924, which is a bit early for Qlikview log data .  I'd be tempted to find out where that came from first.

flipside

whiteline
Master II
Master II

It's approximately =Year(9000)

Not applicable
Author

Yes, we are just able to see that year but no data found for that particular year..

I don't why filter is not working for 2012.

Not applicable
Author

sorry whiteline but I am not getting ypur point here...

whiteline wrote:

It's approximately =Year(9000)

whiteline
Master II
Master II

In your data structure Year appearse only in one table with one load.

If there is 1924 year, this means that somehow Timestamp was ~9000.

I think you should carefuly look throug your input data.