Você está na página 1de 3

Infocube and Query output mismatch

Rathinakumar Kumarasamy 89 posts since Sep 9, 2009


Infocube and Query output mismatch Jun 5, 2016 5:29 PM
Hi All,

I have the following values in Infocube.

WBS ELEM EmpNo Amount Quantity Unit of Measure

WBS1 1111 250 2 EA


WBS1 1111 100
WBS1 1111 500 4 EA
WBS1 1111 200
WBS1 1111 250 2 EA

When i execute the query, it is not considering the values where quantity is blank.
My query output should be 1300.
Now it shows 1000.
Could anyone please provide the solution?

Rgds,
Rathinakumar

Ramanjaneyulu Korrapati 15,123 posts since Jun 17, 2006


Re: Infocube and Query output mismatch Jun 6, 2016 5:20 AM
Hi Rathi,

please check your report settings/filters/restrictions.


in columns, have you put amount and quantity?
check their properties, if you selected eliminate null values then your report will shows on 1000 amount.

Thanks

Rathinakumar Kumarasamy 89 posts since Sep 9, 2009

Generated by Jive on 2016-06-07+02:00


1
Infocube and Query output mismatch

Re: Infocube and Query output mismatch Jun 6, 2016 7:45 AM


Hi Ram,

In columns, i don't have amount and quantity. i have only client team in column.

Checked in query properties, filters and restriction.


Could you please help where to find eliminate null value property in query?

Rgds
Rathinakumar

Gorka GI 80 posts since Nov 17, 2009


Re: Infocube and Query output mismatch Jun 6, 2016 8:13 AM
Hi Rathinakumar,

In Query Prooperties icon, you can se in the right various options, select rows/columns and in zero supression
select the correct for you.

Regards,

Gorka.

Anupama Mahto 147 posts since Jun 18, 2009


Re: Infocube and Query output mismatch Jun 6, 2016 11:25 AM
Hi,

This is happening due to null entries for quantity. The BEx query skips the records will null value. The best way
to solve this issue will be to write a small logic in the transformation to replace the null with 0's. Then the data
will come correctly in the query.

Regards,
Anupama

Vikas Saini 37 posts since May 17, 2016


Re: Infocube and Query output mismatch Jun 6, 2016 12:00 PM
Hi Rathinakumar,

There is no option in query properties to suppress the summation for blank values. When bex query go for
summation aggregation for the values it ignore the blank row for the calculation.

Generated by Jive on 2016-06-07+02:00


2
Infocube and Query output mismatch

To outcome with the issue please apply filed routine in transformation logic to set 0 when values are Blank.

Hope it will work.

Regards

Vikas

Generated by Jive on 2016-06-07+02:00


3

Você também pode gostar