Obiee How to bring metrics in rows in report? - business-intelligence

I want to build an OBIEE report related to support where I can bring the columns to rows and have its value beside it. Like,
Previous Year Current Year
No. of open cases 123 345
Attached is image for reference. Sample
Regards,
Harshita.

Use the pivot table view and pull the measures into the rows section. Done.

Related

pivot report in oracle apex to show total per row and columns

I have this view
name.......task........Sub total
George...Leave.......50
Mason....Sick.........100
George...Sick..........20
Mike......Vacation.....40
How can I have it presented like this in oracle apex? I've tried the pivot option in apex but I only can get the total per column NOT per row!! any idea is greatly appreciated. please keep in mind that the task can be anything.
....Leave Sick Vacation......etc...total
George......50...........20............0.............................70
Mason.......0..........100.............0.............................100
Mike...........0..........0...............40.............................40
total..........50.........120.............40
Did you try an Interactive Report? That function is included on it.
https://docs.oracle.com/database/apex-5.1/AEEUG/managing-pivot-reports.htm#GUID-B71B947D-FC08-466C-9739-DFFE7981F4E8

SSRS Report shows two separate entries for date. Need Date then All details associated with that date

Lines of report needed to be together under one date
I need the Function row to appear under the one date and not in two sets. The row is grouped using a header.
thank you in advance.
Solved my own question, for some reason the details group had disappeared. Recreated the Tablix with the details group remaining.

Crystal report summary depending on another column

Image:
Hi, i am new to crystal reports but a fast learner.
I need to make a report, that shows the price of specific maintenance during a month.
The important thing is that the Total values are correct
As you see the "arbejdsordre" can appear multiple times because on the same column it has different "titel" the different "titel" has different "planlagt tid" but the same "Omkostninger"
I need to tell crystal report to only calculate "omkostninger" for "arbejdsordre" one time when "arbejdsordre appears several times.
how can i do this?
Best regards
André
If you go into the Group Expert and then group your report data by Omkostninger you should be able to accomplish your goal.
Display the value for "Omkostninger" in the Group Header, and then display the different "titel" and "planlagt tid" in the details section or any other group header section that is a lower level grouping than Omkostninger.
This will allow you to display each unique value for Omkostninger once and only once on the report, with all of the other data for each Omkostninger value displayed in the details.

RDLC Matrix report move grouping column

I have an RDCL Matrix report.
Generated in Visual Studio 2013.
In Asp.net MVC5.
I am creating the report for a database based on a range of dates returned in a recordset and bound at runtime to the report. Depening on the dates returned in the dataset the columns in the report are dynamically created (matrix report).
My date range will always be for a months duration so my report is very wide and space is of importance as users want entire months date range to fit on one page.
This is how my report currently looks(sorry i had to mask out data).As you can see i can only fit until the 23 October and then it moves onto other page. I need it all to fit on one page.
This is how it looks in the designer so you can see where the groupings are.
So in order to make it fit all on one page, i was hoping it could easily move the employee row group column above the data rows (only to appear once per instance of that employee) so it doesn't take up the space in the row it currently resides in ? This should allow me to gain a little space.
I have tried to moving this column manually or re-creating the grouping and making it a group header but then all employees appear in a list instead of at the head of each section. I have looked at similar questions such as this but it's not really what i need.
Any help would be appreciated.

How to make a table with many columns in a report

I would like to create a report containing a table that will not fit to one page, since it has too many columns. I want BIRT to create a report that you can print and put the pages next to each other to get the whole table.
An Example:
My table has 20 columns, 10 fit on one page. The Table has enough rows to fill 2 pages. When I put the printed pages on a table like this:
P1 - P2
P3 - P4
I see the whole table with all 20 columns. How can I do that with BIRT report designer 3.7.0?
Since Birt is page oriented, I guess this will not work.
I guess you'll have to create one report with the whole table to display on the screen, and another "print optimized" one with two tables distributed over two pages.
I actually saw a similar question on the official BIRT eclipse forum. They suggested adding a page break inside the table and that should break up the columns across the different pages (unless I mis-understood what you are trying to accomplish).

Resources