<?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: Make Binary reload as conditional in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2471011#M99771</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/197152"&gt;@Narges&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just for future reference, this forum is for Qlik Enterprise Manager, a Data Integration product. To reach the right audience, please post in the correct product forum for your question:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dana_Baldwin_0-1721152159832.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169431iB4ECFDD232452D92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dana_Baldwin_0-1721152159832.png" alt="Dana_Baldwin_0-1721152159832.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 17:49:36 GMT</pubDate>
    <dc:creator>Dana_Baldwin</dc:creator>
    <dc:date>2024-07-16T17:49:36Z</dc:date>
    <item>
      <title>Make Binary reload as conditional</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2470906#M99767</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I have a child app that has binary reload as&amp;nbsp;binary [lib://Qlik_Apps/Parent App ID];&amp;nbsp;&lt;BR /&gt;I would like to make this conditional and say if my environment is XXX then Parent app ID to be x if the environment is YYY then Parent app ID to be y.&lt;/P&gt;
&lt;P&gt;is that possible?&lt;/P&gt;
&lt;P&gt;if env='XXX' then&amp;nbsp;binary [lib://Qlik_Apps/xxxxxxxxxxxx];&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if env='YYY' then&amp;nbsp;binary [lib://Qlik_Apps/yyyyyyyyyyyy];&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2470906#M99767</guid>
      <dc:creator>Narges</dc:creator>
      <dc:date>2024-11-15T20:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Make Binary reload as conditional</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2470926#M99768</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/197152"&gt;@Narges&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly let us know which product you're referring&lt;/P&gt;
&lt;P&gt;This Forum is for Qlik Enterprise Manager comes Data Integration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Suresh&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 11:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2470926#M99768</guid>
      <dc:creator>sureshkumar</dc:creator>
      <dc:date>2024-07-16T11:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Make Binary reload as conditional</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2470938#M99769</link>
      <description>&lt;P&gt;[Edit] - As pointed out below, this won't work because Binary must be the first statement. Oops.&lt;/P&gt;
&lt;P&gt;Sounds like a standard IF situation.&lt;/P&gt;
&lt;P&gt;If Env = 'XXX' THEN&lt;/P&gt;
&lt;P&gt;Do something&lt;/P&gt;
&lt;P&gt;else if Env = 'YYY' THEN&lt;/P&gt;
&lt;P&gt;Do Something Else&lt;/P&gt;
&lt;P&gt;End If&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're asking how to tell which environment you're in, see e.g.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Is-there-anyway-to-find-out-Qlik-Sense-Environment-Whether-it-is/td-p/1832797" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/App-Development/Is-there-anyway-to-find-out-Qlik-Sense-Environment-Whether-it-is/td-p/1832797&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Reading-Widows-Environment-Variable-in-Qlik-Sense-script-during/td-p/2070260" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/App-Development/Reading-Widows-Environment-Variable-in-Qlik-Sense-script-during/td-p/2070260&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/App-Development/Qlik-Sense-Dynamically-change-the-environment-variable-when/td-p/1803792" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/App-Development/Qlik-Sense-Dynamically-change-the-environment-variable-when/td-p/1803792&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 18:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2470938#M99769</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-07-16T18:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make Binary reload as conditional</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2470964#M99770</link>
      <description>&lt;P&gt;I don't think that is possible. Binary must be the very first statement in your Load Script.&lt;/P&gt;
&lt;P&gt;For more details:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularStatements/Binary.htm?key=8f4b4f7881b34d5a847b666bf3bd31f2" target="_blank"&gt;Binary | Qlik Cloud Help&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 13:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2470964#M99770</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-07-16T13:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Make Binary reload as conditional</title>
      <link>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2471011#M99771</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/197152"&gt;@Narges&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just for future reference, this forum is for Qlik Enterprise Manager, a Data Integration product. To reach the right audience, please post in the correct product forum for your question:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dana_Baldwin_0-1721152159832.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169431iB4ECFDD232452D92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dana_Baldwin_0-1721152159832.png" alt="Dana_Baldwin_0-1721152159832.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 17:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Make-Binary-reload-as-conditional/m-p/2471011#M99771</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2024-07-16T17:49:36Z</dc:date>
    </item>
  </channel>
</rss>

