This content has been marked as final.
Show 3 replies
-
Re: Calculated dimension hides information
David Forest Apr 10, 2018 2:17 PM (in response to Sietse Romijn )Sum({$<active_flag={1}>} hours) will aggregate to the level of other dimensions in the table
-
Re: Calculated dimension hides information
Sietse Romijn Apr 13, 2018 2:35 AM (in response to David Forest)This still only computes the hours worked over the currently active job, as opposed to the total number of hours worked over all jobs.
-
Re: Calculated dimension hides information
David Forest Apr 13, 2018 1:13 PM (in response to Sietse Romijn )if you want total hours by employee use:
Sum({$<active_flag={1}>} TOTAL <employee_id> hours)
-
-