Loading...

QChartView with Dates versus Titles

QChartView with Dates versus Titles

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #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

    • #3926
      Anonymous
      Anonymous
      Participant

      Trying to create a graph in QChartView with DateDues on the Y axis and the Project Titles on the X axis. Not sure if this is possible, but if it is, can someone direct me how with the QChartView.

    • #7098
      Anonymous
      Anonymous
      Participant

      Thats what I figured. Thank you very much for the info. Much appreciated.

Viewing 2 reply threads

You must be logged in to reply to this topic.