calcule sur dataverse mais Isblank et isEmpty

  • calcule sur dataverse mais Isblank et isEmpty

    Posté par Fanta sur 16 février 2024 at 12h54

    je veux verifie si la date n’est pas vide pour faire cette calcule et Isblank et isEmpty ne marche pas

    DavidZed a répondu 1 year, 3 months ago 2 Membres · 3 Réponses
  • 3 Réponses
  • Fanta

    Member
    16 février 2024 at 12h56

    en faite je veux refaire tout cette calcule avec les table calculer sur dataverse:

    =SI(OU([Début Stand by étude]=””;[Début Stand by étude]>AUJOURDHUI());0;SI([Date de livraison réelle étude]=””;SI(ET((JOURSEM(AUJOURDHUI();2))<(JOURSEM([Début Stand by étude];2));((JOURSEM([Début Stand by étude];2))-(JOURSEM(AUJOURDHUI();2)))>1);(((DATEDIF([Début Stand by étude];AUJOURDHUI();”D”)+1))-(PLANCHER((DATEDIF([Début Stand by étude];AUJOURDHUI();”D”)+1)/7;1)*2)-2);(((DATEDIF([Début Stand by étude];AUJOURDHUI();”D”)+1))-(PLANCHER((DATEDIF([Début Stand by étude];AUJOURDHUI();”D”)+1)/7;1)*2)));SI(ET((JOURSEM([Fin Stand by étude];2))<(JOURSEM([Début Stand by étude];2));((JOURSEM([Début Stand by étude];2))-(JOURSEM([Fin Stand by étude];2)))>1);(((DATEDIF([Début Stand by étude];[Fin Stand by étude];”D”)+1))-(PLANCHER((DATEDIF([Début Stand by étude];[Fin Stand by étude];”D”)+1)/7;1)*2)-2);(((DATEDIF([Début Stand by étude];[Fin Stand by étude];”D”)+1))-(PLANCHER((DATEDIF([Début Stand by étude];[Fin Stand by étude];”D”)+1)/7;1)*2)))))

  • DavidZed

    Member
    16 février 2024 at 15h35

    essaie ce truc là :

  • DavidZed

    Member
    16 février 2024 at 15h41

    essaie ce truc là :

    Cependant fais attention, ces colonnes calculées vont bientôt être dépréciées (elle foncitonneront, mais il est possible que leur modification ne soit plus accessible)

    Tu peux essayer une colonne powerFx à la place
    Work with Dataverse formula columns – Power Apps | Microsoft Learn

Connectez-vous pour répondre.