Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sunbaj
Contributor III
Contributor III

Help with Filter in tMap

Need some help with filter in tMap. I have spent two days on this and unable to make out what the issue is. I have two fields in a flat file which I am reading. One is the date  field and the other is a description.I need to filter out those records where the Description contains the word "Balance"

 

I have used the below logic but the issue is that it does not filter out the records

 

StringHandling.INDEX(row2.Description,"Balance") < 1  

 

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

 

   Please try the logic as shown below.

 

0683p000009M6gS.png

 

0683p000009M6gX.png

 

!Relational.ISNULL(row1.data) && row1.data.contains("Balance")

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

1 Reply
Anonymous
Not applicable

Hi,

 

   Please try the logic as shown below.

 

0683p000009M6gS.png

 

0683p000009M6gX.png

 

!Relational.ISNULL(row1.data) && row1.data.contains("Balance")

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂