G
Guest
Hi there I have the following query
Sales PART QTY RATE CUST NAME VALID FROM_VALID_TO
NA VFD2 100 1.2 XYZ 20040923 20050403
NA VZX2 150 1.0 TEST 20040923 20050403
ETC
Is it possible to create a query that will put the valid from_valid to as
Column field and the row field underneat example,
20040923 20050403 20040923 20050403
NA NA
VFD2 VZXX
100 150
1.2 1.0
XYZ TEST
ETC
I was thinking something like a crosstab but didnt' seem to give me what I
want. Can anyone please provide any help feedback?
thank you,
Juan
Sales PART QTY RATE CUST NAME VALID FROM_VALID_TO
NA VFD2 100 1.2 XYZ 20040923 20050403
NA VZX2 150 1.0 TEST 20040923 20050403
ETC
Is it possible to create a query that will put the valid from_valid to as
Column field and the row field underneat example,
20040923 20050403 20040923 20050403
NA NA
VFD2 VZXX
100 150
1.2 1.0
XYZ TEST
ETC
I was thinking something like a crosstab but didnt' seem to give me what I
want. Can anyone please provide any help feedback?
thank you,
Juan