Hi,
I want to use two queries from different tables that are not linked with each other in the same report
Eg.
1.
Date-(This value should come from table X
like, select date from X where application='y'
)
2.
then the main report will have feilds from another table
like select applicationtype,applicationdate where <some condition>.
How do i do this in crystal report 2008?
i have completed point 2 but what should i do to display point 1 as a separate feild in the report header??