Forum Discussion

ramanathans's avatar
ramanathans
Frequent Visitor
5 years ago
Solved

Get Active days count

Hi Currently i have a table which has time periods in which an individual is active

 

STAFF_CDSTART_DTEND_DT
ABC09/19/201711/09/2019
ABC02/01/202011/05/2020

 

DT is in MM/DD/YYYY format

 

I am trying to make a report which will give me this result, for every staff the number of working days they are active for a particular month on the basis of the above information

 

STAFF_CDOCT - 19NOV - 19DEC -19JAN -20
ABC3109030

 

Is there any way in which i can create a measure to achieve the same?