Thanks Nick, I have been talking with suppot for days....all I hear is it works in 8.0 which doesn't help me. My other thought is to do the following:
what if we tried this ( I am assuming this is the Macuyer
technique which I need help with)
Here is some simple code to reproduce what I am trying to accomplish:
TABLE FILE CAR
SUM
WEIGHT
ACROSS CAR
BY MODEL
END
result of the above query is:
MODEL.....................ALFA ROMEO...............BMW
100 LS 2 DOOR AUTO...........2,571...............NODATA
2000 4 DOOR BERLINA.........NODATA................2,590
no set nodata = 999
MODEL.....................ALFA ROMEO...............BMW
100 LS 2 DOOR AUTO...........2,571.................999
2000 4 DOOR BERLINA............999...............2,590
now when you run this you will see a lot of missing data. can I then table the
across field and set all missing data ( nodata) to 999
now can we convert the across field into one column so I have another hold file
by car by model by weight...I can graph this and eliminate all values with 999.
CAR.............................MODEL................WEIGHT
ALFA ROMEO................100 LS 2 DOOR AUTO..........2,571
ALFA ROMEO................2000 4 DOOR BERLINA...........999
BMW.......................100 LS 2 DOOR AUTO..........2,571
BMW.......................2000 4 DOOR BERLINAV..........999
let me know if you can do this thanks
8.0.9, Windows
excel / pdf