Re: Variable categories from code
Posted: Thu Jan 05, 2023 10:27 pm
Hello,
I have the variables in handler.php
Example
Name = 'Maria' Because in the
handler.php
$args->variables['Name']->value = 'Maria';
When I want to modify in design the same report Variables.mrt
The initial value of the Name is =""
I want to see the current value that updates it in handler.php Name='Maria'
If in the design I update the variable Name = "Maria12345" in the preview it shows only the Maria the original value changed in the handler.
What should I do?
Thank you.
I have the variables in handler.php
Example
Name = 'Maria' Because in the
handler.php
$args->variables['Name']->value = 'Maria';
When I want to modify in design the same report Variables.mrt
The initial value of the Name is =""
I want to see the current value that updates it in handler.php Name='Maria'
If in the design I update the variable Name = "Maria12345" in the preview it shows only the Maria the original value changed in the handler.
What should I do?
Thank you.