Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A complicated calculated field
Message
De
25/04/2006 01:39:36
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Titre:
A complicated calculated field
Divers
Thread ID:
01116191
Message ID:
01116191
Vues:
62
Is the following possible in .NET?
loTable.Columns.Add("Result_First_Accept", System.Type.GetType("System.String"), "IIF(Rej_Accept=2, ""REJECT"", IIF(MonPremacc.length=0), ""      ""," + _
 "IIF(Montestori = MonPremacc, ""SAME  "", IIF(Montestori > MonPremacc, ""LOWER "", ""HIGHER""))))")
Basically, the column I need to add is a calculated field but it is based on several conditions. One of them is the IIF() syntax which I don't think is supported. How can I adjust that, if possible?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform