Issues in Crystal Report

Sort:
You are not authorized to post a reply.
Author
Messages
dipu
Basic Member
Posts: 9
Basic Member
    How can I get the max value of check-date in lawson 9 with crystal reports9. I created a report how ever it is not showing the correct value. Please help.
    The condition I need is the max( check-date)<= currentdate - 90
    Char
    Veteran Member
    Posts: 62
    Veteran Member
      Write a formula " if checkdate <= currentdate - 90 then checkdate else date(1900,01,01) " then do a max of that formula
      You are not authorized to post a reply.