Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using functions inside of a report
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00102868
Message ID:
00102881
Views:
37
>I've got a report where I'd like to take one of the fields and (based on it's value) substitute in a different value. I'd really rather do this in the report instead of manipulating another view/array/whatever. I don't think the report writer supports this, but I'm hoping there is some cool trick to do it.

The cool trick I like to use for this kind of thing is to use the following in the field expression box:
IIF(field=value,substitute_value,field)
HTH
Roxanne M. Seibert
Independent Consultant, VFP MCP

Code Monkey Like Fritos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform