Convert the column in the report to a numeric datatype from VARCHAR.
Summary:
I have a requirement: the output of the report, including columns like net_amount_due, should have a data type in number format after extraction in excel.
Content (please ensure you mask any confidential information):
Basically in OTM NET_AMOUNT_DUE has a data type VARCHAR, Where I am not able to convert it into a number format. Is this possible in OTM? Not possible because of the presence of non-numeric characters like '.' and ','.
I just want this column with NUMBER data type not text
0