I have two reports REPORT1(R1) and REPORT2(R2). The report R1 needs to call the report R2. Anyway we can do it by using SUBMIT. However report R2 has a variable, say, V1, now the requirement is that I want to receive the value of variable V1 from R2 to R1. Then I want to use the received value in the logic of R1.