Hi,
Data is listed in XamPivotDataSelector but data is not visible in XamPivotGrid.
<Grid.Resources><igOlap:XmlaDataSource x:Key="DataSource" ServerUri="http://server/olap/msmdpump.dll" Database="Adventure Works" Cube="Adventure Works" Rows="[Customer].[City]" Columns="[Date].[Date]" Measures="[Measures].[Order Count]" />
</Grid.Resources> <ig:XamPivotGrid HorizontalAlignment="Left" Name="PivotGrid" VerticalAlignment="Top" Grid.ColumnSpan="3" DataSource="{StaticResource DataSource}" Height="425" Width="635" /> <ig:XamPivotDataSelector x:Name="DataSelector" DataSource="{StaticResource DataSource}" HorizontalAlignment="Right" VerticalAlignment="Top" Grid.Column="2" Width="234" Height="413" />
Please suggest what is missing in the above code
I do not see any missing code above. Looks fine. Can you please attach a simple project or screenshot?
Regards,
M.Yovchev
Thanks for you reply. I look into below screenshot. This is the output I am getting when run the application.
As I see you are using 11.1 version. This version is no longer supported. But for this version (11.1) you can use the last Service Release, where the issue is resolved.