JuanSombrero
New member
- Joined
- May 12, 2016
- Messages
- 4
- Reaction score
- 0
- Points
- 0
Hi all,
usually, when I add a column, I make a second step to change the data type of the new column to the required type. Until I found out that the Table.AddColumn function actually has a final argument that lets you decide upon the data type without having to do the additional step. So as a final argument I insert now Int64.Type or type number. When doing so, and I select the column, the data type indicator in my ribbon actually displays 'whole number' or 'decimal number', but the actual data remain outlined to the left (like text). Also, I cannot do any mathematical calculation on it. So all of this implies the new column is actually text, even though the ribbon tells me differently.
What am I missing here?
Regards
Juan
usually, when I add a column, I make a second step to change the data type of the new column to the required type. Until I found out that the Table.AddColumn function actually has a final argument that lets you decide upon the data type without having to do the additional step. So as a final argument I insert now Int64.Type or type number. When doing so, and I select the column, the data type indicator in my ribbon actually displays 'whole number' or 'decimal number', but the actual data remain outlined to the left (like text). Also, I cannot do any mathematical calculation on it. So all of this implies the new column is actually text, even though the ribbon tells me differently.
What am I missing here?
Regards
Juan