Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SUM
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Re: SUM
Miscellaneous
Thread ID:
00458413
Message ID:
00458415
Views:
17
2) I have a variable named 'ntype'. Ntype has numbers from 1 through 5. Example: 1 = Material 2=Labor 3= Direct etc. I want to place the definition of my ntype (material, labor, direct) in my report. How can I accomplish this???

Thank you
>>>>>>>>>>>>>>>>
2. In the PrintWhen of your field on the report use:

IIF(nType = 1,"Material",IIF(nType=2,"Labor",IIF(nType=2,"Direct",""))) etc.


MA

Sorry my last reply should have read in the Expression of the field on the report not the PrintWhen
Previous
Reply
Map
View

Click here to load this message in the networking platform