Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I'm trying to load a table via web like this :
The point is that it always retrieves the last 5 years, so if I'm trying to load the same table the next year, the data load would be :
If I want to automate the data loading, it has to be with the "no labels" option.
How could I do it dynamically?
Regards, Marcel
You could just use:
crosstable(Year, Value, 1) load * from file;
- Marcus