New Member
Since ‎11-06-2020
‎01-23-2022

My Stats

  • 14 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

Drew_Cook's Bio

Badges Drew_Cook Earned

View all badges

Recent Activity

Im trying to send a report to a list of emails. And the “to” filed i have a formula that selects users. In the body i have this : You Have <> leads past due. Now I need to know what to put in the XXX to reference the email address it is sent to.
Here is my code : IF([Agreed Cleaning Fee] < 1, [Cleaning Fee]=[Computed Cleaning Fee], [Cleaning Fee]=[Agreed Cleaning Fee]) My error : The expression is valid but its result type ‘Yes/No’ is not one of the expected types: Price What I am doing is h...
I have a ranking system that shows items in order(Just a Column being Sorted number are 1-5) I want a user in the app to be able to Change the Value. This works by just using [Rank]-1 but If I move the 2nd item to the 1st and try to then to move 3rd ...
Hi, I have a formula that when I test gives me the right number but the number that is then outputted in the form is different and wrong. Any Ideas on why this would be different?