Hello all, I have 2 reports, each taking a list of clients as a parameter. The default value of each is the user current clients, but he can change it if i want to. I have an hyperlink from the first report to the second one. If the user want ALL the clients, he leave the field empty, but as soon as i pass the empty list to the second report, it use the default value of the user clients. I want to keep the default value, and I dont want to send a list with all the clients since it would be too huge. I tried passing a null value, an empty list, a list with null but nothing worked. Is there any way around that? I'm on JasperReport Server 5.5.