Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does anyone have a solution for counting a value which is valid between the start date and the end date. See the between date qvw.
I only want to count valid values within the selected YEARMONTH_PER field.
the syntax above is not working 😞
Hope someone has a solution or knows how to handle this kind of situations..
Thanks for this excellent solution John! This is exaclty where I was looking for!
Hi !
if(DATE_PER > Startdate,if(DATE_PER<Enddate,count(distinct ID),0),0)
HTH,
Martin