<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Designing Info Maps in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Designing-Info-Maps/m-p/4159#M1323</link>
    <description>Hi guys&lt;BR /&gt;
&lt;BR /&gt;
Can I get some help on designing Info maps.&lt;BR /&gt;
Can I get some sample design of Info Maps&lt;BR /&gt;
&lt;BR /&gt;
I have to build info maps on a non-dataware house database. i.e. on OLTP for reporting. &lt;BR /&gt;
Which is the right way to create maps.</description>
    <pubDate>Sun, 12 Aug 2007 21:51:17 GMT</pubDate>
    <dc:creator>SanjayM</dc:creator>
    <dc:date>2007-08-12T21:51:17Z</dc:date>
    <item>
      <title>Designing Info Maps</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Designing-Info-Maps/m-p/4159#M1323</link>
      <description>Hi guys&lt;BR /&gt;
&lt;BR /&gt;
Can I get some help on designing Info maps.&lt;BR /&gt;
Can I get some sample design of Info Maps&lt;BR /&gt;
&lt;BR /&gt;
I have to build info maps on a non-dataware house database. i.e. on OLTP for reporting. &lt;BR /&gt;
Which is the right way to create maps.</description>
      <pubDate>Sun, 12 Aug 2007 21:51:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Designing-Info-Maps/m-p/4159#M1323</guid>
      <dc:creator>SanjayM</dc:creator>
      <dc:date>2007-08-12T21:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Designing Info Maps</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Designing-Info-Maps/m-p/4160#M1324</link>
      <description>Hi:&lt;BR /&gt;
  This is a big topic for a forum posting. We currently offer this class on creating Information Maps:&lt;BR /&gt;
&lt;A href="http://support.sas.com/training/us/crs/sbiims.html" target="_blank"&gt;http://support.sas.com/training/us/crs/sbiims.html&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  In addition these papers may be of interest:&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/sugi29/104-29.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi29/104-29.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2007/212-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/212-2007.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.lexjansen.com/pharmasug/2007/tu/tu03.pdf" target="_blank"&gt;http://www.lexjansen.com/pharmasug/2007/tu/tu03.pdf&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
As well as this book, available through SAS Publishing:&lt;BR /&gt;
SAS Information Map Studio 3.1: Tips And Techniques by SAS Publishing &lt;BR /&gt;
 &lt;BR /&gt;
In brief, however, let me outline a possible usage situation. You have a set of files that are always used for reporting:&lt;BR /&gt;
[pre]&lt;BR /&gt;
Vendor_Main_File&lt;BR /&gt;
Columns:&lt;BR /&gt;
VMF_Vendor_Name_Long&lt;BR /&gt;
VMP_Vendor_Name_Abbreviated&lt;BR /&gt;
VMF_Vendor_Number&lt;BR /&gt;
VMF_Vendor_Category&lt;BR /&gt;
VMF_Vendor_Hdqtr_State&lt;BR /&gt;
VMP_Vendor_Hdqtr_Country&lt;BR /&gt;
VMF_Vendor_Purchase_Order_Type_Preferred&lt;BR /&gt;
[/pre]&lt;BR /&gt;
and&lt;BR /&gt;
[pre]&lt;BR /&gt;
Current_Order_File_Master&lt;BR /&gt;
Columns:&lt;BR /&gt;
COFM_Order_Number&lt;BR /&gt;
COFM_Vendor_Name_Abbreviated&lt;BR /&gt;
COFM_Order_Vendor_Location&lt;BR /&gt;
COFM_Order_PO_Type&lt;BR /&gt;
COFM_Order_Billing_Addr1&lt;BR /&gt;
COFM_Order_Billing_Addr2&lt;BR /&gt;
COFM_Order_City&lt;BR /&gt;
COFM_Order_State&lt;BR /&gt;
COFM_Order_Zip&lt;BR /&gt;
COFM_Order_Country&lt;BR /&gt;
COFM_Order_PO_Type_Actual&lt;BR /&gt;
COFM_Order_Gross_Amount&lt;BR /&gt;
COFM_Order_Discount&lt;BR /&gt;
COFM_Order_Net_Amount&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
In the most simple form, having an Information Map would allow you to simplify the names of the columns used for reporting (like getting rid of the long file prefix in the column names). You could also "disappear" away the underscores in the column names. Moving up to the next level, you could build an Information Map that would automatically do a join of the 2 tables and would only show the end-user the columns that were needed for reporting. You could make a calculated data item. You could build pre-defined filters (such as filters by state or country or Purchase Order type).&lt;BR /&gt;
 &lt;BR /&gt;
Information Maps are extremely useful in masking the complexity of the physical data layout or table relationships from the end-user. In addition, if you have business rules that are ALWAYS applied to data access (only people in the Purchasing Department see the VMF_Vendor_Purchase_Order_Type_Preferred field) or some such logic, then you can implement that in an information map, too.&lt;BR /&gt;
 &lt;BR /&gt;
The bottom line is that you have to analyze your current data tables and figure out what kind of joins/transformations need to be done in order to produce your reports. You need to figure out whether you will build Web Report Studio reports ahead of time using your Information Maps or whether you will design the Information Maps and allow users to do ad-hoc reporting from the Information Maps. Then, you need to build and test the Information Maps from all the client applications that will use the Information Maps.&lt;BR /&gt;
 &lt;BR /&gt;
The resources listed at the top of this posting should get you pointed in the right direction.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 13 Aug 2007 00:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Designing-Info-Maps/m-p/4160#M1324</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-08-13T00:57:22Z</dc:date>
    </item>
  </channel>
</rss>

