<?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 Filter a list table by the selection in an other list table in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/427992#M9133</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS Visual Analytics 7.2 and I have a question about the filter interaction between a list table and a list. My list table filters my list that contains one of the columns/variables from the list table. Now, when I use this list to filter a second list table that also contains the column/variable from the list,&amp;nbsp;the second list table is not only filtered by the chosen value from the list, but the entire selected row in the first list table is passed through as a filter. I will try to explain my problem with a simple example. Let the first list table be given by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Age &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sex&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pete &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;21 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;Rose &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&lt;/P&gt;&lt;P&gt;Hank &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;Jenny &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;67 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&amp;nbsp;&lt;/P&gt;&lt;P&gt;James &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, this list table is linked to a list containing the variable &lt;STRONG&gt;Sex&lt;/STRONG&gt;, and when I select the first row of the list table (Pete), I want to obtain the value for the variable &lt;STRONG&gt;Sex&lt;/STRONG&gt; of that row, which is M, and use this as a filter for the second list table that for example looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Age &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sex&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Holly &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 33 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&lt;/P&gt;&lt;P&gt;Pete &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;21 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;Rose &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&lt;/P&gt;&lt;P&gt;Hank &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;Jenny &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;67 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&amp;nbsp;&lt;/P&gt;&lt;P&gt;James &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the selection in the first list table to filter on the variable &lt;STRONG&gt;Sex&amp;nbsp;&lt;/STRONG&gt;in the second list table. So, if I select the row for Pete in the first list table, I want to have all the rows with&amp;nbsp;&lt;STRONG&gt;Sex&lt;/STRONG&gt; equal to M in the second list table. My idea was to place a list containing the variable &lt;STRONG&gt;Sex &lt;/STRONG&gt;between the two list tables. Then by selecting Pete in the first list table, which is linked to the list, I have that in the list for&amp;nbsp;&lt;STRONG&gt;Sex&lt;/STRONG&gt; only M is selected. Then, I would think that by linking this list to my second list table, it would filter the second list table on&amp;nbsp;&lt;STRONG&gt;Sex&amp;nbsp;&lt;/STRONG&gt;= M, however, it filters on all the information on the row for Pete, hence it only shows the exact same row (Pete) in the second list table, instead of all rows with&amp;nbsp;&lt;STRONG&gt;Sex&lt;/STRONG&gt; = M. Now, my question: Is it possible to select a row in a list table, and use only the value of one particular column/variable of that row which can be used to filter another list table (containing this same column/variable).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope my explanation is clear enough and you guys know a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jan 2018 12:59:55 GMT</pubDate>
    <dc:creator>mbosma</dc:creator>
    <dc:date>2018-01-16T12:59:55Z</dc:date>
    <item>
      <title>Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/427992#M9133</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS Visual Analytics 7.2 and I have a question about the filter interaction between a list table and a list. My list table filters my list that contains one of the columns/variables from the list table. Now, when I use this list to filter a second list table that also contains the column/variable from the list,&amp;nbsp;the second list table is not only filtered by the chosen value from the list, but the entire selected row in the first list table is passed through as a filter. I will try to explain my problem with a simple example. Let the first list table be given by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Age &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sex&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pete &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;21 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;Rose &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&lt;/P&gt;&lt;P&gt;Hank &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;Jenny &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;67 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&amp;nbsp;&lt;/P&gt;&lt;P&gt;James &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, this list table is linked to a list containing the variable &lt;STRONG&gt;Sex&lt;/STRONG&gt;, and when I select the first row of the list table (Pete), I want to obtain the value for the variable &lt;STRONG&gt;Sex&lt;/STRONG&gt; of that row, which is M, and use this as a filter for the second list table that for example looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Age &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sex&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Holly &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 33 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&lt;/P&gt;&lt;P&gt;Pete &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;21 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;Rose &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&lt;/P&gt;&lt;P&gt;Hank &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 45 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;Jenny &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;67 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; F&amp;nbsp;&lt;/P&gt;&lt;P&gt;James &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 23 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; M&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the selection in the first list table to filter on the variable &lt;STRONG&gt;Sex&amp;nbsp;&lt;/STRONG&gt;in the second list table. So, if I select the row for Pete in the first list table, I want to have all the rows with&amp;nbsp;&lt;STRONG&gt;Sex&lt;/STRONG&gt; equal to M in the second list table. My idea was to place a list containing the variable &lt;STRONG&gt;Sex &lt;/STRONG&gt;between the two list tables. Then by selecting Pete in the first list table, which is linked to the list, I have that in the list for&amp;nbsp;&lt;STRONG&gt;Sex&lt;/STRONG&gt; only M is selected. Then, I would think that by linking this list to my second list table, it would filter the second list table on&amp;nbsp;&lt;STRONG&gt;Sex&amp;nbsp;&lt;/STRONG&gt;= M, however, it filters on all the information on the row for Pete, hence it only shows the exact same row (Pete) in the second list table, instead of all rows with&amp;nbsp;&lt;STRONG&gt;Sex&lt;/STRONG&gt; = M. Now, my question: Is it possible to select a row in a list table, and use only the value of one particular column/variable of that row which can be used to filter another list table (containing this same column/variable).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope my explanation is clear enough and you guys know a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 12:59:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/427992#M9133</guid>
      <dc:creator>mbosma</dc:creator>
      <dc:date>2018-01-16T12:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/428001#M9134</link>
      <description>&lt;P&gt;I have no longer VA7.2 available, with VA7.4 you can do&amp;nbsp;what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ListTable1 filters List1&lt;/P&gt;
&lt;P&gt;Assign a Character list parameter to List1&lt;/P&gt;
&lt;P&gt;Enable Required checkbox, will select one value be default&lt;/P&gt;
&lt;P&gt;Use the Character list parameter in a filter on ListTable2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See below&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-left" image-alt="RegionCapture.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/17904i6A3E213E44407E28/image-size/large?v=v2&amp;amp;px=999" role="button" title="RegionCapture.png" alt="RegionCapture.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 13:40:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/428001#M9134</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2018-01-16T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/428003#M9135</link>
      <description>&lt;P&gt;Hi Bruno,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your quick answer. I have searched for the Character List Parameter in VA 7.2, but could not find it. Therefore, I searched for the additionial options in VA 7.4 and found this: "&lt;SPAN&gt;Parameters have been enhanced. You can now have parameters with multiple values, which enables you to use them in a list control.&lt;/SPAN&gt;" I guess this is the update I would need to be able to use&amp;nbsp;the Character List Parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 14:01:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/428003#M9135</guid>
      <dc:creator>mbosma</dc:creator>
      <dc:date>2018-01-16T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/428010#M9137</link>
      <description>Yes Character list parameters are new with VA7.4.&lt;BR /&gt;&lt;BR /&gt;You will get a lot more additional functionality when you upgrade to VA7.4, so it is worthwile the effort.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jan 2018 14:12:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/428010#M9137</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2018-01-16T14:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524029#M11709</link>
      <description>&lt;P&gt;Hi Bruno,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar question as Mick, however, I would like to ask if I am able to select a row from a list table with a page link to another page and filter the list table in the&amp;nbsp;target page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, I have data as shown below in the first page:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sample.PNG" style="width: 168px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25931i0F47CE95470A15EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sample.PNG" alt="sample.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to select a row from the above list table and link the selection to another page. What I want to achieve is that from the selected row, I want to filter another list table in the target page using the NODE value selected. Is this possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, when I did page link using the first list table to the target page, I selected the "Set the value of controls in the target page prompt bar" option, however, it does not set the value for the controls in the target page and thus was not able to filter the list table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and I hope to hear from you soon!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 06:20:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524029#M11709</guid>
      <dc:creator>leoncai</dc:creator>
      <dc:date>2019-01-02T06:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524115#M11715</link>
      <description>Hi Leon,&lt;BR /&gt;&lt;BR /&gt;What do the controls on your target page look like? I believe you will need to have a control on the target page that has NODE assigned.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Sam</description>
      <pubDate>Wed, 02 Jan 2019 15:37:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524115#M11715</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-01-02T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524197#M11716</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using all kinds of control except "Slider" and assigned NODE as their category on the target page. However, I was still unable to get the NODE value selected on the first page to be filled into the controls when I link the pages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 01:30:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524197#M11716</guid>
      <dc:creator>leoncai</dc:creator>
      <dc:date>2019-01-03T01:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524267#M11719</link>
      <description>&lt;P&gt;Hi Leon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of VA are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible that your controls on the target page are not located in the prompt area? Controls can be placed either in the prompt area or in the main body of the page. (To show the prompt area, select the &lt;STRONG&gt;...&lt;/STRONG&gt; icon on the page tab and then select &lt;STRONG&gt;Expand page prompts&lt;/STRONG&gt;.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Controls that are not in the prompt area will be filtered by the page link, but their selections will not be set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524267#M11719</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-01-03T14:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524270#M11720</link>
      <description>&lt;P&gt;I tested what appears to be your scenario and it worked for me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Section 1 had a crosstab.&lt;/P&gt;
&lt;P&gt;Section 2 had a list table and a drop-down control in the section prompt area.&lt;/P&gt;
&lt;P&gt;I assigned the data item I wanted to pass to the drop-down control.&lt;/P&gt;
&lt;P&gt;I linked the crosstab to Section 2 and specified to "Set the value for controls in the target section prompt area"&lt;/P&gt;
&lt;P&gt;I navigated the link from the crosstab to Section 2 and the drop-down control contained the value passed from the crosstab.&lt;/P&gt;
&lt;P&gt;That drop-down control, in turn, filtered the list table in Section 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:33:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524270#M11720</guid>
      <dc:creator>Madelyn_SAS</dc:creator>
      <dc:date>2019-01-03T14:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524425#M11724</link>
      <description>&lt;P&gt;Hi Sam and Madelyn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your replies and help, I realized that my mistake was not putting my filter in the page prompt area.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently using VA 8.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 02:02:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524425#M11724</guid>
      <dc:creator>leoncai</dc:creator>
      <dc:date>2019-01-04T02:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524534#M11725</link>
      <description>&lt;P&gt;Great! Glad to hear it is working for you now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 12:39:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524534#M11725</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2019-01-04T12:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter a list table by the selection in an other list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524624#M11727</link>
      <description>&lt;P&gt;I'm glad you found some useful info, &lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/249145" target="_self"&gt;&lt;SPAN class=""&gt;leoncai&lt;/SPAN&gt;&lt;/A&gt;! If one of the replies was the exact solution to your problem, can you "Accept it as a solution"? Or if one was particularly helpful, feel free to "Like" it. This will help other community members who may run into the same issue know what worked.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Anna&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 17:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Filter-a-list-table-by-the-selection-in-an-other-list-table/m-p/524624#M11727</guid>
      <dc:creator>AnnaBrown</dc:creator>
      <dc:date>2019-01-04T17:21:04Z</dc:date>
    </item>
  </channel>
</rss>

