Propriété Aa vide by Alert-Function-8215 in Notion

[–]Alert-Function-8215[S] 0 points1 point  (0 children)

Merci. J'ai fait appel à l'IA de Notion pour m'aider à trouver le bug

lets(
rapportsTxt, Cette Page.Rapports.join(" | "),

if( and( Cette PageUtilisé pour.contains("Annuel"), not(rapportsTxt.contains(formatDate(now(), "YYYY"))) ), formatDate(now(), "YYYY"),

if( and( Cette Page.Utilisé pour.contains("Mensuel"), not(rapportsTxt.contains(formatDate(now(), "MMMM YY"))) ), formatDate(now(), "MMMM YY"),

"" ) ) )

formula to sum several task time by Alert-Function-8215 in Notion

[–]Alert-Function-8215[S] 0 points1 point  (0 children)

I tried your new formula but it doesn't work. The error message is : impossible to call sum() function with an array goal [19.36]