Jump to content

Variable value changes in SUMMARY band


jkeri

Recommended Posts

My date table is like this:

RecordType Tons

01 15

01 20

02 25

03 30

03 40

04 50

 

there are multiple record types 01 and 03.  Record types 02 and 04 only have one data record each. What I want to do is to store the TONS value of each record type 02 and 04 into 2 seperate variables. Each RECORD TYPE is printed in its own DETAIL BAND. There is always the same number of records retrieved from  the database.

RECORD TYPE 02 stores into V1 and RECORD TYPE 04 V2. therefore V1 = 25 and V2 = 50

At the end of my report, in the SUMMARY band I want to do a calculation (V1 + V2). (25 + 50)

What is happening is that in the SUMMARY band V1 contains the same value as V2 for some reason. (50 + 50).

Any ideas?

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...