Forum Discussion

RyanParr's avatar
RyanParr
Qrew Assistant Captain
6 years ago

Date Modified Formula Help

We're migrating from Salesforce. I'd like to show the SF date modified date if the QB date modified date = 1/23/2020.  All of the fields below are date fields.

If([Date Modified]=DATE (1/23/2020), [Salesforce Date Modified],[Date Modified])

------------------------------
Ryan Parr
------------------------------
  • thise should work

    If([Date Modified]=DATE (2020,1,23), [Salesforce Date Modified],[Date Modified])

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • RyanParr's avatar
      RyanParr
      Qrew Assistant Captain
      Ahhh curse of the commas! Thanks Mark!

      ------------------------------
      Ryan Parr
      ------------------------------
      • RyanParr's avatar
        RyanParr
        Qrew Assistant Captain
        Mark, It doesn't like the = in that formula. "can't be applied to types Datetime, date"

        ------------------------------
        Ryan Parr
        ------------------------------