<?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 Visualizing the information of a dynamically flagged customer in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visualizing-the-information-of-a-dynamically-flagged-customer/m-p/205555#M1933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have customer_database dataset as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Quantity&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to Flag these customers as "Risky Customers" based on a user selected filter on Category, and then display a table similar to the above one, for only the risky patients and ALL his categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the method I followed was as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Since I'm using the category column both for filtering and in the final detailed table, I cannot use the same data set for both the jobs. Thus I created a duplicate of the customer_database, say customer_filter.&lt;/P&gt;&lt;P&gt;2. I created the filter/control as well as an intermediate table (which is kind of hidden) in VA using this customer_filter dataset. In the intermediate table, I have Customer,sum by Quantity (aggregated) and Risk_Flag (aggregated) which are interacted with the Filter.&lt;/P&gt;&lt;P&gt;3. I created the final table with Customer, Category and Quantity from customer_database and interacting with the intermediate table via Customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I don't select anything (Clear All) in the intermediate table, I'm seeing Customers who aren't Risky in the final table. If I 'Select All' in intermediate table, I'm getting only the Risky patients in final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate if anyone suggests me an alternative method or correction in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 10:54:30 GMT</pubDate>
    <dc:creator>rama_challa_corecompete_com</dc:creator>
    <dc:date>2015-08-24T10:54:30Z</dc:date>
    <item>
      <title>Visualizing the information of a dynamically flagged customer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visualizing-the-information-of-a-dynamically-flagged-customer/m-p/205555#M1933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have customer_database dataset as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Category&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Quantity&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to Flag these customers as "Risky Customers" based on a user selected filter on Category, and then display a table similar to the above one, for only the risky patients and ALL his categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the method I followed was as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Since I'm using the category column both for filtering and in the final detailed table, I cannot use the same data set for both the jobs. Thus I created a duplicate of the customer_database, say customer_filter.&lt;/P&gt;&lt;P&gt;2. I created the filter/control as well as an intermediate table (which is kind of hidden) in VA using this customer_filter dataset. In the intermediate table, I have Customer,sum by Quantity (aggregated) and Risk_Flag (aggregated) which are interacted with the Filter.&lt;/P&gt;&lt;P&gt;3. I created the final table with Customer, Category and Quantity from customer_database and interacting with the intermediate table via Customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if I don't select anything (Clear All) in the intermediate table, I'm seeing Customers who aren't Risky in the final table. If I 'Select All' in intermediate table, I'm getting only the Risky patients in final table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate if anyone suggests me an alternative method or correction in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 10:54:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visualizing-the-information-of-a-dynamically-flagged-customer/m-p/205555#M1933</guid>
      <dc:creator>rama_challa_corecompete_com</dc:creator>
      <dc:date>2015-08-24T10:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Visualizing the information of a dynamically flagged customer</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Visualizing-the-information-of-a-dynamically-flagged-customer/m-p/228319#M2626</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i'm not sure how "risk filter' is working. Is this just manual selection of group of customers, or additional category in the table?&lt;/P&gt;
&lt;P&gt;Could you describe this in more datailed way? Maybe addinional printscreen or table?&lt;/P&gt;
&lt;P&gt;Robert R.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2015 13:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Visualizing-the-information-of-a-dynamically-flagged-customer/m-p/228319#M2626</guid>
      <dc:creator>RR2809</dc:creator>
      <dc:date>2015-10-03T13:55:53Z</dc:date>
    </item>
  </channel>
</rss>

