Hello,
I have build a BOBJ 4.1 report that has several columns including a column that is called as Item Text and Amount. This report is joined using 2 data
sources that is a Bex provider and SQL server based universe.
Both these fields are coming from the same Bex Provider but there are other fields in the report that are coming from a SQL server based universe as well.
Here is how the data looks that also include these 2 clolumns:
Assignment Document_Header_Text Amount_local_currency Item Text_Key
Number
RAX0150853 RCL_RTV -858446.07 #MULTIVALUE
As seen from above the assignment number "RAX0150853" has a #Multivalue error for the Item_Text_Key field.
The reason for this is as below, When I look into the details for this assignment number in BEX data, it has 14 rows of data:
Assignment Number Item Text - Key Amount
RAX0150853 9007695762 -10568.78
RAX0150853 9007695763 -72911.73
RAX0150853 9007695765 -67920.5
RAX0150853 9007695766 -74049.17
RAX0150853 9007695767 -73406.7
RAX0150853 9007695768 -59886.24
RAX0150853 9007695769 -76516.4
RAX0150853 9007695770 -74146.75
RAX0150853 9007695771 -73513.77
RAX0150853 9007695772 -73578.86
RAX0150853 9007695773 -51235.17
RAX0150853 9007695874 -78640.8
RAX0150853 9007695876 -70244.36
RAX0150853 9007695877 -1826.84
As seen above, The total for this Assignment number is -858446.07 which is exactly the total that I am getting in the main report for the Amount_local_currency field.
However since there is a different value of Item Text Key for each of these Assignment Numbers, I am getting a #Multivalue for Item Text Key in the main report.
Any help to figure out this issue is highly appreciated.
Thanks,
Nimish