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

Qlik Expression Clarification

Hi Experts,

What does the below syntax does?

Where trunc(LAST_UPD_D) > trunc(to_date('$(vDate)','YYYY-MM-DD'));

Please help!

Many Thanks!

1 Solution

Accepted Solutions
anat
Master
Master

Trunc function in SQL ,will take only date part from the source field.

The TRUNC (date) function returns date with the time portion of the day truncated to the unit specified by the format model fmt.

in qlik you can use floor function .

View solution in original post

1 Reply
anat
Master
Master

Trunc function in SQL ,will take only date part from the source field.

The TRUNC (date) function returns date with the time portion of the day truncated to the unit specified by the format model fmt.

in qlik you can use floor function .