Autocompute formula

Hello, when i fill "realtore"and โ€œfirmaโ€ columns, I would autocomplete โ€œsiglaโ€ Column with the first name and surmname initials.(example: LR/MV)
I have create table with first name\surname and initials

which formula can I use?
settings in my tables?

Thanks

![image|295x325](upload2X_b_b0444d54965dd8802308627d3d5fa55a37036cf4.png
2X_6_6fd10cae439054072aedbfc479d48084e07aacf1.png

0 6 693
6 REPLIES 6

Try an Initial Value in Relatore of

Any(Select(Tablename[Sigla],[Noma]=[_ThisRow].[Firma]))

In Relatore you probably also want to turn on Reset on Edit

Simon@1minManager.com

Dosenโ€™t work.
i have a table with columns sigla,relatore,firma
i have another table with association between name of โ€œrelatoreโ€ or โ€œfirmaโ€ and โ€œsiglaโ€

My goal should be
put name โ€œfirmaโ€ column LUCA ROSSI
put name โ€œrealtoreโ€ column MARCO VERDI

automatically system generate โ€œsiglaโ€ LR/MV checking name in table
need an app formula in โ€œsiglaโ€ Column

Send a sample of both tables data. As the itallian wording is making it confusing

Main table

table with Initials
2X_9_9b9a4478a1a3f79bdeebe939543afc6b3b9c21cc.png

thanks

Is this what you mean?

CONCATENATE(Initials([Firma]),"/",Initials([Relatore]))

Simon@1minManager.com

Thanks,it works!!

Top Labels in this Space