<?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: Prompt display values of a variable and let user to select in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684774#M37040</link>
    <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Just thinking about a way workaround. If I could create a prompt using type "user enters values", then create another prompt that let user to select Yes or No to conditionally run a proc sql (if click Yes) to find the values that the user can enter, and ideally the values will displayed on screen. For example, sashelp.cars is the table that will be updated every time running the report, first prompt is let user to enter the values of Make, second prompt is to run a proc sql that get all the values of Make and displayed to user, then the user can see what values can be entered into the first prompt as needed. Just cannot figure out a better way&amp;nbsp; to display the values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 19:35:03 GMT</pubDate>
    <dc:creator>sasecn</dc:creator>
    <dc:date>2020-09-17T19:35:03Z</dc:date>
    <item>
      <title>Prompt display values of a variable and let user to select</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684753#M37038</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I am trying to create a report using SAS EG. My goal is to use prompt manager to let the end user select values from a variable. I know select values from a dynamic list can do the job. But my end user only works on local server, no matadata server connected, so this is not an option for me.&lt;/P&gt;&lt;P&gt;So far, I tried using static list, but the values won't be updated as the background table being updated.&amp;nbsp;&lt;SPAN&gt;For example,&amp;nbsp; today I get a table which is a part of sashelp.cars only including Make = Acura and Audi, then create a macro variable "Choose_Make" in prompt manager (prompt type: select values from a static list) which is defined by using "Get Values" from the table, so now the prompt only shows "Acura" and "Audi". Then, tomorrow I get a new table which includs Make =&amp;nbsp;Acura, Audi and BMW. Is there any way without modifying the prompt manager and getting all values (Acura, Audi and BMW) of Make?&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried using "variable" as prompt type. But it only shows the variable name in the prompt window. Is that any way it can display the values instead of the name of the variable?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 19:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684753#M37038</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-17T19:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt display values of a variable and let user to select</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684756#M37039</link>
      <description>&lt;P&gt;Unfortunately, dynamic prompt values are supported only with stored processes (requiring metadata setup).&amp;nbsp; Project prompts don't support dynamic prompt values.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 19:07:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684756#M37039</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-09-17T19:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt display values of a variable and let user to select</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684774#M37040</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Just thinking about a way workaround. If I could create a prompt using type "user enters values", then create another prompt that let user to select Yes or No to conditionally run a proc sql (if click Yes) to find the values that the user can enter, and ideally the values will displayed on screen. For example, sashelp.cars is the table that will be updated every time running the report, first prompt is let user to enter the values of Make, second prompt is to run a proc sql that get all the values of Make and displayed to user, then the user can see what values can be entered into the first prompt as needed. Just cannot figure out a better way&amp;nbsp; to display the values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 19:35:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684774#M37040</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-17T19:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt display values of a variable and let user to select</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684775#M37041</link>
      <description>&lt;P&gt;If it helps, I do have this custom task. It might overcomplicate your scenario...but check it out.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2013/10/08/process-interruptus-a-custom-task-to-pause-your-process-flow/" target="_self"&gt;A custom task to pause your process flow&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 17 Sep 2020 19:37:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684775#M37041</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-09-17T19:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt display values of a variable and let user to select</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684971#M37049</link>
      <description>&lt;P&gt;Thanks. It is a good custom task. Unfortunately, I cannot copy the .dll file in sashome folder on my work computer since we have many restrictions on work device.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 13:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684971#M37049</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-18T13:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt display values of a variable and let user to select</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684987#M37050</link>
      <description>&lt;P&gt;You should be able to copy it to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;%appdata%\SAS\EnterpriseGuide\&amp;lt;version&amp;gt;\Custom (make the Custom folder if needed)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's your user profile area, and you definitely have write access as it's where your EG preferences are stored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also need to "unblock" the DLL (right-click on the DLL, Security tab).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, it might not scale as a solution for many users as they would all need the task installed in the same way -- but you should at least be able to try it yourself.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 14:30:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684987#M37050</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-09-18T14:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt display values of a variable and let user to select</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684994#M37051</link>
      <description>Will give it a try.</description>
      <pubDate>Fri, 18 Sep 2020 14:49:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Prompt-display-values-of-a-variable-and-let-user-to-select/m-p/684994#M37051</guid>
      <dc:creator>sasecn</dc:creator>
      <dc:date>2020-09-18T14:49:59Z</dc:date>
    </item>
  </channel>
</rss>

