Hi All
I am running a report trying to capture the First Note and First Note Date of a project. The text codes I used are not working. Can someone please help me fix the text codes below?
column.0.description=First Note Entry Date
column.0.textmode=true
column.0.valueexpression=MIN({notes}.{entryDate})
column.0.valueformat=atDate
column.0.name=First Note Entry Date
column.0.description= First Note: Note Text
column.0.textmode=true
column.0.valueexpression=MIN({notes}.{entryText})
column.0.valueformat=at Text
column.0.name=First First Note: Note Text
Thanks!