Hi, Im new to Web Intelligence, and i just created a query in web intelligence using as my data source an infocube in BW.
the problem that im having is this:
if i display the data in my infocube i get the following:
no.credit type credit
1 a
2 b
3 c
4 d
but when i run my query in web intelligence i get the following:
no.credit type credit
1 a
1 b
1 c
1 d
2 a
2 b
2 c
2 d
3 a
3 b....
so the problem is that for every credit number i get a repeating type credit number even though i do not have that info in my infocube.... what can i do to change that?
is there any configuration that i have to do in bw? or in BO?