Skip to Content
0
Former Member
Apr 22, 2009 at 06:54 PM

Charting with two formulas

24 Views

Hi All,

I have the following two formulas placed in the details section of a subreport:

stringVar array arr;

arr:=split({?Pm-@Quote Total Per Quarter},"^");

if RecordNumber<= Count(arr) then

arr[RecordNumber]

and

stringVar array arr;

arr:=split({?Pm-@Quarter},"^");

if RecordNumber<= Count(arr) then

arr[RecordNumber]

When I try to create a chart with these two formulas, they dont appear as an option to select them in the chart expert.

How do I get them to show up in the chart expert ?

Thank you in advance.

Edited by: Antoine Saikaley on Apr 22, 2009 8:55 PM