Forum Discussion
mortensenpb
10 years agoNew Member
Need to use extracted MONTH from a date column along with two other columns to create a primary key
I am trying to create a primary key column from the following data set I am importing from a text file. Location Prod_CD Month Qty BLDV 11029 25569 2120.47 BLDV 11030 25569 1518...
- 10 years ago
Adding another step transforming the extracted month into text fixed the issue.
ankitpatira
Community Champion
10 years agomortensenpb what error did you get when you created custom column ? make sure column is of type Text.
mortensenpb
10 years agoNew Member
Adding another step transforming the extracted month into text fixed the issue.