<?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: How to exclude an object from being filtered by a report prompt in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/620173#M13447</link>
    <description>&lt;P&gt;Thankyou&amp;nbsp;&lt;SPAN&gt;Fredrik and Sam, both approaches worked for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was able to get around the issue by creating an aggregated data source with the fields I want and delete any mapped fields between the source table and aggregated table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This seems to work and gives me the correct values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2020 14:38:25 GMT</pubDate>
    <dc:creator>Surya_Ravindran</dc:creator>
    <dc:date>2020-01-27T14:38:25Z</dc:date>
    <item>
      <title>How to exclude an object from being filtered by a report prompt</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/619601#M13438</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to use report prompts to filter out data in a report but want certain objects to be static and not be affected by the filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example would be a report that displays sales KPIs that can be filtered by agent, but also has an object that displays the total sales of all agents together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to see any options to unlink a specific object from a report prompt filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would anyone know the solution to this please?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 17:28:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/619601#M13438</guid>
      <dc:creator>Surya_Ravindran</dc:creator>
      <dc:date>2020-01-23T17:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude an object from being filtered by a report prompt</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/620153#M13443</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;If you add prompts in the report/section area they will automatically filter all object with the same data source.&lt;/P&gt;
&lt;P&gt;If you want full control over the interactions you will need to add the prompt to the report area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One way that &lt;STRONG&gt;might&lt;/STRONG&gt; work to get around this is to have a two data sources with the same data. Then you can add prompts with one of the data sources and objects using both.&lt;/P&gt;
&lt;P&gt;The objects using the same data source as the prompt will automatically be filtered but the other objects will not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you do this you will get a question to link the prompt to the other objects, answer no on this and the linking will not be assigned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy trying &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 13:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/620153#M13443</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2020-01-27T13:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude an object from being filtered by a report prompt</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/620170#M13446</link>
      <description>&lt;P&gt;Another (clumsy) workaround might be as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp;In the report prompt, use a dummy table that only contains the values for the prompt. By itself, this won't do anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Assign a parameter to the prompt. I believe you will also need to set the prompt as "required" in the options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. For each object that will be filtered by the prompt, add an advanced filter with an expression like,&amp;nbsp;'Region'n = 'Parameter 1'p&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This does work, although it is not ideal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides being cumbersome, this approach is limited in that the prompt values are not dynamic. Possibly you can solve that in your data preparation of the dummy table? I am not an expert in data preparation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this will help,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:35:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/620170#M13446</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2020-01-27T14:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude an object from being filtered by a report prompt</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/620173#M13447</link>
      <description>&lt;P&gt;Thankyou&amp;nbsp;&lt;SPAN&gt;Fredrik and Sam, both approaches worked for me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was able to get around the issue by creating an aggregated data source with the fields I want and delete any mapped fields between the source table and aggregated table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This seems to work and gives me the correct values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Surya&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/620173#M13447</guid>
      <dc:creator>Surya_Ravindran</dc:creator>
      <dc:date>2020-01-27T14:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude an object from being filtered by a report prompt</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/620177#M13448</link>
      <description>Ah! Great idea to use an aggregated table. Thanks for following up with us &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Mon, 27 Jan 2020 14:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-exclude-an-object-from-being-filtered-by-a-report-prompt/m-p/620177#M13448</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2020-01-27T14:40:35Z</dc:date>
    </item>
  </channel>
</rss>

