Hello Deep,
Even i had such situation of creating report. Finally I get ride of it.
I too used Cross-Tab report for by problem. But rahter than connecting the
tables directly, i created a stored procedure and inserted the data to #table
by joining all multiple tables. So i finally sort the data as needed, at the SP
level. Then i reffered this SP in the report and used grouping and dragged proper
those fields as the column headers and also for rows.
Th output of the report was like a matrix, like for this row at this column, it
is mapped and i am showing "X" symbol, where you will be showing the numbers like
1,2,3 ... and Khz.
Its not an eays way to approch. But just give a try by creating SP and check.
hope this helps.
If you already tried using SP what i said, then, try creating a physical table
at runtime by adding "Laser1"... like column names and insert the correct respective data under respective column. Here you have the table ready with proper look at the database level. Now just you have to reffer that table and
place right fields at right place.
According to my knowledge, its not a very easy job. Just give a try, you might
end up with success.
Hope this helps.
With Regards,
Raghavendra Mudugal
|