Chart display help

0
I have a chart getting its information from an entity that contains a month and a percentage. I have a datagrid that shows the entity but i only want the 10 most recent entries in the datagrid to be shown on the chart. I assume there’s an xpath constraint to do this but I can’t figure out what it is. Any help with this would be greatly appreciated. 
asked
1 answers
4

Hi Nicholas,

make chart data source as microflow and in microflow retrieve activity set range as custom and here you can define the the number of entries you want to display , also sort the data on created date .

 

 

answered