<?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: PROC INFOMAP - adding dynamic values to text prompt in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/620779#M77190</link>
    <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212690"&gt;@dosborne&lt;/a&gt; : has SAS Support finally resolved your problem with the prompt ?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 10:06:05 GMT</pubDate>
    <dc:creator>FK1</dc:creator>
    <dc:date>2020-01-29T10:06:05Z</dc:date>
    <item>
      <title>PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/466315#M70620</link>
      <description>&lt;P&gt;Environment: SAS BASE 9.4,&amp;nbsp; EG&amp;nbsp; &amp;nbsp;7.15 HF3 (7.100.5.6132) (64-bit)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to add a text_prompt to an Information Map using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;insert text_prompt&lt;BR /&gt;displayed_text="Select Code:"&lt;BR /&gt;name="CODE"&lt;BR /&gt;id="codePrompt"&lt;BR /&gt;selection_type=single&lt;BR /&gt;value_displayed=yes&lt;BR /&gt;allow_user_values=no&lt;BR /&gt;column="table_name"."column_name";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 problems !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Cant get the syntax for column= correct (wont execute to create Information Map , always get "cant find table" no matter what referencing I try)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) If I use dataitem= as in&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;insert text_prompt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;displayed_text="Select&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Code&lt;/SPAN&gt;&lt;SPAN&gt;:"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;name="&lt;/SPAN&gt;&lt;SPAN&gt;CODE&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id="&lt;/SPAN&gt;&lt;SPAN&gt;code&lt;/SPAN&gt;&lt;SPAN&gt;Prompt"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;selection_type=single&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;value_displayed=yes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;allow_user_values=no&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dataitem="&lt;/SPAN&gt;&lt;SPAN&gt;dataItemID&lt;/SPAN&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The map creates OK&amp;nbsp; and I can use in EG but it WILL not display the dynamic list of possible prompt values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help appreciated&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2018 05:31:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/466315#M70620</guid>
      <dc:creator>dosborne</dc:creator>
      <dc:date>2018-05-31T05:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/466401#M70626</link>
      <description>&lt;P&gt;Does your "table name" reference contain the full folder path of the infomap, &lt;A href="http://documentation.sas.com/?docsetId=engimap&amp;amp;docsetTarget=p1rv466a6ni2ntn1pp3kfhet7053.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;as in this example&lt;/A&gt;&amp;nbsp;from the doc?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;insert text_prompt
   displayed_text="Select countries that apply:"
   id="countryPrompt"
   value_displayed=yes
   allow_user_values=yes
   column="/Shared Data/CUSTOMER"."Country”
      label_column="Postal_Code" /format=”custom-format”
   default_values=('CANADA' 'GERMANY');insert &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 May 2018 11:26:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/466401#M70626</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-05-31T11:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/466714#M70633</link>
      <description>I have tried all sorts of path referencing options for both the COLUMN= and DATAITEM= options but cannot get values to show in the prompt when using the Information Map:&lt;BR /&gt;1) DATAITEM=&lt;BR /&gt;&lt;BR /&gt;/* Insert a data source */&lt;BR /&gt;insert datasource sasserver="SASApp"&lt;BR /&gt;table="libr name".TABLE_NAME;&lt;BR /&gt;&lt;BR /&gt;insert dataitem&lt;BR /&gt;column="TABLE_NAME"."COL_NAME"&lt;BR /&gt;id="codeId"&lt;BR /&gt;folder="folder name";&lt;BR /&gt;&lt;BR /&gt;insert text_prompt&lt;BR /&gt;displayed_text="Select Code:"&lt;BR /&gt;name="CODEID"&lt;BR /&gt;id="codePrompt"&lt;BR /&gt;selection_type=single&lt;BR /&gt;value_displayed=yes&lt;BR /&gt;allow_user_values=no&lt;BR /&gt;dataitem="codeId";&lt;BR /&gt;&lt;BR /&gt;- this code executes but the prompt show no values when used&lt;BR /&gt;- any attempt to provide full path of dataitem in code does not execute&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;insert text_prompt&lt;BR /&gt;displayed_text="Select Code:"&lt;BR /&gt;name="CODEID"&lt;BR /&gt;id="codePrompt"&lt;BR /&gt;selection_type=single&lt;BR /&gt;value_displayed=yes&lt;BR /&gt;allow_user_values=no&lt;BR /&gt;dataitem="/Shared Data/InformationMaps/map_name/folder name/codeId";&lt;BR /&gt;&lt;BR /&gt;ERROR [ com.sas.iquery.metadata.MetadataException: The specified value column/data item "/Shared Data/InformationMaps/map_name/folder name/codeId" cannot be found. ]&lt;BR /&gt;&lt;BR /&gt;- syntax error for every path name permutation I can think of:&lt;BR /&gt;"/Shared Data/InformationMaps/map_name/folder name"."codeId"&lt;BR /&gt;"/Shared Data/InformationMaps/map_name/folder name.codeId"&lt;BR /&gt;etc&lt;BR /&gt;&lt;BR /&gt;2) COLUMN=&lt;BR /&gt;&lt;BR /&gt;/* Insert a data source */&lt;BR /&gt;insert datasource sasserver="SASApp"&lt;BR /&gt;table="libr name".TABLE_NAME;&lt;BR /&gt;&lt;BR /&gt;insert dataitem&lt;BR /&gt;column="TABLE_NAME"."COL_NAME"&lt;BR /&gt;id="codeId"&lt;BR /&gt;folder="folder name";&lt;BR /&gt;&lt;BR /&gt;insert text_prompt&lt;BR /&gt;displayed_text="Select Code:"&lt;BR /&gt;name="CODEID"&lt;BR /&gt;id="codePrompt"&lt;BR /&gt;selection_type=single&lt;BR /&gt;value_displayed=yes&lt;BR /&gt;allow_user_values=no&lt;BR /&gt;column="TABLE_NAME"."COL_NAME";&lt;BR /&gt;&lt;BR /&gt;- this code executes but the prompt show no values when used&lt;BR /&gt;- any attempt to provide full path of column in code does not execute&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;insert text_prompt&lt;BR /&gt;displayed_text="Select Code:"&lt;BR /&gt;name="CODEID"&lt;BR /&gt;id="codePrompt"&lt;BR /&gt;selection_type=single&lt;BR /&gt;value_displayed=yes&lt;BR /&gt;allow_user_values=no&lt;BR /&gt;column="TABLE_NAME"."COL_NAME";&lt;BR /&gt;&lt;BR /&gt;[ com.sas.iquery.metadata.MetadataException: The specified external table TABLE_NAME cannot be found. ]&lt;BR /&gt;&lt;BR /&gt;- same error for every path name permutation I can think of:&lt;BR /&gt;"TABLE_NAME.COL_NAME"&lt;BR /&gt;"Libr name"."TABLE_NAME"."COL_NAME"&lt;BR /&gt;"Libr name"."TABLE_NAME.COL_NAME"&lt;BR /&gt;"Libr name.TABLE_NAME.COL_NAME"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jun 2018 02:50:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/466714#M70633</guid>
      <dc:creator>dosborne</dc:creator>
      <dc:date>2018-06-01T02:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/466807#M70636</link>
      <description>&lt;P&gt;Do you have the option to use SAS Information Map Studio to define a prompt the way that you want it, and then use PROC INFOMAPS and the INFOMAP libname engine to see how it's defined (to inform your coding)?&amp;nbsp; &lt;A href="https://blogs.sas.com/content/sasdummy/2010/05/25/reporting-on-sas-information-maps/" target="_self"&gt;See some tips in this blog post&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 11:41:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/466807#M70636</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-06-01T11:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/467273#M70677</link>
      <description>No. I am trying to do this without Studio.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 03 Jun 2018 23:27:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/467273#M70677</guid>
      <dc:creator>dosborne</dc:creator>
      <dc:date>2018-06-03T23:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/469473#M70802</link>
      <description>&lt;P&gt;I have tried the following and it works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;insert text_prompt&lt;BR /&gt;displayed_text="Select CODE:"&lt;BR /&gt;name="CODEID"&lt;BR /&gt;id="codePrompt"&lt;BR /&gt;selection_type=single&lt;BR /&gt;value_displayed=yes&lt;BR /&gt;allow_user_values=no&lt;BR /&gt;values=(("200000" "Chosen") ("1"));&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 00:21:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/469473#M70802</guid>
      <dc:creator>dosborne</dc:creator>
      <dc:date>2018-06-12T00:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/472346#M70992</link>
      <description>&lt;P&gt;Still cant get it to work.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 01:23:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/472346#M70992</guid>
      <dc:creator>dosborne</dc:creator>
      <dc:date>2018-06-22T01:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/474320#M71083</link>
      <description>&lt;P&gt;Kindly read this , if any help.&amp;nbsp;&lt;A href="http://support.sas.com/kb/36/193.html" target="_blank"&gt;http://support.sas.com/kb/36/193.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 01:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/474320#M71083</guid>
      <dc:creator>suhaneyr</dc:creator>
      <dc:date>2018-06-29T01:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/474339#M71084</link>
      <description>&lt;P&gt;Thanks for the info. I am using EG 7.1 and Base SAS 9.4 so the prompted filters should work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 04:04:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/474339#M71084</guid>
      <dc:creator>dosborne</dc:creator>
      <dc:date>2018-06-29T04:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/474340#M71085</link>
      <description>&lt;P&gt;no worries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you got your problem solved? if so please let me know the solution.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 04:29:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/474340#M71085</guid>
      <dc:creator>suhaneyr</dc:creator>
      <dc:date>2018-06-29T04:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/474341#M71086</link>
      <description>&lt;P&gt;No solution yet,&amp;nbsp;I have a track open with SAS Support. I will let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 04:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/474341#M71086</guid>
      <dc:creator>dosborne</dc:creator>
      <dc:date>2018-06-29T04:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: PROC INFOMAP - adding dynamic values to text prompt</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/620779#M77190</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/212690"&gt;@dosborne&lt;/a&gt; : has SAS Support finally resolved your problem with the prompt ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 10:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-INFOMAP-adding-dynamic-values-to-text-prompt/m-p/620779#M77190</guid>
      <dc:creator>FK1</dc:creator>
      <dc:date>2020-01-29T10:06:05Z</dc:date>
    </item>
  </channel>
</rss>

