Hi all
I am kind of stuck with a problem. I would like to build a database which is growing with time.
The data is always strcutured in the same way: ten columns with the same headers followed by columns with "dates" as names.
For example:
When updating the data now. My data table start with 10 columns of headers and the first following column is then "01-01-2000".
Last year, the table started with 10 columns of headers (same as now) and the first following column is then "01-01-1998".
I will try to have a workflow that find the columns which are not in the current data anymore and adds them before the current dates start.
So the result would be:
Header 1 .... Header 10; 01.01.1998; 01.01.1999; 01.01.2000 ...
Whereas 01.01.200 comes form the current and the the other two columns from the previous data.
Hope you can undertand my issue.
Thx