Jeff Dougherty

  • Total activity 40
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 3
  • Subscriptions 14

Posts

Recent activity by Jeff Dougherty Recent activity Votes
  • For Each look up on Related Item

    I have two apps A & B in app A I have a calculation field that (should) search the titles of each item in App B. If there is a match, then show several fields from B in the calculation field in A. ...

  • Filter on Calculation Field

    I have a calculation field that draws the "Cost Center" from another related app. I would like to filter by cost center, so I've done the following: var a = parseInt(@All of Cost Center, 10) || 0;a...

  • Deleting items after create

    I've setup two tables that are exactly the same in two separate work spaces. I would like to post all of the data from the first to the second (HR related) and then delete the first record complete...

  • Default the current month in a calculation field

    How would I go about defaulting the current month in a calculation field?