Link to home
Start Free TrialLog in
Avatar of kenuk110
kenuk110

asked on

Have SQL data populate a grid in Visio

Hi,

This is a long shot but I wanted to know if it was possible to do the following;

We have supermarkets that we work in and we 'floor plan' these before we start working and map out where all the locations of the blocks are, it's a handy tool for our guys to find what they need to in the stores. What I would like to do is have the grid on a visio page so; A1-ZZ99 (for instance) and if I have an entry in my DB for grid reference B20 (for instance), it colours that little block in in whatever I choose, or highlights it somehow.

This is just a question to you all to see if it's possible to do this type of thing and if not do you know anyway this could be achieved?

Any help would be much appreciated.

Regards,

Ken
Avatar of Scott Helmers
Scott Helmers
Flag of United States of America image

What you're asking about can definitely be done. While it can be done with any version of Visio, it will be *much* simpler with Visio 2007 Professional or Visio 2010 Professional or Premium.

I've attached a very simple example of something similar that uses the data linking features of Visio Professional. It happens to be a seating chart on which each cubicle changes appearance when the person sitting there needs help. The Visio drawing is controlled by data in the Excel workbook. To see how this example works:
  1. Create this folder
       C:\temp\Needs Help\
    NOTE: you must use this exact folder name for this example.
  2. Unzip the Visio drawing and Excel file into this folder.
  3. Open both the Visio drawing and the Excel file.
  4. Change a few of the TRUE/FALSE entries in the Excel document.
  5. In Visio, select Data>Refresh Data and click the Refresh button. The icons and colors will change as you change the data and refresh the drawing.
A couple of notes:
  • The set of squares on the left use an icon to represent "TRUE"; the squares on the right use a color. These are just two examples of how it can work -- many other options are possible.
  • The data source for this drawing happens to be an Excel file; it can be SQL, SharePoint or almost anything else.
  • It's possible to have the Visio drawing update automatically based on a timer; you can set the timer to any value from 1 minute up.
If this looks like the right sort of idea, please let me know. If what you need is equally simple, we can probably cobble something together for you as part of this question. If what you need is more complex, it may require several questions or it might require a small custom programming project outside of EE.

Regards,
Scott
 



Needs-Help-Seating-Chart.zip
Avatar of kenuk110
kenuk110

ASKER

Hi Scott, thats brilliant, that's pretty much what I need!

I think what I'll need to do is create a page with a box in each grid then try to link it as you have done. I'll use the same file as you so I can send you it back if I get a little stuck!

Thanks for the response.

Ken
ASKER CERTIFIED SOLUTION
Avatar of Scott Helmers
Scott Helmers
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for your help, really appreciate it.