Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all. First of all thank you for your time.
There is an issue I can not solve, but I'm sure there is something I'm missing.
Let's say I have two different tables in qlik:
ID | DateA | DateB |
---|---|---|
ID | Type |
---|---|
In my script I want to calculate the difference between DateA and Date B in months and then create some buckets, but depending on the type. I think there are several ways to achieve this:
The last way that comes to my mind is to calculate the number of months between both dates in a variable inside the APP, but there is no function to calculate the number of months between two dates
Is there a way to achieve this?
thanks you for your time.
Regards
- There is no function to calculate the number of months between two dates (Am I right?)
May be not a direct function, but you can use this
- There is no function to calculate the number of months between two dates (Am I right?)
May be not a direct function, but you can use this
Thank you Sunny, that's great.
It's a pity that there is no such as built-in function for that, but that's a great workaround
Thanks you very much