Hello everyone,
I do not understand why today does not work shared variables.
I have a report with a subreport and I need to pass a value from subreport to the main report.
Even entering the formula test is:
Subreport:
shared numbervar pippo: = 10;
Report:
shared numbervar pippo;
Results in the main report pippo = 0