Dear All,
I came up on such a report and couldnt figure out how to design it also to code any of it.
I have one table:
I want to run a report that looks like this:
filtering by entity is easy , but filtering or sorting the names horizantaly, .... was not at all, like have no idea how to.
Any body can help ????
thanks a lot
I came up on such a report and couldnt figure out how to design it also to code any of it.
I have one table:
Code:
------------------------------- Desc | Entity | Name | rate | qty --------------------------------- xxxx 1 Mark 100 1 xxxx 2 Mark 100 2 xxxx 1 Joe 100 3 xxxx 2 Kive 100 4 xxxx 1 Ben 100 5 xxxx 1 Ben 100 6 -----------------------------------
Code:
| Mark Joe Kive Ben ================================= 1 100 300 0 1100 ================================= 2 200 0 400 0 =================================
Any body can help ????
thanks a lot
Comment