Help
David_Voynow
4 - Data Explorer
4 - Data Explorer
since ‎Apr 06, 2022
‎Aug 01, 2023

User Statistics

  • 7 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

I currently use the following formula to produce a unique identifier in my my primary field: "PHDEV-" & {Fx_Year} & "-" & REPT(0,3-LEN(CONCATENATE({Fx_Autonum}))) & Fx_Autonum This works as intended, but I'm at a loss understanding how I might expand...
I want to use an IF statement in a field where the logic will basically be the following: IF({Calibration Frequency}= Annual, ({Last Calibrated}+365 days)) I know this isn’t a valid way to code this - strictly an attempt to explain the intent. But ba...
Kudos given to