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: 
harson
Contributor III
Contributor III

Data not display on the table until selection made

Hello community,

I have a hang on QlikView.

To determine the hours of entry for employees after lunch break, I need to find the value of Login closest to the scheduled time (each employee has their own schedule)

I found the good value, but it’s not display on the table until selection made on the ID (employee)

Any ideas? (attached an example)

Thanks in advance.

Sorry for my English, I don’t speak English very well.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Replace your set analysis expressions with if-expression, like in attached.

Left Max Value = Max(if(Login<=LoginPlanning,Login))

...

Capture.JPG

View solution in original post

2 Replies
tresesco
MVP
MVP

Replace your set analysis expressions with if-expression, like in attached.

Left Max Value = Max(if(Login<=LoginPlanning,Login))

...

Capture.JPG

harson
Contributor III
Contributor III
Author

Thanks