Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
How does your data look like? Could you explain with an example?
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.
Dear Laura,
Have a look into attached sample file.
Kind regards,
Ishfaque Ahmed