Forum Discussion
- MarkShnier__You
Qrew Legend
The best practice is to use the [Record ID#] field and make a formula from it.
Try this as a formula text field.
PadLeft(ToText([Record ID#]), 5, "0")
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- RajeevShuklaQrew MemberThanks Mark ,
This looks promising ,
But we can not use [Record ID#] field as we are going to reset this sequence in end of every year .
Idealy, we want to update one field ProjectID whenever a record is added in that Table .
#1 Format Will be (Field1-CCYY-Sequence of 5 Digit)
CC- Country Code
YY- Year(Last two digit of year i.e 2020 it will 20)
Field1 - Another column in the same Table.
For Example Project ID : 2536-US20-00025 (Complete Format we need ).
We will reset the sequence at end every year.
Please provide you suggestion on the same
Thanks,
------------------------------
Rajeev Shukla
------------------------------- MarkShnier__You
Qrew Legend
Here are some posts on that topic
https://community.quickbase.com/communities/community-home/digestviewer/viewthread?MessageKey=d30c143b-d701-410b-b933-bc4874f403b6&CommunityKey=d860b0f8-6a48-487b-b346-44c47a19a804&tab=digestviewer
https://community.quickbase.com/blogs/matthew-brisch1/2020/01/22/auto-numbering-in-quick-base
https://community.quickbase.com/browse/blogs/blogviewer?BlogKey=ef9eca41-cd5f-4711-bf42-f9d9f26c6c7a&CommunityKey=d860b0f8-6a48-487b-b346-44c47a19a804&tab=blogviewer
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------