Forum Discussion
Anonymous
2 years agoNot applicable
Creating an automatic column
Hello ! As part of a professional project, I would need to create an automation for adding a column. Let me explain. Currently to create this column that does not exist on our dataset, we click o...
- 2 years ago
Is there someting not working in your column? That will get updated every time the model is refreshed so new entries will be popuplated.
jdbuchanan71
2 years agoSuper User
It sounds like you use the table in multiple datasets and you have to add this column each time, correct? You could create the table in a dataflow where you add the column as part of the transformation, then you would get the table from the dataflow for each new dataset and the column would already be there.
Anonymous
2 years agoNot applicable
Hello !
Thank you so much for your answer, but no, I dont use this table in multiple datasets, I use two tables, and i need to add a column for only one, but nby using informations from anther, i use a LoockupV but i am looking for a better solution, and a solution to visualize it also