Loading...

RE: QChartView with Dates versus Titles

RE: QChartView with Dates versus Titles

#5123
Anonymous
Anonymous
Participant

Hi Anthony

I am afraid this cannot be done. You would need to perform aggregate function on Y axis field. Typically you would want to ask yourself what information you want to be displayed on the chart, for example, show me the total cost of each project. Then we can define X axis field as Project Title, perform SUM aggregate function on Project Cost. Something like below will be rendered. But it does not make sense to perform aggregate function on Due Date.

chart.png