Hi BI Gurus,
I have a issue in my report.
This is a tabler query
CURRENT REPORT IS
GL
-PO
POITEM
-POAMT
GLINvOICE
-GLINVOICE AMT
11
-1234
--
-10
--
$4000
---511111 -
$1000
11
-1234
--
-10
--
$4000
---611111 -
$3000
11
-1234
--
-20
--
$3000
---711111 -
$3000
Actually we need
GL
-PO
POITEM
-POAMT
GLINvOICE
-GLINVOICE AMT
11
-1234
--
-10
--
$4000
---511111 -
$1000
-
611111 -
$3000
11
-1234
--
-20
--
$3000
---711111 -
$3000
Is there any way to surpress key figure value in the report to display PO amount key figure only once .
Appriciate your respose
Thanks
Rohan
Hi,
you have made an Infoset query on 2 ODS..GL ODS and PO ODS..and as they are not part of same dimension..you will get the casterian product of there and this bound to happen.
The solution is:
The merger GL ODS and PO ODS data on some logic into a cube and place GL PO and POITEM in same dimension of the cube.
Regards,
San!
Add a comment