Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

No link between dates

Hello colleagues! I have met a small silly problem, which prevents me from finalising my project. It is about dates and line charts. I have a line chart with 2 sets of values on Y axis: cost (from o...
  • ChiragGarg2512's avatar
    2 years ago

    1) Check the joins between the tables.

    2) The X-axis data in one is date-wise while the other is month-wise[Year is not discrete].

    3) Try creating a separate date table, join both the tables' date columns to the date table, and use that for the x-axis.

  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous 

     

    ChiragGarg2512 Thank you very much for your prompt reply. Creating a separate date sheet is very much the right thing to do.

     

    Here I have provided another idea, again related to creating a table relationship.

     

    If you are not considering creating a separate date table, then try creating a relationship based on the date columns of both tables.

     

    Here's some dummy data

     

    “nature”

     

    “shipment”

     

    Create table relationships by dragging and dropping in the model view.

     

    Here is the result.

     

     

    Regards,

    Nono Chen

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.