Page 1 of 1

Variable set on Databand and Read on related (bottom) Databand in the events

Posted: Thu Jul 13, 2023 9:51 am
by kobayashi
Hi All,

I have an Issue...
Initial: VAR1 = "BLA";

[Databand A] => Event Before Print => an variable is setted = VAR1 = "A";

[Databand B] => Main Component on Databand A (no Relations, just Main Component setted) => in Filter I'd like to use an expression: TABLE.COLUMN == VAR1

But VAR1 Value is "BLA" here and should be "A" and also in the Event of Databand B the value is still "BLA" .... but if I create an Text field on Databand B with {VAR1} ...its value here is "A"


Is it a bug or an misunderstanding on my side?

Re: Variable set on Databand and Read on related (bottom) Databand in the events

Posted: Fri Jul 14, 2023 2:24 pm
by Lech Kulikowski
Hello,

Please try to set the NumberOfPass to "Double Pass" for the report.

Thank you.