Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rpt Variable being obstinate
Message
From
06/11/2008 09:30:54
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01360157
Message ID:
01360159
Views:
9
>UI have 2 rpt vars: SumBooked and SumQuantity
>SumBooked is set to calculate sum of Bookedcolumn
>SumQuantity is set to calculate sum of Quantity column
>The following happily prints the %age:
>
>SumBooked / SumQuantity * 100
>
>But when I convert it thus:
>
>STR( SumBooked / SumQuantity * 100) +"%"
>
>all I get is the decimal point.
>
>What am I missing here?
>
>'ppreciate it
>
>Terry

Not enough room? What about Transform( SumBooked / SumQuantity * 100) +"%
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform