Inventory items have a location field corresponding to a physical warehouse location i.e. item X location field states 'A01' corresponds to shelf location A01.
How can I leverage this data to display item locations on a floor plan of the warehouse?
Perhaps in the form of an SSRS report query for item X displaying the location on the floor plan?
I've searched around and seen that this can be done:
"To start with the simplest case, suppose you’d like a map of the layout of your company’s warehouse (a physical warehouse where goods are stored, not a data warehouse). You’d likely measure the warehouse, draw a floor plan, and map the placement of the goods based on their location in the floor plan."
But I cannot find steps on how to achieve this. Any help in this regard appreciated.
Currently using SQL 2008 R2