Hi,
atm testing the functionality of baserow - looking good sofar - but ran into some formula troube:
Having one table, one field surname, one filed name - in this case let’s say “max” and “sample”
A third field holds the following formular:
join(field(“surname”), field(“name”))
I was hoping to get a result like:
‘maxsample’ (or even better ‘max sample’)
But it only gives me the surname. (=> max )
Also:
The formular helper popup is a good idea but prevents me from editing any formula after initial selection/save. I cannot delete parts of a formular or adjust them.
Workaround is atm to write all formular in a notepad and copy&paste them over, hoping that no future adjustment ist needed. Otherwise the only way is to delete the whole column and start over (using fIrefox here).
Any help on how to proceed here?
ArgH
*edit: typo