<?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: Error while trying to populate drowdown list in Visual Analytics job execution form in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948756#M18429</link>
    <description>&lt;P&gt;From Visual Analytics there are no caslibs available, and I've tried many of the compute contexts.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443075"&gt;@GregTreiman&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/114048"&gt;@XavierBizoux&lt;/a&gt;&amp;nbsp;, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61362"&gt;@Stu_SAS&lt;/a&gt;&amp;nbsp;can you help me out?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="png2.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101733iD5E7B2EF06BD9610/image-size/large?v=v2&amp;amp;px=999" role="button" title="png2.png" alt="png2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 14:39:20 GMT</pubDate>
    <dc:creator>acordes</dc:creator>
    <dc:date>2024-10-23T14:39:20Z</dc:date>
    <item>
      <title>Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948740#M18426</link>
      <description>&lt;P&gt;I followed through this article to re-build successfully the job with a prompt from Visual Analytics in SAS Viya 4.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Sharing-Jobs-Using-SAS-Visual-Analytics/ta-p/927946" target="_self"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Sharing-Jobs-Using-SAS-Visual-Analytics/ta-p/927946&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But for my context I need to access caslib tables and not the sashelp.cars table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my attempt is to promote a table CARS in the casuser caslib and refer to this one.&lt;/P&gt;
&lt;P&gt;But the the table is not recognized while the prompt fires.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's my try so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%global selectMake;

%put &amp;amp;selectmake.;

cas mySession sessopts=(caslib=casuser timeout=1800 locale="en_US");
caslib _all_ assign;

cas mySession sessopts=(caslib="casuser");
libname MYCAS cas caslib='casuser';

proc sql;
	create table work.cars as 
	select Make, Model, Type, MSRP from mycas.cars
	   where Make = "&amp;amp;selectMake"
	   order by MSRP desc;
quit;

title "Top Five Most Expensive: &amp;amp;selectMake";
proc print data=work.cars(obs=5);
run;
title;

title "MSRP by Type: &amp;amp;selectMake";
proc sgplot data=work.cars;
	vbar type / response=MSRP stat=mean;
run;
title;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="png1.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101730i5521AD51F9659A54/image-size/large?v=v2&amp;amp;px=999" role="button" title="png1.png" alt="png1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I've replaced the library value with CASUSER as well, but the error persists.&lt;/P&gt;
&lt;P&gt;And in the job config I've changed to&amp;nbsp; ' _CONTEXTNAME=CAS Management service compute context'.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log is free of errors, but I cannot manage to populate the dropdown list.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:52:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948740#M18426</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2024-10-23T13:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948743#M18427</link>
      <description>&lt;P&gt;I've tried as well to add cas context to the json prompt, without success.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've seen this value in the json from Visual Analytics Reports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="png2.png" style="width: 736px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101731iB37811169EA580F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="png2.png" alt="png2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 14:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948743#M18427</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2024-10-23T14:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948756#M18429</link>
      <description>&lt;P&gt;From Visual Analytics there are no caslibs available, and I've tried many of the compute contexts.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443075"&gt;@GregTreiman&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/114048"&gt;@XavierBizoux&lt;/a&gt;&amp;nbsp;, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/61362"&gt;@Stu_SAS&lt;/a&gt;&amp;nbsp;can you help me out?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="png2.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101733iD5E7B2EF06BD9610/image-size/large?v=v2&amp;amp;px=999" role="button" title="png2.png" alt="png2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 14:39:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948756#M18429</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2024-10-23T14:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948763#M18430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/127222"&gt;@acordes&lt;/a&gt;. You need to make sure that you've assigned the caslib you want to use&lt;SPAN&gt;&amp;nbsp;to the compute context that is associated with the job. You can do this in Environment Manager - here's some a link to some more info:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/jobexeccdc/v_004/jobexecug/n1cl67g4y8t1ofn14i0e8iqdhk2k.htm" target="_blank"&gt;SAS Help Center: Working with Dynamic Data in Prompts and HTML Forms&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In your case, it sounds like you would just need to add a libname autoexec statement to the&amp;nbsp;CAS Management service compute context.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 14:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948763#M18430</guid>
      <dc:creator>GregTreiman</dc:creator>
      <dc:date>2024-10-23T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948768#M18431</link>
      <description>Hi Arne,&lt;BR /&gt;&lt;BR /&gt;The CAS libraries should be assigned upfront to the Server context using autoexec.&lt;BR /&gt;You should define the libraries using:&lt;BR /&gt;Libname casuser cas caslib=”casuser”;&lt;BR /&gt;&lt;BR /&gt;Please let me know if that helps.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Xavier&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2024 15:15:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948768#M18431</guid>
      <dc:creator>XavierBizoux</dc:creator>
      <dc:date>2024-10-23T15:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948771#M18432</link>
      <description>&lt;P&gt;Thanks Xavier and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443075"&gt;@GregTreiman&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your advice seems promising, but although I have admin rights and can access Environment Manager I'm reluctant to making any changes there because I am not at all an expert in this field.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I on the right track? I suppose the change is a two liner, but I do not know if it's under add property and how the syntax should look like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="png2.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101736iE5CEE25A0B7801B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="png2.png" alt="png2.png" /&gt;&lt;/span&gt;&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>Wed, 23 Oct 2024 15:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948771#M18432</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2024-10-23T15:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948775#M18433</link>
      <description>&lt;P&gt;In Environment Manager, click on the &lt;STRONG&gt;Contexts&lt;/STRONG&gt; tab. Then use the drop down to pick &lt;STRONG&gt;Compute contexts:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregTreiman_0-1729697172351.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101737i3AE31B7D2E8E12DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregTreiman_0-1729697172351.png" alt="GregTreiman_0-1729697172351.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then select he context you're using and hit the&amp;nbsp;&lt;STRONG&gt;Edit &lt;/STRONG&gt;button in the top right.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregTreiman_1-1729697253391.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101738i136D1CAAE32206F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregTreiman_1-1729697253391.png" alt="GregTreiman_1-1729697253391.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Click the&amp;nbsp;&lt;STRONG&gt;Advanced&amp;nbsp;&lt;/STRONG&gt;tab and then enter your libname statement in the bottom field:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregTreiman_2-1729697302187.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101739i2442AC8C1DA93502/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregTreiman_2-1729697302187.png" alt="GregTreiman_2-1729697302187.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 15:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948775#M18433</guid>
      <dc:creator>GregTreiman</dc:creator>
      <dc:date>2024-10-23T15:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948782#M18434</link>
      <description>&lt;P&gt;I get to this point!&lt;/P&gt;
&lt;P&gt;Then I enter the following line without ";".&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Libname mycas cas caslib=”public”&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;But it does nothing despite saving without notes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I don't understand the autoexec context. In SAS Studio I would start my code like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cas mySession sessopts=(caslib=casuser timeout=1800 locale="en_US");&lt;BR /&gt;caslib _all_ assign;&lt;/P&gt;
&lt;P&gt;ibname mycas cas caslib='public';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 15:52:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948782#M18434</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2024-10-23T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948783#M18435</link>
      <description>&lt;P&gt;An autoexec statement just means that it will run automatically at start up. You won't see anything happen when you save it. The purpose of adding this libname statement is to make the data that you want to use available to the prompt form, so you can dynamically populate the drop down.&lt;/P&gt;
&lt;P&gt;Is your data in the public caslib? If so, just enter the following in the autoexec field:&lt;/P&gt;
&lt;LI-CODE lang="sas"&gt;libname MYCAS cas caslib='public';&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Then, try your job again and see if the prompt works correctly.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 16:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948783#M18435</guid>
      <dc:creator>GregTreiman</dc:creator>
      <dc:date>2024-10-23T16:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948861#M18437</link>
      <description>&lt;P&gt;Thanks a lot for your support.&lt;/P&gt;
&lt;P&gt;But the dropdown box stays empty. And when I enable the table selector I can manually choose from libraries, but caslibs are not available.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 08:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948861#M18437</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2024-10-24T08:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948894#M18439</link>
      <description>&lt;P&gt;It sounds like you may still be having an issue assigning the caslib to your compute context. Make sure whatever table you want to use to populate your drop-down list is a global table, and then make sure that the libname statement creating a libref to the caslib has been added as an autoexec statement to the appropriate compute context. I worked up an example using the PUBLIC caslib and the SAS Job Execution compute context, so mine looks like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregTreiman_0-1729777675943.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101766i4AC32FE962C697C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregTreiman_0-1729777675943.png" alt="GregTreiman_0-1729777675943.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then I created pretty much the same UI as you - I have a table selector that points to public.cars, a read-only column pointing to the Make column, and a drop-down list that will be populated with Make from public.cars:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregTreiman_1-1729777868890.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101767iD9BC379FCA91D558/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregTreiman_1-1729777868890.png" alt="GregTreiman_1-1729777868890.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then I can add the job to the job content object:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregTreiman_2-1729777935253.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101768i26D9546D4566949C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregTreiman_2-1729777935253.png" alt="GregTreiman_2-1729777935253.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I'll get the dynamic drop-down list:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregTreiman_3-1729777969285.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101769i10839FD50E4A0450/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregTreiman_3-1729777969285.png" alt="GregTreiman_3-1729777969285.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 13:53:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948894#M18439</guid>
      <dc:creator>GregTreiman</dc:creator>
      <dc:date>2024-10-24T13:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error while trying to populate drowdown list in Visual Analytics job execution form</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948963#M18440</link>
      <description>&lt;P&gt;thanks a lot, I had defined the wrong context, cas management service compute context instead of sas job execution compute context &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 19:54:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Error-while-trying-to-populate-drowdown-list-in-Visual-Analytics/m-p/948963#M18440</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2024-10-24T19:54:17Z</dc:date>
    </item>
  </channel>
</rss>

