New Member
Since ‎06-21-2019
‎02-12-2024

My Stats

  • 12 Posts
  • 0 Solutions
  • 2 Likes given
  • 6 Likes received

Landlord_Buddy's Bio

Badges CMsDeveloper Earned

View all badges

Recent Activity

I have an action (Track Materials) that tracks material of a [Job Name] from ‘Tracking’ form. The behavior is set to go to another view (form) w/in this app. LINKTOFORM(“Material Track”,“Job Name”,[Job Name]) This allows me to track materials to the ...
I want to round or ceiling to the nearest .25 with this app formula. IF( iSBLANK([amount]) ,CEILING([calc hours]) * LOOKUP([Equipment], “Services”, “Service”, “Rate”) , LOOKUP([Job Name], “Accounts”, “Account”, “Amount”)) Some rates are $250/hour so ...
Hello, I’m trying to count the number of times a specific entry is made on my form. Table = log Column - job name Basically, If job name appears more than 1x, I want to prevent the job revenue formula from repeating. Thanks!