Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

Add everydays new data to a table

Hello,

 

I have a table (Table) like this : 

 

3/01 A 

 

I have new data everydays 

 

Day 2 : Input => 4/01 B

Table : 3/01 A

           4/01 B

 

Day 3 : Input => 5/01 C

 

Table : 3/01 A

           4/01 B

           5/01 C

 

To summarize, i want to use a table Input and a Table that use this Table Input but keep the history of the previous inputs

 

Do you know how can i do this ?

 

Thank you in advance

 

 

1 Reply