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 692
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