Skip to main content
Solved

Report showing two dates on line graph?

  • May 5, 2020
  • 2 replies
  • 159 views

andreammelde
Forum|alt.badge.img+3

I created a dataset from a Salesforce Object where I want to show the number of Coaching session created in one day vs how many are completed in one day. 

 

I can get these to show in line graphs when I create individually, but I want to show this on one graph. When I try to group by two date, it makes the lines for the date itself. How can this be shown with a line for create date count and completion date count with date as the x-axis and count on the y-axis?

 

Best answer by rakesh

Hi @andreammelde 

Can you try adding Count of Created Date and Count of Completed Date in show me and any date field (which has all the dates) in Group by? 

2 replies

rakesh
Forum|alt.badge.img+2
  • Lets put your data to work!
  • Answer
  • May 26, 2020

Hi @andreammelde 

Can you try adding Count of Created Date and Count of Completed Date in show me and any date field (which has all the dates) in Group by? 


sai_ram
Forum|alt.badge.img+1
  • Expert ⭐️⭐️
  • June 9, 2020

@andreammelde  did you get a chance to view comments posted by @rakesh