My main report is grouped by Job Number. I need to use a sub report to evaluate the final ship date.
In sub report I have
shared datevar shipdate:= {dateentered}
In main report I have
shared datevar shipdate;
shipdate
I am getting the info. correctly to the main report, but I need to clear the datevar in the main report because it is holding the value of the previous job when the current job has no ship date.
I have tried inserting the following in the group footer of the main report, but it does not work.
shared datevar shipdate:= ""
This errors out saying "a date is required here".
Any help is greatly appreciated
In sub report I have
shared datevar shipdate:= {dateentered}
In main report I have
shared datevar shipdate;
shipdate
I am getting the info. correctly to the main report, but I need to clear the datevar in the main report because it is holding the value of the previous job when the current job has no ship date.
I have tried inserting the following in the group footer of the main report, but it does not work.
shared datevar shipdate:= ""
This errors out saying "a date is required here".
Any help is greatly appreciated