Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Counts
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Re: Counts
Divers
Thread ID:
00304595
Message ID:
00304679
Vues:
21
George, Ken


This is the code I've tried so far, to no avail.


1.IIF(NOT ISNULL(mastertemp.p_s_c) AND NOT EMPTY(mastertemp.p_s_c), 1, 0)

2. IIF(INLIST(mastertemp.p_s_c,"P","S","C"),1,0)

3. IIF(mastertemp.p_s_c,"P","S","C"),1,0)

4. mpaid + msyn + mcomp
where:
mpaid = iif(mastertemp.p_s_c = "P",1,0)
msyn = iif(mastertemp.p_s_c = "S",1,0)
mcomp = iif(mastertemp.p_s_c = "C",1,0)


I suppose I could code this prior to getting to the report writer but I wanted to try to do it within the report write itself.

Maybe it's not possible?

Jim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform