Print Page | Close Window

Map

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=10609
Printed Date: 15 Apr 2024 at 9:28pm


Topic: Map
Posted By: JamesS
Subject: Map
Date Posted: 22 Jul 2010 at 7:08am
I have a database of X/Y coordinates and would like to make a char to just plot them out. But not sure how to accomplish that.

I want to Put the Single Letter Code or a Colored Dot Representing the Type. Using that rows X and Y fields to determine placement.

For instance if this was the data

X - Y - Type
1 2 E
1 3 E
2 4 F
1 10 N
4 7 A
5 5 F
8 7 A

And the chart/map would come out like this

-1234567890_X
1|----------
2|E---------
3|E---------
4|-F--------
5|----F-----
6|----------
7|---A---A--
8|----------
9|----------
0|N---------
|
Y



Print Page | Close Window