dominicdunmow
Technical User
Hi there,
I have a table which I've simpified below. I'm trying to build a query where the dataset returns a row consisting of the "header field" details, then the following lines return the "line item" details.
(Header field) (line item) (line item) (line item)
Customer Project code Service Revenue
--------- ------------ ------- -------
Joe 1111 Engineer 50
Joe 2222 Spare Part 100
Joe 3333 Engineer 110
In essence I would like a query from the above info. to be structured something like:-
Customer Project code Service Revenue
--------- ------------ ------- -------
Joe
1111 Engineer 50
2222 Spare Part 100
3333 Engineer 110
Can anyone tell me if this is possible, I can do it as a report, but these are too unwieldy for what I want them for.
Thanks
I have a table which I've simpified below. I'm trying to build a query where the dataset returns a row consisting of the "header field" details, then the following lines return the "line item" details.
(Header field) (line item) (line item) (line item)
Customer Project code Service Revenue
--------- ------------ ------- -------
Joe 1111 Engineer 50
Joe 2222 Spare Part 100
Joe 3333 Engineer 110
In essence I would like a query from the above info. to be structured something like:-
Customer Project code Service Revenue
--------- ------------ ------- -------
Joe
1111 Engineer 50
2222 Spare Part 100
3333 Engineer 110
Can anyone tell me if this is possible, I can do it as a report, but these are too unwieldy for what I want them for.
Thanks