Hello,
I am using CR10. In the report, I am trying to show something as follows:
Customer Name Project Num Business Name Last Status Entry
ABC 123BC Training Onsite Sent out quote to the customer
EDS 124DS Programming
For the Last Status Entry, I want to show only last entry status entered and the date if we have any. For Date, I am able to do it by a formula: Maximum ({tblStatus.EnteredDate},{tblProjects.ProjectNum})
However, for last entry status, I have no success.
If I do Maximum ({tblStatus.Status},{tblProjects.ProjectNum}) , I will receive an error that this field,{tblStatus.Status},can not be summarized.
Anything you can help to show only last status entry entered is greatly appreciated!
Vi
I am using CR10. In the report, I am trying to show something as follows:
Customer Name Project Num Business Name Last Status Entry
ABC 123BC Training Onsite Sent out quote to the customer
EDS 124DS Programming
For the Last Status Entry, I want to show only last entry status entered and the date if we have any. For Date, I am able to do it by a formula: Maximum ({tblStatus.EnteredDate},{tblProjects.ProjectNum})
However, for last entry status, I have no success.
If I do Maximum ({tblStatus.Status},{tblProjects.ProjectNum}) , I will receive an error that this field,{tblStatus.Status},can not be summarized.
Anything you can help to show only last status entry entered is greatly appreciated!
Vi