Forum Discussion

Hayleysea's avatar
Hayleysea
Resolver II
6 years ago

Error when making a scatter chart

Hi there,

I need to make a scatter chart with the X Axis being Month and the Y Axis got from -3 to 3. I'm getting the error:

 

"Your x- and y-axis values aren't playing together nicely. Replace the x-axis field with a numerical value, or change the y-axis field values to summarizations."

 

The dots should show one dot per entry in my data or the months. What do I need to do to get this to work? I feel like it's way too complicated for something so simple.

6 Replies

  • Hayleysea ,

    It may be due to Data type. Could you please define the Data type of your Month (X-axis) and Column (Y-axis)? It will be more easier for us to help you.

     

  • Tahreem24 amitchandak 

    Thanks for you replies. Here's some sample data

    Month (X axis) - TextScore (Y axis) - Whole numberUnique ID (count for values)

    Jan

    -3A
    Feb0B
    Mar1C
    Apr-2D
    May-1E
    Jun3F
    Jul2G
    • Icey's avatar
      Icey
      Community Support

      Hi Hayleysea ,

       

      Try this:

       

       

      Best Regards,

      Icey

       

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

      • Hayleysea's avatar
        Hayleysea
        Resolver II

        Thank you. When I change it to sum it goes from -5 to 40? It doesn't look like yours but it is formatted as whole numbers. Anything else I should check?