17 - Recipes for Data Prep Part 1 - Lookups and Derived Fields - Tableau CRM

Поділитися
Вставка
  • Опубліковано 10 гру 2024

КОМЕНТАРІ • 2

  • @matheusbarbosa2916
    @matheusbarbosa2916 Рік тому +4

    In later releases to this video, salesforce replaced double quotes (" ") for simple quotes (' ') when referencing to an string, so last formula would be now:
    case
    when StageName = 'Prospecting'
    then '1. Prospecting'
    when StageName = 'Closed Won'
    then '2. Closed Won'

    else
    '3. Other Stages'
    end

  • @ravivaghela1062
    @ravivaghela1062 Рік тому

    How can i add some hrs or seconds in my created date in the recipe ?