Here is an idea.
In the details section you put the following formula:-
StringVar sFirst ;
StringVar sNext ;
If Not NextIsNull({Aat.X_COORD}) Then (
sFirst := Totext({Aat.X_COORD}) & ToText({Aat.Y_COORD}) & Totext({Aat.CABLEID}) ;
sNext := ToText(Next({Aat.X_COORD})) &...
I am currently developing a report in 8.5 to do a XY plot of date/time vs count. I have realised the date/time type has to be converted to a numeric type. The date/time values are not regular so I have played with using a XY Scatter graph. I have set it to show a value for each record. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.