<?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: can we hide and show columns from list table based on filters in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/788102#M15713</link>
    <description>&lt;P&gt;I moved your question to the Visual Analytics community. Since I do not use that product, I won't be of much help here.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jan 2022 15:08:25 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-01-03T15:08:25Z</dc:date>
    <item>
      <title>can we hide and show columns from list table based on filters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/787324#M15710</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on filters can we hide and show columns which are present in cross tab.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 07:37:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/787324#M15710</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2021-12-24T07:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: can we hide and show columns from list table based on filters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/787328#M15711</link>
      <description>&lt;P&gt;Please provide the code that creates the cross tab, and tell us which columns you do not want, and the logic for filtering them out.&lt;/P&gt;
&lt;P&gt;Providing usable source data (data step with datalines) will most probably speed up the process of finding a useful answer.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 10:25:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/787328#M15711</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-12-24T10:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: can we hide and show columns from list table based on filters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/788079#M15712</link>
      <description>This will be on SAS VA Part in Dashboard</description>
      <pubDate>Mon, 03 Jan 2022 11:29:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/788079#M15712</guid>
      <dc:creator>ashishj816</dc:creator>
      <dc:date>2022-01-03T11:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: can we hide and show columns from list table based on filters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/788102#M15713</link>
      <description>&lt;P&gt;I moved your question to the Visual Analytics community. Since I do not use that product, I won't be of much help here.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 15:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/788102#M15713</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-01-03T15:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: can we hide and show columns from list table based on filters</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/788121#M15714</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think you can hide the entire column (including the column heading.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you can do is make all of the values missing, which will cause the table/crosstab to aggregate as if the column were not there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a nonsense example with SASHELP.CARS:&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="filter.png" style="width: 557px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67080i1DDC91F386424F42/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter.png" alt="filter.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Let's say we want to ignore the Drivetrain column when "Asia" is selected in the button bar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First we make a character parameter and assign it to the button bar.&lt;/P&gt;
&lt;P&gt;Then we create a calculated item that uses that parameter:&lt;/P&gt;
&lt;PRE&gt;IF ( 'Parameter 1'p NotIn ('Asia') )
RETURN 'DriveTrain'n
ELSE ''&lt;/PRE&gt;
&lt;P&gt;Now when we select "Asia" in the button bar, we get this:&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="filter1.png" style="width: 565px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67081iC126D61E897FE0CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter1.png" alt="filter1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want the button bar to ONLY set the parameter and not also filter the data, be sure to place the button bar in the body of the report page and not in the prompt area.&amp;nbsp; That would give this result, which might be closer to what you wanted:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter2.png" style="width: 552px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67082i1A562150AAF6DB5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter2.png" alt="filter2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not exactly what you are looking for, but I hope this might help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Sam&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 16:04:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/can-we-hide-and-show-columns-from-list-table-based-on-filters/m-p/788121#M15714</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2022-01-03T16:04:47Z</dc:date>
    </item>
  </channel>
</rss>

