Hi everyone.
Both myself and my data engineer are very new to Dataverse. We currently have a handful of tables being generated from the dataflow from SQL into DV, but a few numeric columns are incorrectly set to Text. From my research I cannot change the column type after its created, but is there a way to reference the column that is incorrect, and create a new column that shows the integer version of the text?
For instance
TextColumn NumColumn
10 10
20 20
30 30
NumColumn does not exist and I would want to create it If this is possible.
Thank you!
Chris