Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ksircar

    How to create manually matrix reports manually?

    I want to create matrix reports manually, without taking help of Report Wizard. Say, I want to create a matrix report (with DEPTNO along the rows, JOB along the columns and SUM of SAL in the intersecting cells) and I have the following query in data model: select deptno, job, sum(sal) from emp...

Part and Inventory Search

Back
Top