BradCustom
IS-IT--Management
Hi all,
I have a Excel Spreadsheet that I'm writting a Crystal Report on using Crystal XI. The question/problem I have is one of the fields in the Excel Spreadsheet is a Time field and when I bring it into Crystal XI its converted into a Date Time field. I can change the way it displays easy enough but I'd like to write a Count formula to count the number os sessions that are greater than 1:00 minute. Below is my attempt.
Thanks for your help!
I have a Excel Spreadsheet that I'm writting a Crystal Report on using Crystal XI. The question/problem I have is one of the fields in the Excel Spreadsheet is a Time field and when I bring it into Crystal XI its converted into a Date Time field. I can change the way it displays easy enough but I'd like to write a Count formula to count the number os sessions that are greater than 1:00 minute. Below is my attempt.
Code:
if {'Session_logs_2008_'.Duration} > 01:00 then
Count ({'Session_logs_2008_'.Date},{'Session_logs_2008_'.Search Term})
else 0
Thanks for your help!