<?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: Need help to use globalMap's column name's VALUES in tMap Filter Expression. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289477#M62859</link>
    <description>&lt;P&gt;@Deepti Hazari​&amp;nbsp;,here is the job attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please like and select as best the correct replay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
    <pubDate>Sat, 29 Aug 2020 03:34:08 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-08-29T03:34:08Z</dc:date>
    <item>
      <title>Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289463#M62845</link>
      <description>&lt;P&gt;We are using tMap for the following:&lt;/P&gt;&lt;P&gt;1. We are joining source and target table on key columns source.id= target.id&lt;/P&gt;&lt;P&gt;2. We are using globalMap to store the name of some columns for both the source and target.&lt;/P&gt;&lt;P&gt;3. Global Map contains the following values:&lt;/P&gt;&lt;P&gt;source_hash_column &amp;gt; hash_key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. We want to use the column name stored in the globalmap, in the Filter Expression of tMap output.&lt;/P&gt;&lt;P&gt;(source.((String)(globalMap.get("hash_key")) == null)&lt;/P&gt;&lt;P&gt;4. Now issues are:&lt;/P&gt;&lt;P&gt;a) If we use it the way mentioned in point 3, it gives compilation error: Syntax error on token ".", Identifier expected after this token.&lt;/P&gt;&lt;P&gt;b) If we use concatenation like below, then its treating column names itself as String and Not the actual value stored in that column.&lt;/P&gt;&lt;P&gt;(source + "." + ((String)(globalMap.get("hash_key")) == null)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please suggest, how can we use globalMap's column name's values in tMap Filter Expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289463#M62845</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2024-11-16T01:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289464#M62846</link>
      <description>&lt;P&gt;@Deepti Hazari​&amp;nbsp;, can you show your job design where are you setting a global variables and read it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 06:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289464#M62846</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-28T06:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289465#M62847</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009RYh6AAG.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135045iB2F01B3242C98B52/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009RYh6AAG.jpg" alt="0693p000009RYh6AAG.jpg" /&gt;&lt;/span&gt;Thanks @Manohar B​&amp;nbsp;for your reply. Here is a detailed explanation with the snapshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I can't share the confidential Project Design, here is sample example to replicate the issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this snapshot, there are :&lt;/P&gt;&lt;P&gt;a) 2 inputs row1 and row2 for tMap&amp;nbsp;&lt;/P&gt;&lt;P&gt;b) a left join between them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;c) tMap join output"out1" with filter expression where target key column is null.&lt;/P&gt;&lt;P&gt;d) globalMap is already populated with the values : "source_key_column" &amp;gt;&amp;gt; EMP_ID and "target_key_column" &amp;gt;&amp;gt; EMP_ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, in usual case, to achieve this, we would have just dragged the key column from row2 to the expression filter with null check such as&lt;/P&gt;&lt;P&gt;row2.EMP_ID == null&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, we are trying to parameterize the column name "EMP_ID" here by substituting it from globalMap. Now there are 2 options here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. If we are using it as below, it is throwing compilation error "it gives compilation error: Syntax error on token ".", Identifier expected after this token."&lt;/P&gt;&lt;P&gt;row2.globalMap.get("target_key_column") == null&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. If we are using it as below, then it is actually comparing the String value "row2.EMP_ID" and not the value stored within the EMP_ID column of row2.&lt;/P&gt;&lt;P&gt;row2 + "." + globalMap.get("target_key_column") == null&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;so please suggest, how should I use the parameterized column name in the tMap filter expression?&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289465#M62847</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2020-08-28T15:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289466#M62848</link>
      <description>&lt;P&gt;@Deepti Hazari​&amp;nbsp;,Where are you put that variable in global map? since your getting the variable in tMap&lt;/P&gt;&lt;P&gt; . &lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289466#M62848</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-28T15:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289467#M62849</link>
      <description>&lt;P&gt;@Manohar B​&amp;nbsp; before this tmap, I'm using tJavaRow to populate the values in globalMap.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289467#M62849</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2020-08-28T15:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289468#M62850</link>
      <description>&lt;P&gt;@Deepti Hazari​&amp;nbsp;,in tJavarow you can print that global variable and check what are you getting? &lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289468#M62850</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-28T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289469#M62851</link>
      <description>&lt;P&gt;@Manohar B​&amp;nbsp;, I have already tried that and I am getting the correct value "EMP_ID" when I print globalMap.get("target_key_column"), but he problem is that when I am using it with row2.globalMap.get("target_key_column") in the Filter expression , then it is not treating it the same way as it would treat row2.EMP_ID.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289469#M62851</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2020-08-28T15:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289470#M62852</link>
      <description>&lt;P&gt;@Deepti Hazari​&amp;nbsp;, When you have multiple records you need to iterate record by record using tFlowtoIterate.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289470#M62852</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-28T15:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289471#M62853</link>
      <description>&lt;P&gt;@Deepti Hazari​&amp;nbsp;,And one more thing that when you put you need to use the below way right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((String)globalMap.put("myObject", row2.col)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((String) globalMap.get("myObject"))&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289471#M62853</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-28T15:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289472#M62854</link>
      <description>&lt;P&gt;ok @Manohar B​&amp;nbsp; . I will try this option of having "row2" concatenated while putting the value in the globalMap itself&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289472#M62854</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2020-08-28T15:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289473#M62855</link>
      <description>&lt;P&gt; Not sure though if it would just take that as a String or substitute it with the actual value within that col in the Filter Expression.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 15:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289473#M62855</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2020-08-28T15:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289474#M62856</link>
      <description>&lt;P&gt;@Manohar B​&amp;nbsp;: I tried using the approach by having row2 concatenated in the globalMap value itself, but still it is just treating that value as a String in the Filter Expression and not substituting the actual value within that column.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 16:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289474#M62856</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2020-08-28T16:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289475#M62857</link>
      <description>&lt;P&gt;@Deepti Hazari​&amp;nbsp;, I really not sure how you have designed and expecting to work. but i have create a simple job to check the globalvar filter in tMap. check the below one. it was working as expected.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 02:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289475#M62857</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-29T02:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289476#M62858</link>
      <description>&lt;P&gt;Thanks @Manohar B​&amp;nbsp;, but unfortunately i cant see the screenshot..can you please try to attach it again&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 03:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289476#M62858</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2020-08-29T03:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289477#M62859</link>
      <description>&lt;P&gt;@Deepti Hazari​&amp;nbsp;,here is the job attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please like and select as best the correct replay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 03:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289477#M62859</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-29T03:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289478#M62860</link>
      <description>&lt;P&gt;Thanks a lot @Manohar B​&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I got an idea from your attachement to fix my issue. But can you please suggest for this as well. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see in your tJavaRow code, you have used the below so that 1 row from the input to tJavaRow is mapped to its output. &lt;/P&gt;&lt;P&gt;"output_row.col1 = input_row.col1;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, what if I have many input columns and I want to do this for all the columns and get all the input columns mapped to the tJavaRow's output columns without writing the mapping for each column individually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please suggest a short design/ code statement for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 06:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289478#M62860</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2020-08-29T06:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289479#M62861</link>
      <description>&lt;P&gt;@Deepti Hazari​&amp;nbsp;, Once you connect from previous component to tJavarow. click on Sync columns and  then click on Generate code.what ever the columns you have in tJavaRow_1 output schema will generate automatically.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 07:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289479#M62861</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-29T07:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289480#M62862</link>
      <description>&lt;P&gt;Thank you @Manohar B​&amp;nbsp;, yup even I thought about syncing col. Thanks for your time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 07:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289480#M62862</guid>
      <dc:creator>DHazari1598547528</dc:creator>
      <dc:date>2020-08-29T07:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289481#M62863</link>
      <description>&lt;P&gt;You are welcome @Deepti Hazari​&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 07:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289481#M62863</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-08-29T07:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need help to use globalMap's column name's VALUES in tMap Filter Expression.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289482#M62864</link>
      <description>&lt;P&gt;Hi @Deepti Hazari​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am having same issue to pass column as global variable in tmap and filter source data.&lt;/P&gt;&lt;P&gt;Can you please share how you have composed global variable and used it in tMap ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Manohar B​&amp;nbsp; -- Can you please share your job if you still have it, looks like it's delete from this ticket.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Madhu Kolli&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 14:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-help-to-use-globalMap-s-column-name-s-VALUES-in-tMap-Filter/m-p/2289482#M62864</guid>
      <dc:creator>madhukolli2003</dc:creator>
      <dc:date>2021-05-11T14:17:50Z</dc:date>
    </item>
  </channel>
</rss>

