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

Variable 'Yesterday at 21:00'

Hi,

someone have some idea how can I create a variabile in the script that can extract the table's datas before the 21:00 about yesterday?

example:
today = 02/10/2023
result variable = 01/10/2023 21:00:00

 

regards,

M.

Labels (1)
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I think:

LET vX = TimeStamp(Today(1)-1) + MakeTime(21))

-Rob

View solution in original post

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I think:

LET vX = TimeStamp(Today(1)-1) + MakeTime(21))

-Rob