Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make this Total
Message
From
19/01/2004 08:31:13
 
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00867338
Message ID:
00868093
Views:
24
Hi Martin,

>You have to do this with another cursor where you do:

>select tax, sum(amount) as TotalPerTax from Table ;
> group by tax ;
> into cursor FooterTotals
>Then, to print it, if you know there would be a certain maximum taxes, you
>can put the cursor content in a string and put a fixed-height field.

Stupid question, but, any chance to deal with one cursor in detail and another in footer....????

Any chance to make a variable in report and then sum the value (with iif Ex.)in detail line, i try but i can't figure that.

Thanks

João
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform