<?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 Why is there a parameter interaction across section? And ho in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/536753#M11925</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a report with multiple sections, and all sections are filtered by a date filter (single select list box). This list box sets a parameter which is then used in a calculated item say&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IF ('StartDate'N &amp;lt;= 'MyParameter'p)
Return 1
ELSE 0&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This works in Section 1. The parameter filters the data and in I can see a parameter interaction when I view all interactions for that section.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I want to use the same category fiter in a different section to set a different parameter. Again, a single select list box, with the same category. A new parameter, and a new calculated item (with the same calculation).&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IF ('StartDate'N &amp;lt;= 'MyParameter2'p)
RETURN 1
ELSE 0&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Now this doesn't compute the same numbers as in section 1. When I view the interactions I can see a parameter interaction from section 1 to objects in my current sections. Why is there a parameter action from my section "Oversikt" to my vertical container and pivot table? How can I remove it? Deleting it from the interaction screen does not help. There is only one datasource in the report.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="interactions.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27282iE83ED832E90E5D1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="interactions.png" alt="interactions.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Feb 2019 14:53:46 GMT</pubDate>
    <dc:creator>sindrew</dc:creator>
    <dc:date>2019-02-19T14:53:46Z</dc:date>
    <item>
      <title>Why is there a parameter interaction across section? And ho</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/536753#M11925</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a report with multiple sections, and all sections are filtered by a date filter (single select list box). This list box sets a parameter which is then used in a calculated item say&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IF ('StartDate'N &amp;lt;= 'MyParameter'p)
Return 1
ELSE 0&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This works in Section 1. The parameter filters the data and in I can see a parameter interaction when I view all interactions for that section.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I want to use the same category fiter in a different section to set a different parameter. Again, a single select list box, with the same category. A new parameter, and a new calculated item (with the same calculation).&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IF ('StartDate'N &amp;lt;= 'MyParameter2'p)
RETURN 1
ELSE 0&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Now this doesn't compute the same numbers as in section 1. When I view the interactions I can see a parameter interaction from section 1 to objects in my current sections. Why is there a parameter action from my section "Oversikt" to my vertical container and pivot table? How can I remove it? Deleting it from the interaction screen does not help. There is only one datasource in the report.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="interactions.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/27282iE83ED832E90E5D1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="interactions.png" alt="interactions.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 14:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/536753#M11925</guid>
      <dc:creator>sindrew</dc:creator>
      <dc:date>2019-02-19T14:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a parameter interaction across section? And ho</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/536781#M11926</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;Where have you placed the list box?&lt;/P&gt;
&lt;P&gt;If you place it in the report query or section query you it will automaticallye filter your data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you place it on the "report canvas" instead no automatic filtering will occur, only the parameter filter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use "help tables" when I want to place filters in the report/section query area, so that they won't filter the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which version of VA are you using - 7.4?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 15:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/536781#M11926</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2019-02-19T15:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a parameter interaction across section? And ho</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/536982#M11931</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's on the canvas. The report should filter by the parameter as it accumulates data - there is no direct interaction between that list box and other items e.g tables or graphs, besides that a calculated item with the parameter is placed in a table. There are other listboxes that filters that remaining data, and they work as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I don't understand is, why does a parameter from one section used in one calculated item affect a different section with a different parameter and calculated item? The category which I filter by is the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The listbox contains dates, and the parameter is also a date, if it matters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's VA 7.4 - There's always next version.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 07:08:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/536982#M11931</guid>
      <dc:creator>sindrew</dc:creator>
      <dc:date>2019-02-20T07:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a parameter interaction across section? And ho</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/536995#M11932</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;Really strange.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a report with two sections.&lt;/P&gt;
&lt;P&gt;I each section i have one list box and one table, on the canvas &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 created two date parameters each connected to one list box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created two calculated measures one for each table:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF ( date &amp;lt;= 'dat1'p )&lt;BR /&gt;RETURN 1&lt;BR /&gt;ELSE 0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use the same data source for all objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My report works as expected and the only interaction I get is two parameter interactions between each listbox and the table where the calculated measure is within.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The list boxes works totally separated for me....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There must be something I (or you :)) do in another way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 08:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/536995#M11932</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2019-02-20T08:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why is there a parameter interaction across section? And ho</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/537330#M11948</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was me &lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://communities.sas.com/i/smilies/16x16_smiley-embarrassed.png" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my calculated measure I used another and different calculated measure that used my parameter from the list box in first section. This affected all other calculations in other sections.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for spending some time on the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 07:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Why-is-there-a-parameter-interaction-across-section-And-ho/m-p/537330#M11948</guid>
      <dc:creator>sindrew</dc:creator>
      <dc:date>2019-02-21T07:24:38Z</dc:date>
    </item>
  </channel>
</rss>

