How create a column in a dataset with the date of the day, ie like sysdate ?

mdaubresse
mdaubresse Registered Posts: 1 ✭✭✭✭

Can you explain how to create a column in a dataset with the date of the day, ie like sysdate ?

Answers

  • Liev
    Liev Dataiker Alumni Posts: 176 ✭✭✭✭✭✭✭✭
    edited July 18

    Hi mdaubresse,

    In order to add a column to a dataset you will need to create a recipe. The recipe can be of various types, but the simplest one might be a Prepare recipe, once there Click on Add New Step > Formula. Give the new column a name, such as "today", then in the formula field type


    now()

    Your processor should look like this. Now Run the recipe!

Setup Info
    Tags
      Help me…