Hi Oliver,
Yes you can make this chart. Lets say you have the following list:
Country
USA
USA
China
Germany
China
USA
Germany
France
France
1. In the pivot page - drag and drop the Country field in the categories drop spot
(e.g. group by the Country field).
2. Set the category label to be the following expression:
=Fields!Country
3. In the pivot page - create a single Value (select the Values tab and click the Add button).
4. Enter the following expression in the Value field:
=Fields![RowCount]
You must see a chart with 4 bars. The category labels must be set to:
USA, China, Germany, France
The bar values must be:
3, 2, 2, 2
Hope this helps - questions or comments - please feel free...
Best Regards,
Nevron Support Team