I have two subreports.
I want to pass value from Sub1 to Sub2. I declared shared variable in a formula @Shared1 and assigned it a value, placed at the footer of Sub1. Then declared same shared variable in another formula @Shared2 on Sub2 which receives value from @Shared1. Now I want to use the @Shared2 into Sub2's selection formula, but the formula @Shared2 does not appear in the list. Is there anything I am doing wrong here?
I want to pass value from Sub1 to Sub2. I declared shared variable in a formula @Shared1 and assigned it a value, placed at the footer of Sub1. Then declared same shared variable in another formula @Shared2 on Sub2 which receives value from @Shared1. Now I want to use the @Shared2 into Sub2's selection formula, but the formula @Shared2 does not appear in the list. Is there anything I am doing wrong here?