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: 
alexandermllr
Creator
Creator

Timestamp key not working

Hello everyone,

I have two tables which are conneced by a timestamp key. Sometimes the data are not conneced and it will greate a second line in the table. The format in both tabels are the same.

Example:

Timestamp_KeyData Table 1Data Table 2
01.01.2020 00:3025-
01.01.2020 00:30-50


I hope someone can help me!

Thanks!

Labels (2)
2 Replies
QFabian
MVP
MVP

Hi, maybe the timestamps looks alike, but can have minimal differences in milliseconds.

try apply ceil() or floor() to have the same numbers of decimals for each timestamp.

Greetings!! Fabián Quezada (QFabian)
did it work for you? give like and mark the solution as accepted.
alexandermllr
Creator
Creator
Author

Hi,

thank you, but I did not work.

I just used round(Timestamp_Key,0.01) and now it works.