<?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: Dynamically pass value dynamically in trestquest with tmysqlinput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303255#M75156</link>
    <description>you have to remove the second purple arrow who make a full match between request.doctorName and row1.doctorName</description>
    <pubDate>Thu, 21 Jun 2018 14:02:01 GMT</pubDate>
    <dc:creator>fdenis</dc:creator>
    <dc:date>2018-06-21T14:02:01Z</dc:date>
    <item>
      <title>Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303239#M75140</link>
      <description>&lt;P&gt;i have facing problem in to get&amp;nbsp; data from database using trestrequest , txmlmap and tmysqlinput. my question is i m passing value in url like {doctorName} and that value which i have passing in url and it search in tmysqinput using of&amp;nbsp; &lt;STRONG&gt;like&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt; please Find attachment&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is SQL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"SELECT&lt;BR /&gt;`doctor_details`.`id`,&lt;BR /&gt;`doctor_details`.`doctorName`&lt;BR /&gt;FROM `doctor_details` where `doctor_details`.`doctorName` Like&amp;nbsp; " + globalMap.get("request.doctorName")&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 07:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303239#M75140</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-20T07:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303240#M75141</link>
      <description>&lt;P&gt;"SELECT&lt;BR /&gt;`doctor_details`.`id`,&lt;BR /&gt;`doctor_details`.`doctorName`&lt;BR /&gt;FROM `doctor_details` where `doctor_details`.`doctorName` Like&lt;FONT color="#ff0000"&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde"&gt;'%&lt;/FONT&gt; &lt;/FONT&gt;" + globalMap.get("request.doctorName") &lt;FONT color="#ff0000" face="arial black,avant garde"&gt;+"%'"&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 08:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303240#M75141</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-20T08:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303241#M75142</link>
      <description>&lt;P&gt;not work sill not search&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lt5N"&gt;page-3.png&lt;/A&gt;</description>
      <pubDate>Wed, 20 Jun 2018 08:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303241#M75142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-20T08:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303242#M75143</link>
      <description>try the query into a MySQL editor first.</description>
      <pubDate>Wed, 20 Jun 2018 09:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303242#M75143</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-20T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303243#M75144</link>
      <description>&lt;P&gt;mysql editor working find and retrieve the relatively data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 05:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303243#M75144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T05:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303244#M75145</link>
      <description>&lt;P&gt;not working to dynamically to passing that parameter&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 05:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303244#M75145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T05:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303245#M75146</link>
      <description>does it work without request.doctorName parameter?</description>
      <pubDate>Thu, 21 Jun 2018 08:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303245#M75146</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-21T08:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303246#M75147</link>
      <description>can you send a screenshot of your job?</description>
      <pubDate>Thu, 21 Jun 2018 08:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303246#M75147</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-21T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303247#M75148</link>
      <description>&lt;P&gt;PFA for my job screen sort&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtB4"&gt;page-1.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsoE"&gt;page-2.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtBJ"&gt;page-3.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LsvX"&gt;page-4.png&lt;/A&gt;</description>
      <pubDate>Thu, 21 Jun 2018 09:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303247#M75148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T09:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303248#M75149</link>
      <description>ok in your tmap:
&lt;BR /&gt;for row1 click the tool.
&lt;BR /&gt;in lookup Model select reload at each row.
&lt;BR /&gt;in the new exp. line
&lt;BR /&gt;click on +
&lt;BR /&gt;add request.doctorName
&lt;BR /&gt;in your sql query use globalMap.get("myKey")
&lt;BR /&gt;
&lt;BR /&gt;is it Fine?</description>
      <pubDate>Thu, 21 Jun 2018 09:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303248#M75149</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-21T09:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303249#M75150</link>
      <description>&lt;P&gt;but i have want txmlmap to extract their data not tmap&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 09:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303249#M75150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T09:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303250#M75151</link>
      <description>&lt;P&gt;can u give the screen short&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303250#M75151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T10:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303251#M75152</link>
      <description>&lt;P&gt;txmlMap or tMap it's the same you have to use dynamic lookup.&lt;/P&gt;&lt;P&gt;I cannot add pics but you can havea look to:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/g8zdjVE7fWNUh3u4ztO6Dw/Ll_zYlcDgWNvb7kwSypEQQ" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/g8zdjVE7fWNUh3u4ztO6Dw/Ll_zYlcDgWNvb7kwSypEQQ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303251#M75152</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-21T10:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303252#M75153</link>
      <description>&lt;P&gt;still not work please find Attachment&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lt3l"&gt;page5.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtBY"&gt;page6.png&lt;/A&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303252#M75153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T10:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303253#M75154</link>
      <description>&lt;P&gt;you forget this&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"lookup Model" select "reload at each row"&lt;/P&gt; 
&lt;P&gt;add doctor name as globalmap key.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sans titre1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ly07.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129450i8FCF1F033DE7CBAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ly07.png" alt="0683p000009Ly07.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 10:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303253#M75154</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-21T10:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303254#M75155</link>
      <description>&lt;P&gt;this noting return&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt;{&lt;/SPAN&gt;&lt;SPAN class="blockInner"&gt;&lt;SPAN class="kvov objProp"&gt;"&lt;SPAN class="k"&gt;root&lt;/SPAN&gt;":&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="blockInner"&gt;&lt;SPAN class="kvov objProp"&gt;&lt;SPAN class="b"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/SPAN&gt;"&lt;SPAN class="k"&gt;g&lt;/SPAN&gt;":&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="blockInner"&gt;&lt;SPAN class="kvov objProp"&gt;&lt;SPAN class="b"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="blockInner"&gt;&lt;SPAN class="kvov objProp"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;"&lt;SPAN class="k"&gt;doctorName&lt;/SPAN&gt;":&amp;nbsp;&lt;SPAN class="s"&gt;""&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="blockInner"&gt;&lt;SPAN class="kvov objProp"&gt;&lt;SPAN class="b"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="blockInner"&gt;&lt;SPAN class="kvov objProp"&gt;&lt;SPAN class="b"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="b"&gt;}&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also PFA&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lt9A"&gt;page7.png&lt;/A&gt;</description>
      <pubDate>Thu, 21 Jun 2018 11:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303254#M75155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T11:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303255#M75156</link>
      <description>you have to remove the second purple arrow who make a full match between request.doctorName and row1.doctorName</description>
      <pubDate>Thu, 21 Jun 2018 14:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303255#M75156</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-21T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303256#M75157</link>
      <description>&lt;P&gt;i have try also but come same output that means nothing came&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtBd"&gt;page8.png&lt;/A&gt;</description>
      <pubDate>Thu, 21 Jun 2018 14:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303256#M75157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T14:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303257#M75158</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="page7.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ly4r.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135902i7D8F253E8636177E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ly4r.png" alt="0683p000009Ly4r.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jun 2018 14:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303257#M75158</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-06-21T14:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically pass value dynamically in trestquest with tmysqlinput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303258#M75159</link>
      <description>&lt;P&gt;same response not data will show&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lt81"&gt;page9.png&lt;/A&gt;</description>
      <pubDate>Thu, 21 Jun 2018 14:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamically-pass-value-dynamically-in-trestquest-with/m-p/2303258#M75159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T14:30:17Z</dc:date>
    </item>
  </channel>
</rss>

