Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
You will need 1 field for month ahead you want to look. But once you get one working, then you can copy the field and just make a minor change to it.
The field type would be formula Numeric, and here is a corrected formula
IF(
[Project Start Date]<= $ActiveMonthEnd
and
[Project End Date] >= $ActiveMonthStart,1,0)
Give it a try and post back if you get stuck anywhere.
The field type would be formula Numeric, and here is a corrected formula
IF(
[Project Start Date]<= $ActiveMonthEnd
and
[Project End Date] >= $ActiveMonthStart,1,0)
Give it a try and post back if you get stuck anywhere.