I have created a Blank Application that contains a formatted PHP report called “Monthly Report”. I have also created a Search Application that allows the user to select a date to pass to the Blank Application which will be used to query data from the database for the requested month.
My problem is, when I try to establish the link between the two applications, the Blank Application is not included in the list of available applications. The list only contains Form Applications. How do I pass the selected date as a global variable from the Search Application to the Blank Application?