<?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>Nascif_SAS Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>Nascif_SAS Tracker</description>
    <pubDate>Wed, 13 May 2026 14:14:51 GMT</pubDate>
    <dc:date>2026-05-13T14:14:51Z</dc:date>
    <item>
      <title>Re: Using New Calculated Data Items in Exploration SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-New-Calculated-Data-Items-in-Exploration-SAS-VA/m-p/136784#M45</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this particular aggregated measure you also need a category in your visualization. That is what will indicate what the measure is being aggregated over.&lt;/P&gt;&lt;P&gt;So you can use it in a bar chart, for example, but not in a scatter plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a crosstab, you need to specify the category as well - just the measure is not sufficient. It will give you a single value for the whole dataset, probably not what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What visualization you are trying to create with it? Can you try to reproduce the ones I created above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 13:46:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-New-Calculated-Data-Items-in-Exploration-SAS-VA/m-p/136784#M45</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-08-05T13:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using New Calculated Data Items in Exploration SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-New-Calculated-Data-Items-in-Exploration-SAS-VA/m-p/136782#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Which version of VA you're using? This might not have been possible in earlier versions but below is an example created with 6.4.&lt;IMG alt="bar_of_dcount.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/6971_bar_of_dcount.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 19:51:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Using-New-Calculated-Data-Items-in-Exploration-SAS-VA/m-p/136782#M43</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-08-01T19:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Finding No of Days between two dates in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-No-of-Days-between-two-dates-in-SAS-VA/m-p/153709#M624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A bit of a tangent to the original question, but I think it is valuable to share. I see all the responses showing how to create expressions to address the original question - but they are being shared as screenshots. Did you know you can also share them in their Text version - which not only you can modify directly, as if you were authoring code or SQL, but also copy and past between VA instances?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example. I have been working on the expression below, which is similar to the ones above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="6965" alt="query_visual.png" class="jive-image-thumbnail jive-image jiveImage" src="https://communities.sas.com/legacyfs/online/6965_query_visual.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now I will switch to its Text version. Just click on the tab at the top right of the editing area:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="6966" alt="query_text.png" class="jive-image-thumbnail jive-image jiveImage" src="https://communities.sas.com/legacyfs/online/6966_query_text.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Next, right-click on it, select all and copy to the clipboard:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="6967" alt="query_copy.png" class="jive-image-thumbnail jive-image jiveImage" src="https://communities.sas.com/legacyfs/online/6967_query_copy.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;And here is the final result, as text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( 'Open+'n NotIn ('CLOSED') ) AND ( ( Year(DatePart(Now())) - Year('Date Opened'n) ) &amp;lt;= 'YearHorizon'p )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your dataset has matching columns, you can re-create my expression simply by going into a new expression editor and pasting the text above in the Text editing area. Or you can paste it and change variable names to match your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even keep a file with my favorite expressions that I re-use in different reports and explorations.&lt;/P&gt;&lt;P&gt;Give it a try!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 19:30:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-No-of-Days-between-two-dates-in-SAS-VA/m-p/153709#M624</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-08-01T19:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Geomap - link different cities/countries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geomap-link-different-cities-countries/m-p/136538#M38</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just beat me to it! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 02:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geomap-link-different-cities-countries/m-p/136538#M38</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-03-18T02:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geomap - link different cities/countries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Geomap-link-different-cities-countries/m-p/136535#M35</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example combining network analysis can be combined with network visualization over maps in the SAS Visual Analytics Explorer.&lt;/P&gt;&lt;P&gt;We will be discussing this at the SAS Global Forum 2014 in Washington D.C.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="states_migration_brushing.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/5736_states_migration_brushing.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 23:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Geomap-link-different-cities-countries/m-p/136535#M35</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-03-16T23:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: LASR FULL FORM</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-FULL-FORM/m-p/167842#M951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinesh,&lt;/P&gt;&lt;P&gt;Could you be more specific? What do you mean by "full form"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2014 16:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-FULL-FORM/m-p/167842#M951</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-02-09T16:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to set up a non-english Stop List for Text Analysis</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-set-up-a-non-english-Stop-List-for-Text-Analysis/m-p/162319#M854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;You need also to load your new stop list in the Visual Analytics Data Builder by clicking Tools\Load Text Analytics Stop List: then accept the defaults when they come up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;Note however that currently VA Text Analytics supports only the English language. Changing the stop list won't help with that because there are language-specific features of the text analysis (identifying entities, dealing with declination, etc) that are not affected by that change.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; background-color: #ffffff;"&gt;&amp;nbsp; Nascif&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 19:29:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-set-up-a-non-english-Stop-List-for-Text-Analysis/m-p/162319#M854</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-02-04T19:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: How might I display a PDF in VA that is stored as binary data?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150910#M519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not at all @Quentin. We are looking for ways to leverage stored processes even more in VA. Suggestions and ideas are welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2014 02:57:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150910#M519</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-01-31T02:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: How might I display a PDF in VA that is stored as binary data?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150908#M517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VA doesn't support binary files like PDFs natively, but it can create data-driven URLs that you can leverage to display your PDFs.&lt;/P&gt;&lt;P&gt;I would keep the PDF files in a separate table, accessible by a stored process - or even as static files in a directory visible to your web browser.&lt;/P&gt;&lt;P&gt;Then on the table you will load in VA, instead of the PDF content store a corresponding unique name.&lt;/P&gt;&lt;P&gt;You can then use that unique name to create data-driven links in your report, that when clicked by the user will call the stored process that retrieves the file (as described by @Quentin) or directly download them as a static file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 15:31:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-might-I-display-a-PDF-in-VA-that-is-stored-as-binary-data/m-p/150908#M517</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-01-30T15:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Pareto Chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-Pareto-Chart/m-p/147545#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the UI screenshot I can tell you are using the VA Explorer. Peter's suggestion of using a Bar-Line would require you to switch to the VA Designer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The missing piece to get a Pareto chart is to calculate the cumulative totals. As of the current release, VA can't do this calculation for generic categories; only for dates. This is something we are likely to add in a future version though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 16:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-create-a-Pareto-Chart/m-p/147545#M407</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-01-21T16:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I edit filter in SAS VA?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144914#M267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried "(Date &amp;lt; 1 Apr 2013)" AND (Date &amp;gt; 30 Apr 2013)" ?&lt;/P&gt;&lt;P&gt;Which version of VA you're using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 15:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-do-I-edit-filter-in-SAS-VA/m-p/144914#M267</guid>
      <dc:creator>Nascif_SAS</dc:creator>
      <dc:date>2014-01-17T15:18:42Z</dc:date>
    </item>
  </channel>
</rss>

