I want to only render a button if the createddate is in the last 3 days.
Here is how I have it set up.
If I have >= it never shows regardless of the CreatedDate
If I have <= it always shows regardless of the CreatedDate
Page 1 / 1
Do you have CreatedDate in your model?
Bill,
You may also want to try something like = or ‘in’ … I believe LAST N DAYS is a salesforce date range, not a specific date.
Updating old tickets before the end of the year. Unfortunately conditional rendering with date literals does not work. Use a formula field that returns true or false and do your conditional rendering there.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.