Hello everyone!
I am using SQL server 2000 with Crystal Reports 10. I have to create a formula and then create a group on this formula. Essentially, I need to get the start date from a table based on certain events. For example, the first condidtion would be
written_notification is null, fad is null and fromal_filed is not null then table.startdate
This will return all the cases in stage 1 (written notification)
Second condition would be
investigation_start is null, investigation_end is not null and fad is null then table.startdate
This will return all the cases in stage 2 (investigation). I am not able to create the formula since the written_notification is a value in a table field. Similarly, fad is also another value in the same table field. I am not sure how to work with this? Can someone please guide me in the direction? I will really appreciate it.
I am using SQL server 2000 with Crystal Reports 10. I have to create a formula and then create a group on this formula. Essentially, I need to get the start date from a table based on certain events. For example, the first condidtion would be
written_notification is null, fad is null and fromal_filed is not null then table.startdate
This will return all the cases in stage 1 (written notification)
Second condition would be
investigation_start is null, investigation_end is not null and fad is null then table.startdate
This will return all the cases in stage 2 (investigation). I am not able to create the formula since the written_notification is a value in a table field. Similarly, fad is also another value in the same table field. I am not sure how to work with this? Can someone please guide me in the direction? I will really appreciate it.