<?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 Re: Information Map Studio 4.2 Data Item ID in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65578#M1324</link>
    <description>I am not sure if my issue is similar to the one referenced in this track or if it's something all together different.  What I am trying to do is create an information map where the variable/measure names are static (e.g. C5-C17), but the the variable labels are what are displayed in WRS (e.g. C5 displays as "2010/01" this month, but would display as "2010/02" next.).  I can run a SAS process to update the labels every month, but I don't want to have to change my reports every month.  I was hoping that I could accomplish this via IMS.   &lt;BR /&gt;
&lt;BR /&gt;
Your support is greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Michael</description>
    <pubDate>Tue, 01 Feb 2011 18:44:27 GMT</pubDate>
    <dc:creator>Michael_W</dc:creator>
    <dc:date>2011-02-01T18:44:27Z</dc:date>
    <item>
      <title>Information Map Studio 4.2 Data Item ID</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65572#M1318</link>
      <description>I am working on an information map using data in several look up tables. These tables have sets of variables labeled "Code" and "Description". When I add these to the InfoMap, the ID is defined as Code_# and Description_#. Is there an easy way to change these?</description>
      <pubDate>Mon, 24 Jan 2011 18:27:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65572#M1318</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-01-24T18:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Information Map Studio 4.2 Data Item ID</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65573#M1319</link>
      <description>Change the source data table labels. The "code #" and "description #" are the labels for those two elements.&lt;BR /&gt;
&lt;BR /&gt;
one example - changing sashelp.shoes = &lt;BR /&gt;
&lt;BR /&gt;
data sashelp.shoes;&lt;BR /&gt;
set sashelp.shoes;&lt;BR /&gt;
attrib sales label="Sales #";&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
~ Angela</description>
      <pubDate>Mon, 24 Jan 2011 19:10:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65573#M1319</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2011-01-24T19:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Information Map Studio 4.2 Data Item ID</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65574#M1320</link>
      <description>I know that is where they are coming from, actually the _# is appended by SAS to the Fields with the name/label of Code or Description. Is there a way to change the ID either after creation, or as you are creating the InfoMap? The data that I am working from is in a MS-SQL table, and the person creating these in the future will not be able to change the label on the source data.</description>
      <pubDate>Mon, 24 Jan 2011 19:29:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65574#M1320</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-01-24T19:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Information Map Studio 4.2 Data Item ID</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65575#M1321</link>
      <description>Unaware of a way to change it from Information Map studio.&lt;BR /&gt;
&lt;BR /&gt;
An alternative is that you could use the PROC INFOMAP step in base sas (or sas eg) to create the imap.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/engimap/61078/HTML/default/a003088311.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/engimap/61078/HTML/default/a003088311.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
~ Angela</description>
      <pubDate>Mon, 24 Jan 2011 19:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65575#M1321</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2011-01-24T19:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Information Map Studio 4.2 Data Item ID</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65576#M1322</link>
      <description>Found one way, not exactly in Information Map Studio. I can use PROC INFOMAPS to export the InfoMap to an XML file. Edit the XML file to replace the identity="CODE_#" with the value I edited in the description tag. Re-import the modified XML file (making sure I do this with a UTF-8 text editor and before doing anything with permissions) and everything is as I would like it.</description>
      <pubDate>Mon, 24 Jan 2011 20:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65576#M1322</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-01-24T20:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Information Map Studio 4.2 Data Item ID</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65577#M1323</link>
      <description>The xml can certainly be updated. Note that SAS TS doesn't 'officially' support this.&lt;BR /&gt;
Be extremely careful as well, dependent reports could be broken during the editing process.&lt;BR /&gt;
&lt;BR /&gt;
~ Angela</description>
      <pubDate>Mon, 24 Jan 2011 20:56:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65577#M1323</guid>
      <dc:creator>AngelaHall</dc:creator>
      <dc:date>2011-01-24T20:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Information Map Studio 4.2 Data Item ID</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65578#M1324</link>
      <description>I am not sure if my issue is similar to the one referenced in this track or if it's something all together different.  What I am trying to do is create an information map where the variable/measure names are static (e.g. C5-C17), but the the variable labels are what are displayed in WRS (e.g. C5 displays as "2010/01" this month, but would display as "2010/02" next.).  I can run a SAS process to update the labels every month, but I don't want to have to change my reports every month.  I was hoping that I could accomplish this via IMS.   &lt;BR /&gt;
&lt;BR /&gt;
Your support is greatly appreciated.&lt;BR /&gt;
&lt;BR /&gt;
Michael</description>
      <pubDate>Tue, 01 Feb 2011 18:44:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Information-Map-Studio-4-2-Data-Item-ID/m-p/65578#M1324</guid>
      <dc:creator>Michael_W</dc:creator>
      <dc:date>2011-02-01T18:44:27Z</dc:date>
    </item>
  </channel>
</rss>

