Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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