<?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: View unformatted valus in SEG Data View in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638116#M35825</link>
    <description>&lt;P&gt;It is surely a good reason for a SAS Software Ballot idea.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2020 15:43:20 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-04-07T15:43:20Z</dc:date>
    <item>
      <title>View unformatted values in SEG Data View</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638047#M35820</link>
      <description>&lt;P&gt;I must be going blind: I can't find a way to turn off formats in SEG data view.&amp;nbsp; Similar to the option to view variable &lt;STRONG&gt;names&lt;/STRONG&gt; versus &lt;STRONG&gt;labels,&lt;/STRONG&gt; can I toggle between &lt;STRONG&gt;formatted&lt;/STRONG&gt; and &lt;STRONG&gt;unformatted&lt;/STRONG&gt; display? I am looking at a list of 30 formatted numbers and want to use the WHERE filter in the data viewer but, to do that, I need to know the underlying number not the formatted name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SEG 7.1 in case that matters.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 15:26:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638047#M35820</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2020-04-07T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: View unformatted valus in SEG Data View</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638051#M35821</link>
      <description>&lt;P&gt;AFAIK, the SAS Viewtable windows always show the formatted values. But it is not so hard to define a format-less view:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
value $sex
  "F" = "Female"
  "M" = "Male"
;
run;

data class;
set sashelp.class;
format sex $sex.;
run;

data class2/view=class2;
set class;
format _all_;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Apr 2020 14:12:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638051#M35821</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-04-07T14:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: View unformatted valus in SEG Data View</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638102#M35823</link>
      <description>Thanks Kurt.  A view is a possibility.  If you enter the data-edit mode in the data viewer and double-click on any cell, the value under the format shows up too.  It's just a bit of a pain to do that in many cases.  In my example, I suspected that the items are not sorted in ascending order of the underlying values.  That required me to click on each of the 30 cells or resort to other tricks.  It would be nice if SAS included a simple toggle switch to turn formats on and off as needed.</description>
      <pubDate>Tue, 07 Apr 2020 15:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638102#M35823</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2020-04-07T15:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: View unformatted valus in SEG Data View</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638116#M35825</link>
      <description>&lt;P&gt;It is surely a good reason for a SAS Software Ballot idea.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 15:43:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638116#M35825</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-04-07T15:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: View unformatted valus in SEG Data View</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638126#M35827</link>
      <description>Done!</description>
      <pubDate>Tue, 07 Apr 2020 16:13:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/View-unformatted-values-in-SEG-Data-View/m-p/638126#M35827</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2020-04-07T16:13:38Z</dc:date>
    </item>
  </channel>
</rss>

