<?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: VA Hide Control Object in Report? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/VA-Hide-Control-Object-in-Report/m-p/459240#M10064</link>
    <description>&lt;P&gt;It's hard to hide them completely...&lt;/P&gt;
&lt;P&gt;I usually set size to 0 and all colors to the same as the background.&lt;/P&gt;
&lt;P&gt;Also I place them in a corner where my users don't expect things to be places &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;I have also tried to hide them behind an object, like a text box or image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;None of these are perfect, but workes ok for me!&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2018 11:00:46 GMT</pubDate>
    <dc:creator>FredrikE</dc:creator>
    <dc:date>2018-05-02T11:00:46Z</dc:date>
    <item>
      <title>VA Hide Control Object in Report?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/VA-Hide-Control-Object-in-Report/m-p/458788#M10037</link>
      <description>&lt;P&gt;VA 7.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Community, I've got a situation where I'm using some controls as 'hold variables' as it were holding lists of data if need be...which is why I use drop-downs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The goal is for an individual to freely enter text for a course they're interested in, then the report produces all of the areas of study within the major that the desired course falls under.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's a sample source data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Major_CIP_VA_XWalk.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20278i934140D6D2AFD474/image-size/large?v=v2&amp;amp;px=999" role="button" title="Major_CIP_VA_XWalk.PNG" alt="Major_CIP_VA_XWalk.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the example below, a user is interested in Kinesiology courses, but may not recall that major, only that they are currently interested in 'Athletic Training/Trainer'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The top input box accepts 'Athl', and when they hit 'enter', I use a parameter to basically scan all the 'CIP_Title' values for anything that contains the values from the input box. This works, and to proceed in this example, I've simply confirmed 'Athletic Training/Trainer' in the drop-down.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This first drop-down has an interaction on the second drop-down and is assigned Major as the category, so the value in drop-down 2 is dynamic depending on what is selected in drop-down 1. Drop-down 2 here also passes the Major value out to a major_parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Drop-down 3 then has a filter of Major = Major_Parameter, so its list is all the CIP_Titles that equate to the same major. In this example, we see the three titles we would expect for the major 'Kinesiology'.&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="drop-down_ex.PNG" style="width: 477px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/20279i6F8CA58DEFF7B64A/image-size/large?v=v2&amp;amp;px=999" role="button" title="drop-down_ex.PNG" alt="drop-down_ex.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The above works fine. A user can input the name of a title they're aware of, then VA uses these drop-down controls to filter the data to output all the other titles within the same major.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However...this is no good for a user. I would like a way for the middle two controls to either be hidden or handled in another manner so they aren't seen. Ideally, a user would have the input box, then the last drop-down list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to do this? Are there 'hidden' data types available to store these dynamic lists in? Can a container 'hide' a control so it isn't accessible to a user, but is to the report? I would even be satisfied if I could 'collapse' the objects enough with the pane sliders as to not be seen in the viewer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What options am I missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;-Jeff&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 20:29:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/VA-Hide-Control-Object-in-Report/m-p/458788#M10037</guid>
      <dc:creator>jwhite</dc:creator>
      <dc:date>2018-04-30T20:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: VA Hide Control Object in Report?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/VA-Hide-Control-Object-in-Report/m-p/459240#M10064</link>
      <description>&lt;P&gt;It's hard to hide them completely...&lt;/P&gt;
&lt;P&gt;I usually set size to 0 and all colors to the same as the background.&lt;/P&gt;
&lt;P&gt;Also I place them in a corner where my users don't expect things to be places &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;I have also tried to hide them behind an object, like a text box or image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;None of these are perfect, but workes ok for me!&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 11:00:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/VA-Hide-Control-Object-in-Report/m-p/459240#M10064</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-05-02T11:00:46Z</dc:date>
    </item>
  </channel>
</rss>

