<?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 set a parameter automatically in sas va in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/471999#M10503</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i need to set a report parameter in sas va , automatically ...&lt;/P&gt;&lt;P&gt;without a user action in control botton, but automatically&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i do it ? if can i do it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why? because i will to know in sas report ,the user organization owner, to use it in any calculated item:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if category = _pOrganization&amp;nbsp; then return missing else return category&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mauro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jun 2018 07:50:19 GMT</pubDate>
    <dc:creator>rufmau68</dc:creator>
    <dc:date>2018-06-21T07:50:19Z</dc:date>
    <item>
      <title>set a parameter automatically in sas va</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/471999#M10503</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i need to set a report parameter in sas va , automatically ...&lt;/P&gt;&lt;P&gt;without a user action in control botton, but automatically&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i do it ? if can i do it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why? because i will to know in sas report ,the user organization owner, to use it in any calculated item:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if category = _pOrganization&amp;nbsp; then return missing else return category&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mauro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 07:50:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/471999#M10503</guid>
      <dc:creator>rufmau68</dc:creator>
      <dc:date>2018-06-21T07:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: set a parameter automatically in sas va</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472042#M10504</link>
      <description>&lt;P&gt;How do you mean automatically? Do you mean dynamically?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will the organization number change depending on the logged in user?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What information do you have in your data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How will you use this information? Which business case?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 11:09:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472042#M10504</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-06-21T11:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: set a parameter automatically in sas va</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472049#M10505</link>
      <description>&lt;P&gt;YES,&lt;/P&gt;&lt;P&gt;che organization ID its depending on logged user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need to show all data to all user , but with different&amp;nbsp;automatic&amp;nbsp;aggregation level .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;case study:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 organization: ORG1 and ORG2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ORG1 User, have to see data aggregate in this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ORG2 , No Customer details, Revenue 10000&lt;/P&gt;&lt;P&gt;ORG1, Customer 1, Revenue 1000&lt;/P&gt;&lt;P&gt;ORG1, Customer 2, Revenue 500&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ORG2 User, have to see data aggregate in this way:&lt;/P&gt;&lt;P&gt;ORG2, Customer 3, Revenue 8000&lt;/P&gt;&lt;P&gt;ORG2, Customer 4, Revenue 2000&lt;/P&gt;&lt;P&gt;ORG1, No Customer details, Revenue 1500&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in my mind a will use&amp;nbsp; a calculated item defined in this way;&lt;/P&gt;&lt;P&gt;if _pORG = Organization then return CustomerID else return "No Customer details"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in this way the "revenue" aggregation or "revenue" details its automaticaly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my memory contains details&lt;/P&gt;&lt;P&gt;ORG1, Customer 1, Revenue 1000&lt;/P&gt;&lt;P&gt;ORG1, Customer 2, Revenue 500&lt;/P&gt;&lt;P&gt;ORG2, Customer 3, Revenue 8000&lt;/P&gt;&lt;P&gt;ORG2, Customer 4, Revenue 2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;all is good, but tu set _pORG i need that user push a bottom or anything else.... no good!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 11:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472049#M10505</guid>
      <dc:creator>rufmau68</dc:creator>
      <dc:date>2018-06-21T11:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: set a parameter automatically in sas va</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472050#M10506</link>
      <description>sorry, my SAS VA Version is 7.3</description>
      <pubDate>Thu, 21 Jun 2018 11:32:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472050#M10506</guid>
      <dc:creator>rufmau68</dc:creator>
      <dc:date>2018-06-21T11:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: set a parameter automatically in sas va</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472887#M10524</link>
      <description>&lt;P&gt;Ok, now I get it &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 tried to solve similiar tasks, but haven't found a way to get it fully automatically....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One thing I tested was to filter a drop-down depending on logged in user (you set this in admin tab directly on the table). I had a parameter assigned to the drop-down and made it mandatory. The problem I got was that the value did not automatically change depending on user, I had to select user manually....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested with a list but got the same result....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use 7.4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We fínally used the list and the users need to click on it to get the report. The good thing is that they can not see other figures before they click...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//Fredrik&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 07:45:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472887#M10524</guid>
      <dc:creator>FredrikE</dc:creator>
      <dc:date>2018-06-25T07:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: set a parameter automatically in sas va</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472897#M10527</link>
      <description>&lt;P&gt;Yes FredriK,&lt;/P&gt;&lt;P&gt;the same experience that i met: to set the parameter value, user have to click filter bottom or other control object&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no good for me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i reengine the report to split view in 2 step:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a sintetically view for all ORGx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and a detail view for user based on a different memory (with row level security settings...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mauro&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 08:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/set-a-parameter-automatically-in-sas-va/m-p/472897#M10527</guid>
      <dc:creator>rufmau68</dc:creator>
      <dc:date>2018-06-25T08:07:08Z</dc:date>
    </item>
  </channel>
</rss>

