E
Erik D
Guest
Hi,
I already have a table like this:
MeterName, Period, Value, (Energy if Fjv or Flow if FjvFl)
203-Fjv-Am03, may2003, 255, Energy
203-FjvFl-Am03, may2003, 4050, Flow
205-Fjv-Am05, may2003, 1045, Energy
205-FjvFl-Am05, may2003, 20550, Flow
203-Fjv-Am03, jun2003, 105, Energy
203-FjvFl-Am03, jun2003, 2103, Flow
Before I can solve the rest of the queries I must find the number that represends every Period and Meter and combine on the following way. The new table shall look like this:
MeterName, Period, ValueEnergy, ValueFlow
203-Fjv-Am03, may2003, 255, 4050
205-Fjv-Am05, may2003, 1045, 20550
203-Fjv-Am03, jun2003, 105, 2013
Can any body tell me how I can make it work?
Thanks Erik

I already have a table like this:
MeterName, Period, Value, (Energy if Fjv or Flow if FjvFl)
203-Fjv-Am03, may2003, 255, Energy
203-FjvFl-Am03, may2003, 4050, Flow
205-Fjv-Am05, may2003, 1045, Energy
205-FjvFl-Am05, may2003, 20550, Flow
203-Fjv-Am03, jun2003, 105, Energy
203-FjvFl-Am03, jun2003, 2103, Flow
Before I can solve the rest of the queries I must find the number that represends every Period and Meter and combine on the following way. The new table shall look like this:
MeterName, Period, ValueEnergy, ValueFlow
203-Fjv-Am03, may2003, 255, 4050
205-Fjv-Am05, may2003, 1045, 20550
203-Fjv-Am03, jun2003, 105, 2013
Can any body tell me how I can make it work?
Thanks Erik
