cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in webi report while pulling measure objects in cross table.

Former Member
0 Kudos

Hi All,

I have a webi report which displays the plan and actual values for all the months in a given fiscal year for any particular value center.

Universe is created on a SQL table having those fields.

the report supposed to be displayed like the below mentioned figure1.

Instead when i am dragging Actual values, the report is displaying in the below mentioned figure2.


Initial SQL table is

YearValue CenterTypeJanFebMarAprMayJunJul
2013V1Plan10121010121020
2013V1Actual8573000
2013V2Plan10101210101412
2013V2Actual5764000

The table has been pivoted to the below structure.

YearValue CenterMonth NamePlanActual
2013V1Jan108
2013V1Feb127
2013V1Mar105
2013V1Apr103
2013V2Jan106
2013V2Feb105
2013V2Mar127
2013V2Apr104

The Measures Plan and Actual are aggregated to SUM in the universe.

Unable to find the problem behind the report, why the actual or plan values when dragged into the webi cross table is displaying in the above mentioned figure2. Instead of displaying in a single row, the report is displaying multiple rows.

Any assistance highly appreciated.

Regards

Ram

Accepted Solutions (1)

Accepted Solutions (1)

former_member184594
Active Contributor
0 Kudos

Hello Ram,

You need to set Projection Function in Information Design Tool as SUM also. This makes WebI to SUM the values of measure.

Former Member
0 Kudos

Hi Zahid,

Yes we did applied sum at Webi Report level, but not working.

We tried at UDT also but required result was not coming.

Regards

Ram

former_member184594
Active Contributor
0 Kudos

Hi RAM,

Would you please check the table you are using in your report by right clicking? Make sure that " Avoid duplicate row aggregation" is UNCHECKED.

When it is CHECKED:

When it is NOT CHECKED:

Answers (0)