Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: nosoyaguru
  • Content: Threads
  • Order by date
  1. nosoyaguru

    Multiple if-then-else statements

    Why is it that the statement below only works for the first IF condition, I can switch the statements around but only the first condition works: if ({GUARANTEE_REPORT.PLUS_CERTIFIED_AMOUNT} > 0) then "PLUS" Else if ({GUARANTEE_REPORT.SUB_CERTIFIED_AMOUNT} > 0) then "SUB" else if...

Part and Inventory Search

Back
Top