<?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 Doubt in Information Map Studio in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9478#M30</link>
    <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Can we derive a date variable in information map studio?&lt;BR /&gt;
Here is the problem description below,&lt;BR /&gt;
I would like to derive a date variable from already existing 2 variables i.e i have a registered dataset in Information Map studio and i have corresponding map also.&lt;BR /&gt;
I have 2 date variables like start date and drop date.........so here i would like to create a new variable which is going to have both start and drop dates together as data values.&lt;BR /&gt;
So could you please help me how to derive teh new variable in information map studio in order to achieve this?&lt;BR /&gt;
&lt;BR /&gt;
Please respond.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sri</description>
    <pubDate>Mon, 14 Feb 2011 18:04:32 GMT</pubDate>
    <dc:creator>srisai</dc:creator>
    <dc:date>2011-02-14T18:04:32Z</dc:date>
    <item>
      <title>Doubt in Information Map Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9478#M30</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Can we derive a date variable in information map studio?&lt;BR /&gt;
Here is the problem description below,&lt;BR /&gt;
I would like to derive a date variable from already existing 2 variables i.e i have a registered dataset in Information Map studio and i have corresponding map also.&lt;BR /&gt;
I have 2 date variables like start date and drop date.........so here i would like to create a new variable which is going to have both start and drop dates together as data values.&lt;BR /&gt;
So could you please help me how to derive teh new variable in information map studio in order to achieve this?&lt;BR /&gt;
&lt;BR /&gt;
Please respond.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sri</description>
      <pubDate>Mon, 14 Feb 2011 18:04:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9478#M30</guid>
      <dc:creator>srisai</dc:creator>
      <dc:date>2011-02-14T18:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Information Map Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9479#M31</link>
      <description>Hi:&lt;BR /&gt;
  I don't understand what you mean when you say " i would like to create a new variable which is going to have both start and drop dates together as data values."&lt;BR /&gt;
 &lt;BR /&gt;
  Usually date variables are numeric variables that hold 1 value -- the number of days since Jan 1, 1960 (the SAS "internal" value of 0). So if you have this data:&lt;BR /&gt;
[pre]&lt;BR /&gt;
Start    Drop&lt;BR /&gt;
-3334      0     (Internally Stored Values)&lt;BR /&gt;
[/pre]                      &lt;BR /&gt;
The start date would represent Nov 15, 1950  and the drop date would represent Jan 1, 1960 for those two separate internally stored date variables. &lt;BR /&gt;
&lt;BR /&gt;
How would you envision creating 1 new variable from 2 variables??? What would the new variable look like? Would it represent the number of days between the start date and the drop date? Would it be a numeric variable or a character variable??? Can you use the two dates above and show what your new variable would look like?? Can you explain how you would use this new variable that somehow "had both dates together as data values"??&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 14 Feb 2011 18:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9479#M31</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-02-14T18:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Information Map Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9480#M32</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
It looks like my explanation confusing you. I just gave that as a sample explanation.&lt;BR /&gt;
Here is the brief description below,&lt;BR /&gt;
&lt;BR /&gt;
I have two variables in the dataset&lt;BR /&gt;
1 call date&lt;BR /&gt;
2 login date&lt;BR /&gt;
&lt;BR /&gt;
so here i need to derive a new variable based on these call date and login date coulumns.&lt;BR /&gt;
My derivation is like this,&lt;BR /&gt;
&lt;BR /&gt;
if call date ne . then newvariable = call date&lt;BR /&gt;
if login date ne . then newvariable = login date&lt;BR /&gt;
&lt;BR /&gt;
So i would like to derive the new variable in information map studio not in SAS/EG.&lt;BR /&gt;
Hope it understand and if not let me know.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sri</description>
      <pubDate>Mon, 14 Feb 2011 19:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9480#M32</guid>
      <dc:creator>srisai</dc:creator>
      <dc:date>2011-02-14T19:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Information Map Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9481#M33</link>
      <description>You could create a new data item of type Date that is based on a case statement.  For example, a case statement could looke like the following:&lt;BR /&gt;
&lt;BR /&gt;
case when &amp;lt;&amp;lt;table.date1&amp;gt;&amp;gt; ne . then &amp;lt;&amp;lt;table.date1&amp;gt;&amp;gt; else &amp;lt;&amp;lt;table.date2&amp;gt;&amp;gt; end</description>
      <pubDate>Mon, 14 Feb 2011 19:47:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9481#M33</guid>
      <dc:creator>TSBruce</dc:creator>
      <dc:date>2011-02-14T19:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Information Map Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9482#M34</link>
      <description>Hey........&lt;BR /&gt;
&lt;BR /&gt;
Thank you so much..........case statement working fine......&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Sri</description>
      <pubDate>Mon, 14 Feb 2011 19:50:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Doubt-in-Information-Map-Studio/m-p/9482#M34</guid>
      <dc:creator>srisai</dc:creator>
      <dc:date>2011-02-14T19:50:39Z</dc:date>
    </item>
  </channel>
</rss>

