Hello Team, Currently I am working on CRM Project . and I am trying to Show Enumeration Value in Column Chart on dashboard . but i can't understand how to Select Enumeration value on Data Source , I Used microflow As well for selecting enumeration Value on and convert it into Text but it shows Error . is it Possible To show Enumeration Value on chart . If yes then please give me solution . Currently i am using 10.11.0.
asked
Barkha Deshmukh
1 answers
0
Hello Barkha, you can create a helper entity and add a string attribute to that entity. In the microflow you use, you can assign your enumeraton value to this string attribute. Then you can display this string attribute on your chart. I hope this helps.