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

Show content of field in tabel for specific day

Hi all,

I have the following issue.

I want to create a tabel, which should look like this:

DateUserRF Gun

Today()-1 or max(date)

JSHUNTBER01MDS01
Today()-1 or max(date)MAMUELLERBER01MDS02
Today()-1 or max(date)MAMUELLERBER01MDS03

I only want to see the latest date and not all dates.

Is it possible to do this without editing the script?

1 Solution

Accepted Solutions
jamesehunt
Contributor III
Contributor III
Author

=if(date >= today()-1 and date <= today(), date(date), null())

View solution in original post

1 Reply
jamesehunt
Contributor III
Contributor III
Author

=if(date >= today()-1 and date <= today(), date(date), null())