Hi all,
I understand from reading posts that there is not feature-parity between UI-only and CRM date functions used in formulas. Is there a handy guide to show what is and is not supported?
My specific needs may be doable, but my first tries have not worked. I have a Skuid page with a list of Opportunities and I need to:
- display the number of days elapsed since a custom date on the Opportunity in a UI-only field. I started by guessing this: TODAY() - {{Date_Added_to_Docket__c}} and I get a crazy big number. Perhaps I have to do it with specific parts of the date, but I’m hoping it’s straightforward.
- These Opportunities are grouped in a Campaign. I’d like to display the number of days since a date on the Campaign, so I have to reference a different object.
Can anyone point me to a solution for the above or tell me it can’t be done? Thanks for any guidance.
-John