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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how can hard code the min date

I am testing my data and only want one financial year to load.  how do I hard code the Financial year  14/15?  for some reason hard coding the variables min/max year doesn't work?

Cheers,

Laura

3 Replies
tresesco
MVP
MVP

How does your data look like? Could you explain with an example?

jagan
Partner - Champion III
Partner - Champion III

Hi,

Can you attach some sample data?  If you want to restrict in script then try like below

LOAD

*

FROM DataSource

WHERE FinancialYear = '14/15';

Hope this helps you.

Regards,

jagan.

engishfaque
Specialist III
Specialist III

Dear Laura,

Have a look into attached sample file.

Kind regards,

Ishfaque Ahmed