Expand my Community achievements bar.

bnob35
bnob35
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • So I simplified my script to:if (HasValue(startsamplingtime) and HasValue(endsamplingtime)) thencalcsoaktime = Abs(Time2Num(endsamplingtime.formattedValue, "HH:MM:SS") - Time2Num(startsamplingtime.formattedValue, "HH:MM:SS"))/(60*60*1000);  else calcsoaktime = 24 - Abs(Time2Num(endsamplingtime.forma...

    Type

    Questions

    Views

    323

    Likes

    0

    Replies

    0
  • if (HasValue(startsamplingtime) and HasValue(endsamplingtime)) then   var millisecondsPerMinute = 1000 * 60;   var millisecondsPerHour = millisecondsPerMinute * 60;   var interval = Time2Num(endsamplingtime.formattedValue, "HH:MM:SS") - Time2Num(startsamplingtime.formattedValue, "HH:MM:SS");       /...

    Type

    Questions

    Views

    555

    Likes

    0

    Replies

    2
  • If I want to add in the day for instances that run over would I have to combine date/time field and do calculation or is there a way I could calculate separately and then concatenate? Thanks

    Type

    Questions

    Views

    441

    Likes

    0

    Replies

    0
  • Thanks!  That work perfectly!  My scripting is limited and had already tried multiple codes.Brandi

    Type

    Questions

    Views

    446

    Likes

    0

    Replies

    0
  • I need the below to include seconds in the output field.  I have looked everywhere and I'm sure simple.  Please help.if (HasValue(startsamplingtime) and HasValue(endsamplingtime)) thenvar TimeDiff = (Time2Num(endsamplingtime.formattedValue, "HH:MM:SS") - Time2Num(startsamplingtime.formattedValue, "H...

    Type

    Questions

    Views

    673

    Likes

    0

    Replies

    3
  • I have created an xml form in live cycle that I would like to make a regular pdf upon finalization so I can combine with another file.  The way I would like it to work is that a user fills out the form, signs and then sends to another user to sign off and on to the last and then it is finalized and ...

    Type

    Questions

    Views

    667

    Likes

    0

    Replies

    0
Top badges earned by bnob35
Customize the badges you want to showcase on your profile