Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

is there any YEARFRAC function in qlikview or any alternative for this?

Hi,

Anyone know the how to use YEARFRAC function in qlikview or is there any alternative for this?

could you please help me to calculate below formula in qlikview.

= 1 / (YEARFRAC(E_TestStart, E_TestEnd, 1))

Regards,

Vedant

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Please Try

= 1 /  ( (E_TestEnd - E_TestStart) / 360)

View solution in original post

2 Replies
Clever_Anjos
Employee
Employee

Please Try

= 1 /  ( (E_TestEnd - E_TestStart) / 360)

Not applicable
Author

Thanks Clever Anjos