Forum Discussion

graemejones's avatar
graemejones
Frequent Visitor
7 years ago
Solved

Plotting 2 dates from same table onto line chart

Hi, I am trying to create a line graph that looks like this:  In my "tickets" table I have the below fields:         Can someone help as I cannot workout how to plot the Creation Da...
  • Anonymous's avatar
    Anonymous
    7 years ago

    HI graemejones ,

    You not need to modify your database, my suggestion do these operations on data model side.(create a calculated table to expand original date range)

    Steps:
    1. Use unique fields and two date fields to create a calculate table with expand records.
    2. Create relationship between raw table and calculate table based on above unique field.
    3. Use new table date field as axis, raw table amount fields as value to create visuals.

    Regards,

    Xiaoxin Sheng