<?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>skillman Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>skillman Tracker</description>
    <pubDate>Thu, 14 May 2026 14:10:03 GMT</pubDate>
    <dc:date>2026-05-14T14:10:03Z</dc:date>
    <item>
      <title>Re: Using measures in list or dropdown controls.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-measures-in-list-or-dropdown-controls/m-p/251152#M3409</link>
      <description>&lt;P&gt;Ashwani,&lt;/P&gt;
&lt;P&gt;The filters allow you to use the list box (which only supports categories) and translates your selection in the list box to a measure that would appear in a report object. In my example, I have a&amp;nbsp;drop-down list which depending on the value selected pushes different categories to a line chart. Choosing Business Unit of 'CCE' forces the line chart to show status 'B' &amp;amp; 'A', otherwise if nothing is chosen, default the list chart to show status 'N'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can setup your&amp;nbsp;filter and line chart the same way. If Profit is selected, show 'Profit' in the line chart. If Cost is selected show only 'Cost'&amp;nbsp;&lt;SPAN&gt;in the line chart. If both 'Profit' and 'Cost' are chosen then begin adding multiple categories based on the selection&amp;nbsp;to the line chart.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have data you can share I can replicate this in VA for you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-shawn&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 14:55:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-measures-in-list-or-dropdown-controls/m-p/251152#M3409</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2016-02-19T14:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: VA 7.2 how to get a timestamp of last refresh (dataset) into your report</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/VA-7-2-how-to-get-a-timestamp-of-last-refresh-dataset-into-your/m-p/201468#M1750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my environment the LASR load pulls the most recent data from views in Oracle with a predefined prefix. In those views I have a column titled "Refresh Date" and the value is sysdate. When the views are queried the "Refresh Date" column automatically gets the value of the current timestamp in Oracle. This works great for us and any user can look at the "Refresh Date" column in VA to see when the data was last updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 12:36:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/VA-7-2-how-to-get-a-timestamp-of-last-refresh-dataset-into-your/m-p/201468#M1750</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-08-18T12:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display result in a textbox</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Display-result-in-a-textbox/m-p/200531#M1733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a table and hide the vertical and horizontal lines and show only one cell. This cell would be populated with the sum of sales value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 19:56:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Display-result-in-a-textbox/m-p/200531#M1733</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-08-17T19:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: link items selected in a filter to text</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/link-items-selected-in-a-filter-to-text/m-p/197727#M1673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you looked into parameters and a list table? In the filters set the parameter and in the list table your advanced filter would be set to equal the value (parameter) in the filter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/link-items-selected-in-a-filter-to-text/m-p/197727#M1673</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-07-09T12:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: To compare two input files in Data Management Studio 2.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/To-compare-two-input-files-in-Data-Management-Studio-2-4/m-p/193921#M4120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code I supplied essentially created a user-defined function vs. using an existing function. Creating a user-defined function can enable the users to see what is happening behind the scenes with the pattern() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Either way will work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 20:54:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/To-compare-two-input-files-in-Data-Management-Studio-2-4/m-p/193921#M4120</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-06-26T20:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change date format</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Change-date-format/m-p/214265#M5096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What software are you using? Base SAS, Enterprise Guide, SAS Data Management, SAS Data Integration, etc.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 20:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Change-date-format/m-p/214265#M5096</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-06-25T20:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Computing scoring of Business Rules using Expression node in SAS DataFlux DMP</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Computing-scoring-of-Business-Rules-using-Expression-node-in-SAS/m-p/211168#M4951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ronny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the data type to a 'real' and you will get the precision you are expecting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;real Score&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Score = No of Triggers \ No of Rows Processed&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 16:14:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Computing-scoring-of-Business-Rules-using-Expression-node-in-SAS/m-p/211168#M4951</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-06-22T16:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: To compare two input files in Data Management Studio 2.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/To-compare-two-input-files-in-Data-Management-Studio-2-4/m-p/193918#M4117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shah,&lt;/P&gt;&lt;P&gt;I just used the j&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;ob specific data node for demonstration purposes. If you replace this with your data inputs, assuming the column names are the same, the logic will work as expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression logic used in the 'Field Profile' node:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Pre-Expression */&lt;/P&gt;&lt;P&gt;hidden real field_length&lt;/P&gt;&lt;P&gt;hidden integer cnt&lt;/P&gt;&lt;P&gt;string char_type&lt;/P&gt;&lt;P&gt;cnt = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field_length = len(`JC`)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;char_type = ''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;while cnt &amp;lt;= field_length&lt;/P&gt;&lt;P&gt;&amp;nbsp; begin&lt;/P&gt;&lt;P&gt;&amp;nbsp; if isnumber(mid(`JC`, cnt, 1))&lt;/P&gt;&lt;P&gt;&amp;nbsp; char_type = char_type &amp;amp; ' ' &amp;amp; 'numeric'&lt;/P&gt;&lt;P&gt;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp; char_type = char_type &amp;amp; ' ' &amp;amp; 'alpha'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; cnt = cnt + 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; end&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;cnt = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;What this &lt;/SPAN&gt;expression&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; does is loop through the entire value to determine if you have all numeric, all alpha or a mix (alphanumeric). Because your input (the JC Column) can be characters or numeric the column type is set to a character (string) field. You must look at a profile of the field's value instead of the field type based on your requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: shawn skillman&#xD;
&#xD;
Unable to reattach the DDF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 13:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/To-compare-two-input-files-in-Data-Management-Studio-2-4/m-p/193918#M4117</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-06-10T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: To compare two input files in Data Management Studio 2.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/To-compare-two-input-files-in-Data-Management-Studio-2-4/m-p/193916#M4115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shah,&lt;/P&gt;&lt;P&gt;Here is a solution in DM Studio. This solution works regardless of the field type on the input table. It scans each character and creates a profile of the field (JC). The data is joined and then an expression identifies where the field profile is different and outputs that data. The expression is quite simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;`char_type_prev` != `char_type_curr`&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="10773" alt="2015-06-09 09_17_59-DataFlux Data Management Studio 2.3.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10773_2015-06-09 09_17_59-DataFlux Data Management Studio 2.3.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="10774" alt="2015-06-09 09_19_42-DataFlux Data Management Studio 2.3.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10774_2015-06-09 09_19_42-DataFlux Data Management Studio 2.3.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data job is also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 13:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/To-compare-two-input-files-in-Data-Management-Studio-2-4/m-p/193916#M4115</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-06-09T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: DataFlux Data Management Studio 2.6 Table Profiling Error -&gt; Task:  Analyse Table -&gt; Error: Frequency distribution engine failed to initialize: failed to allocate memory</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-Data-Management-Studio-2-6-Table-Profiling-Error-gt/m-p/218628#M5339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how may records are in the table? Try removing some of the metrics, if they are not needed. Frequency and Pattern Frequency Distribution can use more memory than other metrics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 16:57:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-Data-Management-Studio-2-6-Table-Profiling-Error-gt/m-p/218628#M5339</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-05-27T16:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a view in a sql database using Proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Creating-a-view-in-a-sql-database-using-Proc-SQL/m-p/214931#M5164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This explicit pass-through SQL (vs implicit in your original post) works fine for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC SQL;&lt;/P&gt;&lt;P&gt; connect to oracle (path='' user='' password='');&lt;/P&gt;&lt;P&gt;execute( create view LEAD_ACCOUNT_V as&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;from "Lead_Account"&lt;/P&gt;&lt;P&gt;) by Oracle;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 16:26:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Creating-a-view-in-a-sql-database-using-Proc-SQL/m-p/214931#M5164</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-05-14T16:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: String limitation of 255 characters in Global Function/UDF of Data Management Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/String-limitation-of-255-characters-in-Global-Function-UDF-of/m-p/207551#M4731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct that the in stating that string symbols may be declared with a size. If you assign a value to a string symbol, it is truncated/increated to this size. If you do not specific a size, 255 is used by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an example from the Expression Reference document for format of setting the string size:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;string(20) person&lt;/P&gt;&lt;P&gt;integer x&lt;/P&gt;&lt;P&gt;integer y&lt;/P&gt;&lt;P&gt;integer age&lt;/P&gt;&lt;P&gt;Age=10&lt;/P&gt;&lt;P&gt;if Age &amp;lt; 20 then&lt;/P&gt;&lt;P&gt;person="child"&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;person="adult"&lt;/P&gt;&lt;P&gt;if Age==10&lt;/P&gt;&lt;P&gt;begin&lt;/P&gt;&lt;P&gt;x=50&lt;/P&gt;&lt;P&gt;y=20&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;// nested if/else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 15:34:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/String-limitation-of-255-characters-in-Global-Function-UDF-of/m-p/207551#M4731</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-05-01T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Question to include value '0' as prefix for the field values in Data Management Studio 2.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Question-to-include-value-0-as-prefix-for-the-field-values-in/m-p/203114#M4501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a SAS Data Management Expression code. The original poster asked for help within SAS Data Management Studio, and this was exactly what he wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Question-to-include-value-0-as-prefix-for-the-field-values-in/m-p/203114#M4501</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-04-27T12:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question to convert the field type in Data Management Studio 2.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Re-Question-to-convert-the-field-type-in-Data-Management-Studio/m-p/202929#M4484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was answered here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="269845" __jive_macro_name="message" class="jive_macro jive_macro_message" href="https://communities.sas.com/" modifiedtitle="true" title="Re: Question to include value '0' as prefix for the field values in Data Management Studio 2.4"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but to save you a click here is the solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;/* Pre-processing Expression*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;string desired_output&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;hidden integer i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;desired_output = ''&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;i = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;/*Expression*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;if len(`COCD`) &amp;lt; 4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; begin&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; desired_output = `COCD`&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; while i &amp;lt;&amp;nbsp; (4 - len(`COCD`))&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; begin&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; desired_output = '0' &amp;amp; desired_output&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; i = i + 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; end&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; end&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;else&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; desired_output = `COCD`&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp; i = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/servlet/JiveServlet/showImage/2-269845-10155/dm_expression.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0e66ba;"&gt;&lt;IMG alt="dm_expression.png" class="jive-image jiveImage" height="207" src="https://communities.sas.com/legacyfs/online/10156_dm_expression.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;" width="207" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 17:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Re-Question-to-convert-the-field-type-in-Data-Management-Studio/m-p/202929#M4484</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-04-24T17:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question to include value '0' as prefix for the field values in Data Management Studio 2.4</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Question-to-include-value-0-as-prefix-for-the-field-values-in/m-p/203110#M4497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression will give you what you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Pre-processing Expression*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;string desired_output&lt;/P&gt;&lt;P&gt;hidden integer i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;desired_output = ''&lt;/P&gt;&lt;P&gt;i = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*Expression*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if len(`COCD`) &amp;lt; 4&lt;/P&gt;&lt;P&gt;&amp;nbsp; begin&lt;/P&gt;&lt;P&gt;&amp;nbsp; desired_output = `COCD`&lt;/P&gt;&lt;P&gt;&amp;nbsp; while i &amp;lt;&amp;nbsp; (4 - len(`COCD`))&lt;/P&gt;&lt;P&gt;&amp;nbsp; begin&lt;/P&gt;&lt;P&gt;&amp;nbsp; desired_output = '0' &amp;amp; desired_output &lt;/P&gt;&lt;P&gt;&amp;nbsp; i = i + 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; end&lt;/P&gt;&lt;P&gt;&amp;nbsp; end&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&amp;nbsp; desired_output = `COCD`&lt;/P&gt;&lt;P&gt;&amp;nbsp; i = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dm_expression.png" class="jive-image jiveImage" src="https://communities.sas.com/legacyfs/online/10155_dm_expression.png" style="font-size: 13.3333330154419px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 17:14:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Question-to-include-value-0-as-prefix-for-the-field-values-in/m-p/203110#M4497</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-04-24T17:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum with grouped variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Cumulative-Sum-with-grouped-variables/m-p/201579#M50349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should give you close to what I think you want based on your description:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;create table want as &lt;/P&gt;&lt;P&gt;select &lt;/P&gt;&lt;P&gt;&amp;nbsp; storeid,&lt;/P&gt;&lt;P&gt;&amp;nbsp; productcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; productsubcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; days,&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(sold) as cum_sold&lt;/P&gt;&lt;P&gt;from &lt;/P&gt;&lt;P&gt;&amp;nbsp; have&lt;/P&gt;&lt;P&gt;group by&lt;/P&gt;&lt;P&gt;&amp;nbsp; storeid,&lt;/P&gt;&lt;P&gt;&amp;nbsp; productcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; productsubcode,&lt;/P&gt;&lt;P&gt;&amp;nbsp; days;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 16:28:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Cumulative-Sum-with-grouped-variables/m-p/201579#M50349</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-04-22T16:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic header for the Line chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamic-header-for-the-Line-chart/m-p/193037#M1465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swapna,&lt;/P&gt;&lt;P&gt;You could also create an interaction between your list table and a second list table that is formatted to appear like a header:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="il.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10002_il.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="nc.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10003_nc.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 14:44:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Dynamic-header-for-the-Line-chart/m-p/193037#M1465</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-04-10T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use the Data Panel for SAS Visual Analytics?</title>
      <link>https://communities.sas.com/t5/SAS-Communities-Library/How-do-you-use-the-Data-Panel-for-SAS-Visual-Analytics/tac-p/223715#M576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13.3333330154419px; background-color: #ffffff;"&gt;1) I n&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333320617676px; color: #000000; background-color: #ffffff;"&gt;ever change the grouping. &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 13.3333330154419px; background-color: #ffffff;"&gt;I always use ‘by classification.’&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:56:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Communities-Library/How-do-you-use-the-Data-Panel-for-SAS-Visual-Analytics/tac-p/223715#M576</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-04-02T12:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate charaters and numerics by using Data FLux</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/How-to-separate-charaters-and-numerics-by-using-Data-FLux/m-p/214797#M5156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a solution which will loop through the whole input string and pick the values that are numeric or characters and assign them to a temp variable until the end of the loop. Also see attached:&lt;IMG alt="parsing_02APR15.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9862_parsing_02APR15.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pre-Processing Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hidden string temp_string_num &lt;/P&gt;&lt;P&gt;real string_Num&lt;/P&gt;&lt;P&gt;hidden string temp_string_char&lt;/P&gt;&lt;P&gt;string string_char&lt;/P&gt;&lt;P&gt;hidden integer cnt&lt;/P&gt;&lt;P&gt;hidden integer i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;string_Num = 0&lt;/P&gt;&lt;P&gt;temp_string_num = ''&lt;/P&gt;&lt;P&gt;temp_string_char = ''&lt;/P&gt;&lt;P&gt;string_char = ''&lt;/P&gt;&lt;P&gt;cnt = 0&lt;/P&gt;&lt;P&gt;i = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cnt = len(`input_string`)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; while i &amp;lt;= cnt&lt;/P&gt;&lt;P&gt;begin &lt;/P&gt;&lt;P&gt;&amp;nbsp; if isnumber(mid(`input_string`, i, 1)) == true&lt;/P&gt;&lt;P&gt;&amp;nbsp; temp_string_num = temp_string_num &amp;amp; mid(`input_string`, i, 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp; temp_string_char = temp_string_char &amp;amp; mid(`input_string`, i, 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; i = i + 1&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;i = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;string_num = temp_string_num&lt;/P&gt;&lt;P&gt;string_char = temp_string_char&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 12:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/How-to-separate-charaters-and-numerics-by-using-Data-FLux/m-p/214797#M5156</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-04-02T12:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display label with values.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Display-label-with-values/m-p/211638#M2183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashwani,&lt;/P&gt;&lt;P&gt;Does this data exist in a data source? If so, you could use a list table and filter the table to show only those labels and respective value pairs. Also, remove the header and the grids on the list table to make it more visually appealing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 12:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Display-label-with-values/m-p/211638#M2183</guid>
      <dc:creator>skillman</dc:creator>
      <dc:date>2015-03-27T12:56:20Z</dc:date>
    </item>
  </channel>
</rss>

