Forum Post: How can i get the count of records updatedAt =Yesterday

  • Thread starter Thread starter SudhakarN
  • Start date Start date
Status
Not open for further replies.
S

SudhakarN

Guest
Hi all, I am trying to count the #records updatedAt = Yesterday,Im using the expression in formula field,But im not getting as expected result.can some one help on the following expression. var count= #CALC_COUNT.sn_emp(1| (updatedAt = (TODAY - 1)) && (updatedAt TODAY) ) ; rbv_api.println("# Records Updated YesterDay::"+count);

Continue reading...
 
Status
Not open for further replies.
Back
Top