Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
WEBINAR June 25, 2025: Build on Apache Iceberg with Qlik Open Lakehouse - REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikuser222
Creator
Creator

round up the difference vales between two dates ??

Hi,

Can anyone please help me in rounding up the difference values between two dates.

please  find the attached QVW which has my requirement

1 Solution

Accepted Solutions
rbecher
MVP
MVP

Probably:

if(diff > 1, ceil(diff), floor(diff))

Astrato.io Head of R&D

View solution in original post

1 Reply
rbecher
MVP
MVP

Probably:

if(diff > 1, ceil(diff), floor(diff))

Astrato.io Head of R&D