Creating a Customer top 10 barchart, I have trouble to label the dimension axis.
Hi,
I want to create a customer top ten barchart. For the dimension axis I took the key field "CustomerID". Because the "CustomerID" is only an integer, I don't want the "CustomerID" in the labels. Instead I prefer the associated customernames for the labels of the dimension axis. The customernames are stored in the field "CustomerName" in the same table as the "CustomerID".
Does anyone know how to label the barchart with the customernames instead of the CustomerIDs?