Hi there,
I am sure this has been posted before but I am losing the will to live with it.
I created this in the sub report
shared CURRENCYVAR fiu;
fiu := {FIU.FIUGBP} + ({FIU.FIUEUR} / {FIU.EUREXCHANGERATE}) + ({FIU.FIUUSD} / {FIU.USDEXCHANGERATE})
In the main report I created this
shared currencyvar fiu;
fiu
So far so good
The value was then used against another formula and I can see that value when I try to create a report.
However I now want to just use the value FIU in the report and it will not show when trying to create a chart.
Any ideas anyone!!!
I am sure this has been posted before but I am losing the will to live with it.
I created this in the sub report
shared CURRENCYVAR fiu;
fiu := {FIU.FIUGBP} + ({FIU.FIUEUR} / {FIU.EUREXCHANGERATE}) + ({FIU.FIUUSD} / {FIU.USDEXCHANGERATE})
In the main report I created this
shared currencyvar fiu;
fiu
So far so good
The value was then used against another formula and I can see that value when I try to create a report.
However I now want to just use the value FIU in the report and it will not show when trying to create a chart.
Any ideas anyone!!!