Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Report Simple Formula Question
Message
From
25/06/2002 09:45:45
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Crystal Report Simple Formula Question
Miscellaneous
Thread ID:
00671992
Message ID:
00671992
Views:
44
Hi,

If I am using Crystal Report 8.5 rpt file with my database files
*.dbf where I add them to the report using ODBC and then
link each dbf files using the Report expert, so
when I want to get a summation of certain fields using the formula below,
it does not display any value at all.

Is there any advise to take note using the formula in CR
compared to Visual basic. I know that with CR, I can actually
had all my calculation and looping done in CR but just can't get it
work, please kindly advise as I don't want to hardcode my application
calculation but want all calculation to be done in the rpt file.


@DisplaySum

Global x1 as Currency
x1 = 0
While {File1.X1} = {File2.X1} and not isNextNull({File1.X1})
x1 = x1 + {File1.X1}
Loop

formula = x1
Best Regards
Virusim
Next
Reply
Map
View

Click here to load this message in the networking platform