Hi
I have a bar chart (productID's mapped onto number of events).
productId's are the product codes(numbers) retrived from a field called ProID
like ProID = 1234 count = 3
ProID = 1789 count = 4
and every ProID is mapped to a Productname but not present in logs
I used (* | top ProID) by bar chart
Using basic chart diagrams i am able to build a chart where they show proper results.
My question is , Is ther any way to show ProductName instead of ProductId in the chart , i mean alias name for codes in chart
Eventhough the chart shows ProID by count, i need to show it by proName to count
... View more