<?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 Use result of tmsgbox YES/NO in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Use-result-of-tmsgbox-YES-NO/m-p/2288500#M61982</link>
    <description>Hello,&lt;BR /&gt;i'm using a tmsgbox with the YES/NO buttons. The goal of this, is that if user click YES job continu, if NO job is stopped.&lt;BR /&gt;I don't know how to do this.&lt;BR /&gt;I think simply use the trigger run if after my tmsgbox. As if condition i have set :&lt;BR /&gt;((String)globalMap.get("tMsgBox_1_RESULT"))=="1"&lt;BR /&gt;But this is always false. I don't know what is the value return by TmsgBox when YES or when NO.&lt;BR /&gt;Does anyone know it?&lt;BR /&gt;thkx,&lt;BR /&gt;jean</description>
    <pubDate>Sat, 16 Nov 2024 14:03:07 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T14:03:07Z</dc:date>
    <item>
      <title>Use result of tmsgbox YES/NO</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-result-of-tmsgbox-YES-NO/m-p/2288500#M61982</link>
      <description>Hello,&lt;BR /&gt;i'm using a tmsgbox with the YES/NO buttons. The goal of this, is that if user click YES job continu, if NO job is stopped.&lt;BR /&gt;I don't know how to do this.&lt;BR /&gt;I think simply use the trigger run if after my tmsgbox. As if condition i have set :&lt;BR /&gt;((String)globalMap.get("tMsgBox_1_RESULT"))=="1"&lt;BR /&gt;But this is always false. I don't know what is the value return by TmsgBox when YES or when NO.&lt;BR /&gt;Does anyone know it?&lt;BR /&gt;thkx,&lt;BR /&gt;jean</description>
      <pubDate>Sat, 16 Nov 2024 14:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-result-of-tmsgbox-YES-NO/m-p/2288500#M61982</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Use result of tmsgbox YES/NO</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-result-of-tmsgbox-YES-NO/m-p/2288501#M61983</link>
      <description>hi, 
&lt;BR /&gt;you are on the right way . 
&lt;BR /&gt;First use equals to compare 2 String in java. 
&lt;BR /&gt;when user clic "yes" , it return "0" so compare result box like this : 
&lt;BR /&gt;order 1 
&lt;BR /&gt;if 
&lt;BR /&gt; 
&lt;PRE&gt;((String)globalMap.get("tMsgBox_1_RESULT")).equals("0")&lt;/PRE&gt; 
&lt;BR /&gt;do something (in my TjavaFlew : out.println("continue") 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;order 2 
&lt;BR /&gt;else 
&lt;BR /&gt; 
&lt;PRE&gt;!((String)globalMap.get("tMsgBox_1_RESULT")).equals("0")&lt;/PRE&gt; 
&lt;BR /&gt;do something else (out.println("stop");</description>
      <pubDate>Wed, 04 Mar 2009 11:44:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-result-of-tmsgbox-YES-NO/m-p/2288501#M61983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-04T11:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Use result of tmsgbox YES/NO</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-result-of-tmsgbox-YES-NO/m-p/2288502#M61984</link>
      <description>thank a lot</description>
      <pubDate>Wed, 04 Mar 2009 11:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-result-of-tmsgbox-YES-NO/m-p/2288502#M61984</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-03-04T11:58:01Z</dc:date>
    </item>
  </channel>
</rss>

