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

QlikSense - Report Date View

Hi,

I'm trying to create an aged report, using the delivery date as the starting point. So, I'd like the additional movement date field to display as the number of days between that date and the delivery date. Is that possible within the report without displaying the Movement date, or do I need to create a new calculated field within the data manager?

Any help greatly appreciated.

Thanks
SJ

Labels (1)
1 Reply
vchuprina
Specialist
Specialist

Hi,

You can calculate the difference between dates without displaying the Movement date, add the following as an expression to your chart :

Interval([Movement Date] - [Delivery Date] , 'd')

vchuprina_0-1652179214403.png

Data for testing

DATATEST:
LOAD * Inline [
Delivery Date, Movement Date, Name
05/9/2022, 5/10/2022, Order1
05/7/2022, 5/13/2022, Order2
];

Regards,

Vitalii

Press LIKE if the given solution helps to solve the problem.
If it's possible please mark correct answers as "solutions" (you can mark up to 3 "solutions").