Forum Discussion
Calculate if value is between dates
- 8 years ago
Could you maybe explain how it works? Because i have trouble understanding the solution.
Hi,
Have you tested the result? Does the solution work? In the Query Editor, i have basically created a single column of dates from your start and end date columns. So the query loaded to the Data Model has only 2 columns - ID and Date.
- Anonymous8 years agoNot applicable
Hi Ashish,
It seems to do what i want, but i cant test it yet in my enviroment. Can you explain "added custom 1" ({ Number.From([Createdate])..Number.From([Custom]) }) so that i can try to implement it in my enviroment?
Thank you in advance!!
- Ashish_Mathur8 years ago
Super User
Hi,
That line creates a single column table with all dates from start to end for each ID.
- Anonymous8 years agoNot applicable
I understand now. I do get an error " The number is out of range of a 32 bit integer value Details: 42359.66638"
Any tips to fix that?