January 2017
Beginner to intermediate
372 pages
5h 55m
English
Calculations contain code that is applied to all rows in your data. You will create calculations to make the data easier for your users to use. In this recipe, you will add a function to create a new date column to your model.
The data that was imported has the CRASH_DATE column formatted as a text field. In order to use this field for calculations, you need the CRASH_DATE column to be formatted as a date data type. You can create a new column and use the built-in functions to achieve this result.
Read now
Unlock full access