I've been stumbling over this and haven't been able to find the proper syntax.
In my data I have a column titled "InstHead_Serial", which is always a numeric value of 6 numeric characters, with no decimal.
I want to treat the data as numeric in my analysis, but when it gets pulled in from our database it is character type data.
I've been trying many permutations of the command below to convert the data type to numeric/continuous, with no avail. If someone can help by providing the right syntax, it will be very helpful; thanks in advance!
Column( "InstHead_Serial" ) << data type( numeric, continuous, Format( "" ) );