Forum Discussion
Date Calculation
Does it need to be in a new column/table? Why not just use the filters and filter by date?
Can i filter between two seperate columns
- Anonymous8 years agoNot applicable
georged018,
Could you please share sample data of you table and post expected result here? What do you mean that group/filter dates between two separate columns?
Regards,
Lydia- georged0188 years agoNew Member
Hi Anonymous
What we are trying to occomplish it track closed incidents which have been either closed or resolved within a particular month. This data is recorded under Resolved Date or Closed Date. As the dates are different we are unable to just use the one field so was looking to use a combination of both.
- Anonymous8 years agoNot applicable
georged018,
Create a column using the following similar formula.
Column = IF(MONTH(Table7[Resolved Date])=8 || MONTH(Table7[Closed Date])=8,1,0)
Regards,
Lydia