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

Поделиться
HTML-код
  • Опубликовано: 12 ноя 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 ?