<?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: Expression Text in Information Studio in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Expression-Text-in-Information-Studio/m-p/5886#M2127</link>
    <description>Hi:&lt;BR /&gt;
Although Stored Process and Information Maps are both components of the SAS Enterprise Intelligence Platform, this forum is for stored process questions. Your best resource for help with Information Map questions is Tech Support. The method that you use (manually typing the CASE statement in the Expression Builder window or using the INSERT DATAITEM syntax) will vary depending on how you intend to create the Information Map. In addition, since your Information Map can reference Relational Tables or OLAP cubes, you would use MDX expressions for OLAP cubes. So the type of data will have an effect on what you want to do.&lt;BR /&gt;
&lt;BR /&gt;
I have successfully typed a case statement in the Expression Builder Window of Information Map Studio.   We teach the simple form of building expressions in chapter 3 of the Information Map Studio course. When you want to add an additional DATAITEM to an Information Map, you use an Expression Builder in Information Map Studio or the INSERT DATAITEM statement in PROC INFOMAP. &lt;BR /&gt;
&lt;BR /&gt;
To send a question to Tech Support, go to &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; and in the left-hand navigation pane, click on the link entitled "Submit a Problem".&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
    <pubDate>Thu, 13 Dec 2007 16:15:13 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2007-12-13T16:15:13Z</dc:date>
    <item>
      <title>Expression Text in Information Studio</title>
      <link>https://communities.sas.com/t5/Developers/Expression-Text-in-Information-Studio/m-p/5885#M2126</link>
      <description>Is it possible to use CASE and WHEN expressions in Information Maps Studio? If not what would be alternative solutions to generate computed fields within information maps?</description>
      <pubDate>Thu, 13 Dec 2007 07:23:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Expression-Text-in-Information-Studio/m-p/5885#M2126</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-12-13T07:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Text in Information Studio</title>
      <link>https://communities.sas.com/t5/Developers/Expression-Text-in-Information-Studio/m-p/5886#M2127</link>
      <description>Hi:&lt;BR /&gt;
Although Stored Process and Information Maps are both components of the SAS Enterprise Intelligence Platform, this forum is for stored process questions. Your best resource for help with Information Map questions is Tech Support. The method that you use (manually typing the CASE statement in the Expression Builder window or using the INSERT DATAITEM syntax) will vary depending on how you intend to create the Information Map. In addition, since your Information Map can reference Relational Tables or OLAP cubes, you would use MDX expressions for OLAP cubes. So the type of data will have an effect on what you want to do.&lt;BR /&gt;
&lt;BR /&gt;
I have successfully typed a case statement in the Expression Builder Window of Information Map Studio.   We teach the simple form of building expressions in chapter 3 of the Information Map Studio course. When you want to add an additional DATAITEM to an Information Map, you use an Expression Builder in Information Map Studio or the INSERT DATAITEM statement in PROC INFOMAP. &lt;BR /&gt;
&lt;BR /&gt;
To send a question to Tech Support, go to &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt; and in the left-hand navigation pane, click on the link entitled "Submit a Problem".&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 13 Dec 2007 16:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Expression-Text-in-Information-Studio/m-p/5886#M2127</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-12-13T16:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Text in Information Studio</title>
      <link>https://communities.sas.com/t5/Developers/Expression-Text-in-Information-Studio/m-p/5887#M2128</link>
      <description>Hi Kelly,&lt;BR /&gt;
&lt;BR /&gt;
It is possible. Here's a quick example if you wanted to recode missing values to 0 on a budget data item:&lt;BR /&gt;
&lt;BR /&gt;
Create a new data item --&amp;gt; Click Edit on the Definition Tab &lt;BR /&gt;
In the Expression Editor window enter this into the Expression Text:&lt;BR /&gt;
case&lt;BR /&gt;
when &amp;lt;&amp;lt;Table.Budget&amp;gt;&amp;gt; =. then 0&lt;BR /&gt;
else &amp;lt;&amp;lt;Table.Budget&amp;gt;&amp;gt;&lt;BR /&gt;
end&lt;BR /&gt;
&lt;BR /&gt;
Obviously you can make it more complex, just make sure to validate the expression.&lt;BR /&gt;
Hope that helps!&lt;BR /&gt;
&lt;BR /&gt;
Jason</description>
      <pubDate>Fri, 14 Dec 2007 21:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Expression-Text-in-Information-Studio/m-p/5887#M2128</guid>
      <dc:creator>jasonDMNK</dc:creator>
      <dc:date>2007-12-14T21:54:08Z</dc:date>
    </item>
  </channel>
</rss>

