cancel
Showing results for 
Search instead for 
Did you mean: 

#Datasync Issue

Former Member
0 Kudos

Hi guys,

I am new to BO,so let help me.

I am trying to create a report with “Merged Dimensions” from 2 separate Universes. I merged the dimension on a common data element and created details of the remaining columns to include in the report. However it seems that even though the dimensions are merged, it does not like to take the objects from the different universes even though the object types are Details

Code:

Location Code   Location Name   Customer ID
101               ARL               1
101               ARL               2
102               RES               1
103               STR               2
Code:

Customer ID   Service Code
1             AC
1             BC
2             CC
2             AC
1             ZZ



Please note in query 1, Customer 1 belongs to two locations – ARL and RES. Similarly Customer 2 also belongs to two locations ARL and STR. ARL is the common location for both customers.

Query 2 shows different services the customers got. There are also services that are common to different customers (same service can be provided to different customers).

For this I created 2 queries and merged the dimensions on “Customer ID”. Then I created variables with type as “details “ for rest of the columns “detail Location Code”, “detail Location Name” and “detail Service Code” and associated these details to their original dimensions.

In the report, when I include the merged dimension along with detail from one single query belonging to one particular universe, they are okay however when I throw the detail object from another query belonging to another universe I get 1 row with “#DATASYNC” in all the columns.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jenny,

whenever I put detail object in from another query and get a line of #DATASYNC

If I highlight the report objects in the edit report screen and then go to the properties tab and expand the general option, there is a check box called 'Avoid duplicate row aggregation' if you check it your report should then return the results.

Former Member
0 Kudos

Hi sakthipriya

Thanks for your reply

Answers (0)