rcplanecrasher1
IS-IT--Management
I am trying to report on any tickets (that are grouped) that have no journal entries. And report back to the report that there is no info. My hangup is DateTime. In the SQL Table it reads <null> however when I write my formula it asks for a date time. Any help would be appreciated...This is what i have so far.. I am failing at the isnull
if {Journal.CreatedBy} = "" then totext ("No Journal") else
if {Journal.NotesBody} = "" then totext ("No Journal") else
isnull ({Journal.CreatedDateTime}) then totext ("No Date")
else {Journal.NotesBody}
if {Journal.CreatedBy} = "" then totext ("No Journal") else
if {Journal.NotesBody} = "" then totext ("No Journal") else
isnull ({Journal.CreatedDateTime}) then totext ("No Date")
else {Journal.NotesBody}