Forum Discussion
Anonymous
6 years agoNot applicable
Date Table and Adding Data to it from a Data Source
I have a data source which has a unique ID. A "Created" and "Closed" by date for each unique ID. Also, a Status (Open, Close) for each Unique ID. There are situations where multiple unique ID's are "...
amitchandak
Super User
6 years agoAnonymous , You need to join both of them with Date table, one will active another one will be inactive and then use userelation to activate them.
Anonymous
6 years agoNot applicable
Thank you for this AM . How would you do a cumulative total of the Employee ID if I wanted to get a total of employees that had worked in a course of a year?