Hi,
I have a requirement in Bex, that I want to display the values in each cell. For example i have three columns in my query .
SALESORG INVOICE ITEM NETVALUE
US50 123 10 250
20 300
125 10 250
20 350
But i want that the value of Salesorg and invoice should come in each row. That is the the following layout.
SALESORG INVOICE ITEM NETVALUE
US50 123 10 250
US50 123 20 300
US50 125 10 250
US50 125 20 350
How can this be achieved...??? Please help out...