Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Global Variables?

Status
Not open for further replies.
Joined
Jul 1, 2002
Messages
21
Location
GB

I have field which captures the length of time in EVENTS.

There are EVENTS that are productive and non-productive, and there is an EVENT TYPE field.

Therefore I am looking, in one field to have the fields for EVENT LENGTH sum all the Productive event lengths, and then another field for all the non-productive event lengths.

Therefore I know I need to create a set of static variables for Productive Event Types and another set for Non-Productive.

Is it Global Variables I need? Is it done using an array.

Looking for help on this ASAP.

Nick
 
OK but how do I create groups of EVENT types?

i.e. Group 1 (1,2,3) and Group 2 (4,5,6)?

 
Use a formula and group on the formula:

If {type} in 1 to 3
then "Group One"
else "Group Two" Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
tek@kenhamady.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top