Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How come If formula does not show result in report?
Message
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Title:
How come If formula does not show result in report?
Miscellaneous
Thread ID:
00673981
Message ID:
00673981
Views:
54
Here's my code in my formula. I don't see why I am getting blanks in my report for this formula.
WhilePrintingRecords;
If {master.shock_agcy} startswith "FD ALS" then
"ALS";
If {master.shock_agcy} startswith "FD BLS" then
"BLS";
If {master.shock_agcy} startswith "AMB" then
"AMB"
I also tried If left({master.shock_agcy},6) = "FD ALS" then ...
and so on. I don't think the compare is working, but I don't see why not. The field in the table is capital letters. Help please and thank you.
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Next
Reply
Map
View

Click here to load this message in the networking platform