Expand my Community achievements bar.

jparris67
jparris67
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Oh my gosh, thank you! I'd tried everything, but making some adjustments, this is what worked: Total due traveler:if (TotalExpenses gt Advances) thenSum(TotalExpenses-Advances)else 0endif Total due university:if (TotalExpenses lt Advances) thenSum(Advances-TotalExpenses)else 0endif Thanks again!

    Type

    Questions

    Views

    4.1K

    Likes

    0

    Replies

    0
  • I have a travel reimbursement form with numeric fields for all expenses and cash advances. I have two fields for totals: one for "Amount Due Traveler" and one for "Amount Due University." I need for the Total Expenses and Advances fields to be compared, and if Expenses are greater than Advances, the...

    Type

    Questions

    Views

    4.1K

    Likes

    0

    Replies

    2
  • Thanks for your response. Unfortunately, it didn't work, and it produced an inaccurate result.Here's what I did:PV (PaymentAmount, InterestRate / PaymentsPerPeriod, TotalPayments)if (InterestRate > 0)then$ = (PaymentAmount * InterestRate) / (PaymentsPerPeriod * TotalPayments)else$ = ""endifThe formu...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • The calculation for the PresentValue field is PV (PaymentAmount.rawValue, InterestRate.rawValue / PaymentsPerPeriod.rawValue, TotalPayments.rawValue). All of these fields have to have a value (user-entered) to calculate the PresentValue field. The calculation works just fine, it's just that when you...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • Update: I did get the form to not show the error upon opening the form, but it still shows the same error when tabbing out of the InterestRate field (after entering a value) - and only this field. (I had originally had "0" as the default value for all fields, but once I removed that, the error now o...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • I've tried finding a solution to this on my own using other examples from previous forum posts, but nothing has worked. I have a form containing some fields that perform a simple "present value" calculation. The calculation works, but when you open the form, I receive the following error:Of course, ...

    Type

    Questions

    Views

    5.4K

    Likes

    0

    Replies

    5
Top badges earned by jparris67
Customize the badges you want to showcase on your profile