• Prasanth Srinivasan
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 1
    Replies
Hi Folks,

I have a Boolean value in my controller.
public Boolean withoutDocument {get;set;}
I have referred them in the visual force page like this.
when I try to get the value in my controller.
It is throwing the Run time error that the argument cannot be null.

Any help is much appreciated.

thank you.
I want to know the number of specified day say(Sun, Mon or Sat) within the specified date range example (11/01/2014 to12/16/2015). Is there any formula to calculate this, such as we pass these two dates as input and get the number of specified day between this date range?. Kindly suggest.
Hi Folks,

I have to calculate  the formula average number of cases recieved per hour? is there anyone could help me.

Thanks
Hi Folks,

Is there a way to plot the Cases by arrival time on hour basis and plot them on a chart.Say when I run a query on Case object where Createddate is from 10/01/2015 to 26/11/2015. I want to know the cases created only on Mondays between these time interval given. And also I want to plot the cases on hour basis say like on Monday at 8am three cases created . So on the chart x axis hours are given and in Y axis the number of cases created per hour are to be plotted. 
Hi Folks,

I have a Boolean value in my controller.
public Boolean withoutDocument {get;set;}
I have referred them in the visual force page like this.
when I try to get the value in my controller.
It is throwing the Run time error that the argument cannot be null.

Any help is much appreciated.

thank you.