Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
renovero
Creator
Creator

Not connecting date in simple table - why

Hello.
I have added an xls example from my case.

I'm wondering why, when I load the data to Qlik the "Data" column is not connected together.
In this case, when I add full table and then add multi-box with "Data" - i have two separate data chooses, even if, the data in this chooses is the same.

2019-03-15_09h56_23.png

I assume that "Data" column is connected somehow with "Godzina" column, and because of that - it separates that field.

How could I avoid that? How could I sum all identical data to one record?

 

Labels (3)
1 Solution

Accepted Solutions
tresesco
MVP
MVP

This could be because your date values have timestamp at the backend that are different from each other. You can try to load the date like:

Load
     Date(Floor(Data)) as Data

View solution in original post

2 Replies
tresesco
MVP
MVP

This could be because your date values have timestamp at the backend that are different from each other. You can try to load the date like:

Load
     Date(Floor(Data)) as Data
renovero
Creator
Creator
Author

It was that, when I load data as you described.
Super fast response, thank you for your help 🙂