Hi Raz,
I was missing this point.
Thanks for you help.
If you have posted this blog let me know.
I did and in the dount cart , i am only getting category Beverage.
I am using v3 of northwind model.
Can you check with your code what i am missing.
<Record Type="com.sap.vocabularies.UI.v1.ChartDefinitionType">
<PropertyValue Property="Title" String="View1"/>
<PropertyValue Property="MeasureAttributes">
<Collection>
<Record Type="UI.ChartMeasureAttributeType">
<PropertyValue Property="Measure" PropertyPath="ProductSales"/>
<PropertyValue EnumMember="UI.ChartMeasureRoleType/Axis1" Property="Role"/>
</Record>
</Collection>
</PropertyValue>
<PropertyValue Property="DimensionAttributes">
<Collection>
<Record Type="com.sap.vocabularies.UI.v1.ChartDimensionAttributeType">
<PropertyValue Property="Dimension" PropertyPath="CategoryName"/>
<PropertyValue EnumMember="com.sap.vocabularies.UI.v1.ChartDimensionRoleType/Category" Property="Role"/>
</Record>
</Collection>
</PropertyValue>
</Record>
Thanks,
JP