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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
rdsuperlike
Creator
Creator

Fiscal year - 4years

I have a column in my load statment as below:

FISCAL_YEAR

how do i load the data to last 4 years here ?

there is no query.It loads from a system generated csv file. So i want to restrict on load sttamenet

Labels (1)
2 Replies
sunny_talwar

How does the FISCAL_YEAR field look like? Does it contain straight numbers?

ramoncova06
Partner - Specialist III
Partner - Specialist III

you can also apply a where condition to a csv file

so if the fiscal year has a format of YYYY then you could do

load

*

from .....

where FISCAL_YEAR >= 2012