Aggiungi ai preferitiAMAN RANA (Always a Learner) ha fatto una domanda in #Ask An Expert16 apr 2019, 08:27I have to show the month and year in the field and i choose the formula field and return data type is number what will be the syntax?12 risposteOrdinaOrdina per dataOrdina in base alla maggiore utilitàOrdina per dataCarica più commenti...Risposta accettataAmnon Kruvi (The Architech Club)16 apr 2019, 10:39Oh, you want today's month and year? Then we can use the TODAY() function. Let's try this: IF (MONTH(TODAY()) < 10, "0", "") + MONTH(TODAY()) + "/" + YEAR(TODAY())Aggiungi un commentoScrivi una risposta...GrassettoCorsivoSottolineaBarratoElenco puntatoElenco numeratoAggiungi linkBlocco codiceInserisci immagineAllega fileURL del linkAnnullaSalva0/9000Rispondi
Risposta accettataAmnon Kruvi (The Architech Club)16 apr 2019, 10:39Oh, you want today's month and year? Then we can use the TODAY() function. Let's try this: IF (MONTH(TODAY()) < 10, "0", "") + MONTH(TODAY()) + "/" + YEAR(TODAY())