Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I have the following data
Customer No | Customer Name |
---|---|
1 | AAA |
2 | BBB |
3 | CCC |
I have added a customer no field as dimension. Is there anyway for me to display the customer name instead for all the bar in the chart?
Thank you
Can you pls try Dual() in your dimension?
dual([Customer Name],[Customer No])
May be like attached sample?