
Contributor II
2023-08-29
03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Want to find out experience based on hire date
Hi Team,
Glad to hear that such great community, Just wanted to find out the experience based on hire date
I have tried in Qlik but not working this =Num( date#(year(today()) -Year([Hire Date]))) expression.
And totally new in this platform. can someone please help.
Thanks,
Rajveer
618 Views
2 Replies

Partner - Creator
2023-08-29
03:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If your Hire Date is a standard date format,such as YYYY-MM-DD,you can use the expression below
num(today())-num([Hire Date])
You will directly get the day difference between two dates.

Contributor II
2023-08-29
08:19 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot, it is working in Days, but I have converted into year year(num(today()))-year(num([Hire Date],'Year'))
in this expression but still not working in year wise. And Some of the date field not getting blank.
584 Views
