Forum Discussion
EvanMartinez
8 years agoModerator
Hi Leanne,
There is a formula function that will take a text string or text field and return all the characters in it in upper case. It is Upper([field name]). So it would be possible to create a text field marked as Unique and then a formula field which converts any text into that field into all Upper case. That way you will have a field which matches your case sensitive needs. Alternatively Lower is the formula function if you want to return the text string is all lower case. I hope this is helpfu.
There is a formula function that will take a text string or text field and return all the characters in it in upper case. It is Upper([field name]). So it would be possible to create a text field marked as Unique and then a formula field which converts any text into that field into all Upper case. That way you will have a field which matches your case sensitive needs. Alternatively Lower is the formula function if you want to return the text string is all lower case. I hope this is helpfu.
QuickBaseCoachD
8 years agoQrew Captain
Leanne. You can make a formula field in the format TG68UU.
The UU indicated that TG us Upper Upper.
Or Tg68UL
The U L indicates if the alpha is upper or lower. Then the key would be unique.
There us in fact a way to have a Key field in Quick Base be a formula field.
A formula in QuickBase can differentiate between upper a lower case. For example
The following formula would be false
A=a
So think this is east to do, especially if the length if the Salesforce Key is short.
How long is the Salesforce key field and how predictable is the format in terms of the placement of letters and numbers.
The UU indicated that TG us Upper Upper.
Or Tg68UL
The U L indicates if the alpha is upper or lower. Then the key would be unique.
There us in fact a way to have a Key field in Quick Base be a formula field.
A formula in QuickBase can differentiate between upper a lower case. For example
The following formula would be false
A=a
So think this is east to do, especially if the length if the Salesforce Key is short.
How long is the Salesforce key field and how predictable is the format in terms of the placement of letters and numbers.