Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IIF nested
Message
 
À
20/08/2004 15:12:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00934989
Message ID:
00935002
Vues:
23
The syntax should be:

iif(condition1, return1,return2)

But you have:
iif(condition1, return1,return2,0)



>Am i doing something wrong with this:
>
>
IIF(EMPTY(Llamadas.fcita),(IIF(EMPTY(Llamadas.fatencion),(DATETIME()-Llamadas.fllamada)/3600,0)),(DATETIME()-Llamadas.fcita)/3600,0)
>
>Thanks for the help
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform