Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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