Jump to content
Server Maintenance This Week. ×

Serial Number as a Date


This topic is 4291 days old. Please don't post here. Open a new topic instead.

Recommended Posts

No

Why not ?

For example this:

Let(

t = Get ( CurrentTimeStamp ) ;

Right ( Year ( t ) ; 2 ) & "/" &

Right ( "00" & Month ( t ) ; 2 ) &

Right ( "00" & Day ( t ) ; 2 ) &

Right ( "00" & Hour ( t ) ; 2 ) &

Right ( "00" & Minute ( t ) ; 2 ) &

Right ( "00" & Seconds ( t ) ; 2 )

)

in an auto-enter text field.

Naturally NOT to be used as an unique ID.

Link to comment
Share on other sites

Thanks, really works!!

"Serial" number (for each job in my case) is necessary discontinued because the same number is an FTP access, thus in a single day there are 86400 possible numbers and never can be repeated a number

Link to comment
Share on other sites

the same number is an FTP access,

Not sure what that means.

in a single day there are 86400 possible numbers and never can be repeated a number

No, that's not true. There are 86400 seconds in a day, and if you (or another user) create more than one record in the same second, you will have a duplicate.

  • Like 2
Link to comment
Share on other sites

This topic is 4291 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.