<?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: Finding delta. in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559721#M12494</link>
    <description>So, in 8.3 we have a operator called AggregateCells that might do what you want with regard to each cell and the one above it.&lt;BR /&gt;&lt;BR /&gt;Calculating the difference between Sch and Act everywhere is easy if you do something like Abs(Sch - Act). Assuming you want it to be the absolute value?&lt;BR /&gt;&lt;BR /&gt;From what I understand, the dates shouldn't be involved in your calculated item because they are acting as a filter.</description>
    <pubDate>Fri, 17 May 2019 16:58:45 GMT</pubDate>
    <dc:creator>Sam_SAS</dc:creator>
    <dc:date>2019-05-17T16:58:45Z</dc:date>
    <item>
      <title>Finding delta.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/558885#M12475</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell me How can i achieve following Results :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to show the delta records which mean when i click on 22 it will display 25 -22 =3 records.&lt;/P&gt;&lt;P&gt;The issue is here that when i use slider i wont allow me to drill down missing values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Delta.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29537i49A6C8415031676F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Delta.PNG" alt="Delta.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 12:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/558885#M12475</guid>
      <dc:creator>ASHISH2525</dc:creator>
      <dc:date>2019-05-15T12:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Finding delta.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559703#M12492</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give us some more details about what you want to calculate?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want to calculate the difference between Sch and Act? Do you want to calculate the difference between each cell and the one above it in the table? Do you want to calculate something based on a date variable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not clear how the slider control is related to your crosstab.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, can you tell us which version of VA are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 15:45:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559703#M12492</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-05-17T15:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Finding delta.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559718#M12493</link>
      <description>Hi Sam,&lt;BR /&gt;&lt;BR /&gt;I am using visual Analytics 7.4.&lt;BR /&gt;&lt;BR /&gt;Yes i want to calculate the difference between Sch and Act &amp;amp; the difference between each cell and the one above it in the table.&lt;BR /&gt;&lt;BR /&gt;I also want to show those records which are creating difference &amp;amp; these calculations are based on a date which I have used in slider. This date is basically assigning date for the record That if the record is act or sch ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ashish</description>
      <pubDate>Fri, 17 May 2019 16:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559718#M12493</guid>
      <dc:creator>ASHISH2525</dc:creator>
      <dc:date>2019-05-17T16:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Finding delta.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559721#M12494</link>
      <description>So, in 8.3 we have a operator called AggregateCells that might do what you want with regard to each cell and the one above it.&lt;BR /&gt;&lt;BR /&gt;Calculating the difference between Sch and Act everywhere is easy if you do something like Abs(Sch - Act). Assuming you want it to be the absolute value?&lt;BR /&gt;&lt;BR /&gt;From what I understand, the dates shouldn't be involved in your calculated item because they are acting as a filter.</description>
      <pubDate>Fri, 17 May 2019 16:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559721#M12494</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-05-17T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Finding delta.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559750#M12497</link>
      <description>Exactly agree with you that date slider actually acting as filter.&lt;BR /&gt;If somewhere date is missing for sch or act then slider doesn't allow to include that. Is there anywork around to overcome this ?</description>
      <pubDate>Fri, 17 May 2019 18:30:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559750#M12497</guid>
      <dc:creator>ASHISH2525</dc:creator>
      <dc:date>2019-05-17T18:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Finding delta.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559756#M12498</link>
      <description>&lt;P&gt;Are you saying that you can't assign a date variable to a slider if the date variable contains missing values?&lt;BR /&gt;&lt;BR /&gt;I don't have a good data set handy to test this, but I could try to create one if you can confirm that is the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 18:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559756#M12498</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-05-17T18:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Finding delta.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559758#M12499</link>
      <description>No. I can assign but I meant to say that suppose a sch or act contains it's date as missing then those records with missing date do not appear in cross tab I interact cross tab with slider.</description>
      <pubDate>Fri, 17 May 2019 19:03:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559758#M12499</guid>
      <dc:creator>ASHISH2525</dc:creator>
      <dc:date>2019-05-17T19:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Finding delta.</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559765#M12500</link>
      <description>&lt;P&gt;Ahh! I see. For the objects that are filtered by the date slider, you don't see any values where the date is missing.&lt;BR /&gt;&lt;BR /&gt;I'm not sure how to work around this, unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have the other part of your question resolved, calculating the difference between act and sch?&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 19:18:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Finding-delta/m-p/559765#M12500</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-05-17T19:18:29Z</dc:date>
    </item>
  </channel>
</rss>

