Hi Mert, If I understood correctly you have two files:File 1: Google master ID sheet (basic fields + date + amount)File 2: Additional ID related information (date + amount)The relatioship between them should be something as: for One ID you have Many...
Sergio,creo que esto que pides no se puede hacer con la actual framework de Airtable. Las vistas son solo accesibles / modificables por el owner, bloqueadas o abiertas para todos. No hay forma de seleccionar los datos a otro nivel.Una opción, dependi...
Hi Ashley,
try something like this:
CONCATENATE(
IF(
TRIM({Preferred Name})
, {Preferred Name}
, {First Name}
)
, " "
, {Last Name}
)
This should do the work