Hi folks!
I have a db2 table as source for my webfocus report. Unfortunately the table's organisation does not really fit with what I have to display. I have to order data by fields that do not exist and cannot be created by DEFINE. I figured a way out but don't know how to do it.
Here's the example. It is about telephone calls. The db2 table looks like this:
[tt]
company weekday answered_calls not_answered_calls
------- ------- -------------- ------------------
a Mon 987 123
b Tue 1034 50
a Thu 543 100
Yet the table should look like this so that I can make my report:
company weekday number type_of_call
------- ------- ------ ------------
a Mon 987 answered
a Mon 123 not_answered
b Tue 1034 anserwed
b Tue 50 not_answered
a Thu 543 answered
a Thu 100 not_answered
[/tt]
Can anybody help?
Thanx
Eva
I have a db2 table as source for my webfocus report. Unfortunately the table's organisation does not really fit with what I have to display. I have to order data by fields that do not exist and cannot be created by DEFINE. I figured a way out but don't know how to do it.
Here's the example. It is about telephone calls. The db2 table looks like this:
[tt]
company weekday answered_calls not_answered_calls
------- ------- -------------- ------------------
a Mon 987 123
b Tue 1034 50
a Thu 543 100
Yet the table should look like this so that I can make my report:
company weekday number type_of_call
------- ------- ------ ------------
a Mon 987 answered
a Mon 123 not_answered
b Tue 1034 anserwed
b Tue 50 not_answered
a Thu 543 answered
a Thu 100 not_answered
[/tt]
Can anybody help?
Thanx
Eva