Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Percentage calculation in expression of report
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Percentage calculation in expression of report
Divers
Thread ID:
00588031
Message ID:
00588031
Vues:
63
I have an expression in a report that should calculate percentages. It is in the form (A / (B + C + D ) )*100 but it also includes a .prg in the calculation. It is returning a 0.00 value when run. Can anyone please help with the proper code?
The following is the code I am using:
( calcrpt() / ( calcrpt() + table.field + table.field2 ) ) * 100

the .prg is the calcrpt() and when used by itself in another expression on the same report works correctly.

Thank you!
Max
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform