should have option to concatenate table columns into one colum like in sql c= (A+B) for string and number
many times we need to add two columns value into one let's say
there are two fields on which we need to apply unique which we need to do manually by javascript code on sumbmit event.
2
votes
mandar
shared this idea
-
Stepford commented
If I understand your request correctly, then this is already possible.
I already do this in several of my tables.Simply create a formula field and concatenate as follows:
[@field:Field_A]+[@field:Field_B]
I also use this to create unique IDs.