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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tMap filter is not working

Hi,

 

I have tMap component for the XML extract. For some of the column/attribute filter works fine but for one of the column/attribute it is not.

Below is the filter condition.

row2.timeStamp.equals("2017-07-06T06:35:00.000000")

 

Could you please let me know if any issue?

Labels (3)
6 Replies
Anonymous
Not applicable
Author

What is the data type for the row2.timestamp in talend?
Anonymous
Not applicable
Author

Hi, Data type is string. Originally it is on date on XML but due to parsing issue, I had to change it to string.
Anonymous
Not applicable
Author

Expression is fine. Can you verify incoming data?
Anonymous
Not applicable
Author

This is definitely because your timestamp column does not hold "2017-07-06T06:35:00.000000". You need to use a tLogRow to see what the column actually holds. The tMap filtering is not broken, your filter is not matching the data it is filtering.

Anonymous
Not applicable
Author

I found an alternative solution to this

Anonymous
Not applicable
Author

Hi Brawal,

 

Please share the solution in the forum, then it will be helpful for others too..

Thanks.