Im facing an issue in the pie chart data points . DataPointList' requires a value of 'DataPoint List' data type. Either change the value of the 'DataPointList' argument, or define a mapping from 'Doctor Record List' to 'DataPoint List'.
+-*/andornotTrueFalse=<><><=>=( )[ ]
Hi @Balu K,
You can map the highlighted data from the image to resolve the error you're encountering.
Are you retrieving that data from GetDoctors.List? If so, you can close the popup and map the relevant data accordingly.
Hope this helps.
Thanks.
You can directly map from GetDoctors aggregate.
For example, suppose you have columns like Speciality and Count map Speciality into the Label and Count into Value.
hi @Sakthivel P can you show me that client action and local variable attributes
Hi @Balu K ,
The error you're seeing means the DataPointList input is expecting a list of DataPoint records, but it's getting something else. To fix it, either use a Data Action that returns a List of DataPoint, or manually assign a valid list to the widget.
Are you able to share your OML to give you a more detailed guide?