Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
elislopes261
Contributor
Contributor

filtro de minimo timestamp

Olá, preciso utilizar o filtro de data em uma tabela com uma linha do tempo de eventos, mas preciso filtrar a data minima, e fila por data máxima. Exemplo:

 

ticket    fila                 data

A              1          16/05/23 11:00 

A              2          17/05/23 13:20 

B              1           14/05/23 14:00

B              2           16/05/23 18:00

C              3          15/05/23 22:00

 

ao filtrar a data de 16/05/23, por exemplo, preciso que me retorne:

ticket      fila                 data

    A            2          16/05/23 11:00 

 

Labels (2)
1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

Try this expression

=Timestamp(Date#(Max(data), 'DD/MM/YY HH:mm'))

View solution in original post

1 Reply
Chanty4u
MVP
MVP

Try this expression

=Timestamp(Date#(Max(data), 'DD/MM/YY HH:mm'))