What is #DATASYNC error how to remove it?
Answers were Sorted based on User's Feedback
Answer / sunnyodc
This error come when you fetch more than 1 dimensions from
2 joined queries.
if you are merging 2 queries , you can pull all objects of
1st query , but only one dimension object from 2nd query.
you can use merged object from 2nd query but not the other
ones,
if you want to show remaining objects of 2nd query make a
measure variable of each dimension. that means put them in
new variable and define that variable as measure.
now bring them on report. select table go to property click
the option > show rows with empty measure values.
| Is This Answer Correct ? | 44 Yes | 14 No |
Answer / amit rathi
#DATASYNC :#DATASYNC occurs when you place a dimension from
a different dataprovider in a block containing dimensions
from another data provider, and the two data providers are
not synchronized through a merged dimension.
#DATASYNC appears in all dimensions in the block and
#CONTEXT in the measures.
Example: Dimensions from different data providers in a block
If a report based on the Island Resorts Marketing universe
contains data providers with the objects (Year, Revenue) and
(Quarter), a block containing Year, Quarter and Revenue
displays #DATASYNC in the Year and Quarter columns because
the two data providers are not synchronized through a merged
dimension
| Is This Answer Correct ? | 22 Yes | 4 No |
What is the link option in the reporting Environment?
how u restrict the values?to display 5 values insted of 10 values?
how did u give developed universe to ur client?
can we cretae views in universe level?
Say, the query gets executed and we got the results. In case if we have a large number of rows, how can we know the exact no of rows returned?
what is diff between Decode and case ? Give some Example?
I have one vertical table and in that table there are 10 rows. I want to add one row between 4-5 row. How it possible in WebI.
Hi ,how many shortcut joins used in a single universe? Thanks in Advance
Explain difference between zabo and webi?
Explain when we use aggregate awareness function in designer?
Difference between drill by and drill across with example?
1.what is context? How u create? With example.