AshleyAsanteQrew Cadet8 years agoCreating a unique identifierI am trying to create a unique identifier for my records that is Last Two digits of the year - Record IDI can't seem to get it right
1 ReplyReplies sorted by Most LikedQuickBaseCoachDQrew Captain8 years agoAh, refreshing to see a regular post not related to the UI change.No problem,Right(ToText(Year([my date field])),2)& "-" &ToText([Record ID#])
QuickBaseCoachDQrew Captain8 years agoAh, refreshing to see a regular post not related to the UI change.No problem,Right(ToText(Year([my date field])),2)& "-" &ToText([Record ID#])
Related ContentCreating a Unique IdentifierReporting to identify blank or missing dataShow unique parent records for current userCreating a unique IdentifierAI Smart Builder for Creating Apps and Streamlining Pipelines