Forum Discussion

B_Albuquerque's avatar
B_Albuquerque
Frequent Visitor
8 years ago

Creating a Chart Ignoring Year

I need to create a chart that show me the cumulative count of the leads in the database. That part is easy, as show in this image:

What I got

 

The problem is that for better visualization I got a request to ignore the years in the Date of the lead, so I made a custom MMDD date and It worked... Not that well. The graph is too wide and is useless:

What I "need"

 

As you can see the data are in a very awkward formatting and the graph needs to scroll all the time, unlike the first one. There is any way to do what I want?

How can I do a better graph to attend the specifications that my boss gave to me?

4 Replies

  • Hi B_Albuquerque

     

    Did you try to create quarter of the year or only month/year instead of month/day ?

    Sometimes I struggle like you but I always find what I want by trying different type of dates

     

    - Quentin

    • B_Albuquerque's avatar
      B_Albuquerque
      Frequent Visitor

      >Did you try to create quarter of the year or only month/year instead of month/day ?

       

      No, because I can only show these data in a day by day basis. The greatest problem is to make the chart to meet my boss expectations.

      • quentin_vigne's avatar
        quentin_vigne
        Solution Sage

        B_Albuquerque

         

        What does he expect ? Something like in the first pictures but with day by day values ? 

         

        If you have month you can calculated quarter. (Q1 = 3 first; Q2 4-6; Q3 7-9 ; Q4 10-12)

         

        - Quentin