问题
Creating formula on results tab to count the number of days since last Opportunity status change. I have a similar formula that I've used in a separate saved search to display opps that haven't changed status in over 60 days, but I cannot figure out how to adjust to just counting how many days it's been since last status update.
have tried to use Formula(numeric)but am not sure that is the correct format? Should i be using Formula(date)?
case when{entitystatus}={systemnotes.newvalue} and {today} - to_date({systemnotes.date}) then 1 else 0 end
I would like to display a count of days since the Opportunity status was last updated.
来源:https://stackoverflow.com/questions/54483507/formula-for-counting-days-since-last-stage-change-in-opp