<?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: Single field setting using API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/2155211#M19651</link>
    <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;I have this code which is not saving the properties (i.e., not one value is selected). Am I missing something?&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;let&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;openQlikApp&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;enigmaConnectionAppSpecific&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;appNewAppId&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;setAppProperties&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;qProperties&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;writeQlikObjects&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;setScript&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;LoadDataModel&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;Variables&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;Main&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;doReload&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getField&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"fieldname"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;then&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;field&lt;/SPAN&gt; &lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;field&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;setNxProperties&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"qProperties"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; { &lt;/SPAN&gt;&lt;SPAN&gt;"qOneAndOnlyOne"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; })&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; })&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;saveObjects&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;doSave&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 20 Dec 2023 21:33:59 GMT</pubDate>
    <dc:creator>ar5</dc:creator>
    <dc:date>2023-12-20T21:33:59Z</dc:date>
    <item>
      <title>Single field setting using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1828731#M15434</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am working on an application where we have single field setting applied on 4 columns and when we applying the single filed setting using an API (Engine Explorer API) the process is getting failed.&lt;/P&gt;&lt;P&gt;Could anyone think of any potential cause of this issue?&lt;/P&gt;&lt;P&gt;Just to add the 3 out of 4 field are working as expected while the 4th one which has a good amount of data with only 4 distinct value (combination of number alphabet and -) is causing the issue. When I add the 4th filed the setting got failed for rest all the 3 fields is working fine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help on this will be much appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Punit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 08:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1828731#M15434</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2021-08-16T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Single field setting using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1829557#M15459</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42776"&gt;@punitpopli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It was not clear to me what is what you are trying to achieve, by any chance could you provide more details about what are the Engine API methods you are using and any details about the field affected? Does the field has different data type? length?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 20:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1829557#M15459</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2021-08-18T20:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Single field setting using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1831024#M15505</link>
      <description>&lt;P&gt;Thank you for your response&lt;/P&gt;&lt;P&gt;Below are the details on method and the sequence we are using -&amp;nbsp;&lt;/P&gt;&lt;P&gt;OpenDOc -&amp;gt; GetFIeld -&amp;gt; Select -&amp;gt; SetNxProperties -&amp;gt; DoSave&lt;/P&gt;&lt;P&gt;Only 1 single field is affected&lt;/P&gt;&lt;P&gt;Yes, field has different values which included number, (), - ,characters&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 08:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1831024#M15505</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2021-08-25T08:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Single field setting using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1831514#M15516</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42776"&gt;@punitpopli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have a sample app with some data to reproduce the issue?&lt;/P&gt;
&lt;P&gt;When you mention that it fails, are you getting any error? or what is the abnormal behavior?&lt;/P&gt;
&lt;P&gt;Kind Regards.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 16:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1831514#M15516</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2021-08-26T16:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Single field setting using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1834340#M15558</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22488"&gt;@NadiaB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, but will be unable to share any app even with Sample data set.&lt;/P&gt;&lt;P&gt;No, we are not getting any error but the engine is getting crashed that we can view from the logs&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure what exactly is causing this&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 13:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1834340#M15558</guid>
      <dc:creator>punitpopli</dc:creator>
      <dc:date>2021-09-07T13:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Single field setting using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1834424#M15559</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42776"&gt;@punitpopli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't necessary needs to be a copy of your app, it could be just an app with an inline statement and maybe some sample values (not real values) of what you would have in the app and steps to reproduce.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if that is not possible, my suggestion would be to open a case with our Support team, given that it works for other fields but not for an specific one it sounds like a possible Product Defect.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By any chance could you remove the hyphen (-) probably replace it by blank space and verify the outcome? If you do not see the issue after removing the hyphen or any other special character could you let us know so we can verify and file a Product Defect? (We would need step by step you are following to reproduce the issue and any API method calls you are using.&lt;/P&gt;
&lt;P&gt;If the suggestion above doesn't help, you could increase the engine log logging level to see if something is recorded in the logs when the issue occurs.&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 16:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/1834424#M15559</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2021-09-07T16:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Single field setting using API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/2155211#M19651</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;I have this code which is not saving the properties (i.e., not one value is selected). Am I missing something?&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;let&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;openQlikApp&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;enigmaConnectionAppSpecific&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;appNewAppId&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;setAppProperties&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;qProperties&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;writeQlikObjects&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;setScript&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;LoadDataModel&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;Variables&lt;/SPAN&gt;&lt;SPAN&gt; + &lt;/SPAN&gt;&lt;SPAN&gt;Main&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;doReload&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getField&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"fieldname"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;then&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;field&lt;/SPAN&gt; &lt;SPAN&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;field&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;setNxProperties&lt;/SPAN&gt;&lt;SPAN&gt;({&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"qProperties"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; { &lt;/SPAN&gt;&lt;SPAN&gt;"qOneAndOnlyOne"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt; }&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; })&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; })&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;saveObjects&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;await&lt;/SPAN&gt; &lt;SPAN&gt;qApp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;doSave&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Dec 2023 21:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-field-setting-using-API/m-p/2155211#M19651</guid>
      <dc:creator>ar5</dc:creator>
      <dc:date>2023-12-20T21:33:59Z</dc:date>
    </item>
  </channel>
</rss>

