I have a filter that is a prompt in the main report. I am passing the date capture as a shared variable. I can not get the subreport to use the same filter that is being used in the main report.
If I put it in the report filter, I get that the information has not be evaluated yet and not be used here error.
I can print the variable in the sub report so I know that it available to be used.
I am filtering on a date range for the main report with project info and employee id being the main sort.
I link the subreport with the employee id. This works. The date I pass is a string date within a shared variable.
In subreport:
Whileprintingrecords;
Shared Stringvar shared_datefrom;
shared_datefrom
This will print on the report. shared_datefrom is a string variable. How do I convert it back to date? The comparsion date in the table is a date.
Any suggestions would be appreciated.
If I put it in the report filter, I get that the information has not be evaluated yet and not be used here error.
I can print the variable in the sub report so I know that it available to be used.
I am filtering on a date range for the main report with project info and employee id being the main sort.
I link the subreport with the employee id. This works. The date I pass is a string date within a shared variable.
In subreport:
Whileprintingrecords;
Shared Stringvar shared_datefrom;
shared_datefrom
This will print on the report. shared_datefrom is a string variable. How do I convert it back to date? The comparsion date in the table is a date.
Any suggestions would be appreciated.