Forum Discussion
ShariMoehlenkam
8 years agoQrew Trainee
thank you! I'm a brand new user to Quick Base, so I'm not familiar with how to make a hyphenate formula or use the API_SetKey Field. Would you mind elaborating?
- priyankagummulu6 years agoQrew TraineePlease can you tell me how to create a combo primary key
------------------------------
priyanka gummuluri
------------------------------- RyanStanford16 years agoQrew CaptainYou would need to create a formula Text field...
in the formula section have something like:
[Field A]&"|"&[Field B]
You might need to add ToText() around the fields if they aren't text already... you then set this new formula field as the primary key of the table.
------------------------------
Ryan Stanford
------------------------------- priyankagummulu6 years agoQrew TraineeIts still not working . I cannot set it as key
------Original Message------
You would need to create a formula Text field...
in the formula section have something like:
[Field A]&"|"&[Field B]
You might need to add ToText() around the fields if they aren't text already... you then set this new formula field as the primary key of the table.
------------------------------
Ryan Stanford
------------------------------