Report

Hello all,

I have a report that starts with a empty table row.

The output looks like this,

Naamloos.jpg

 

The code for the report is:

Weekoverzicht werktijden 

 

Week: <<[Week]>> <<[Year]>> 

 

<<Start: ORDERBY(FILTER("Timesheet", ([Log ID] = MAXROW("Timesheet", "_ROWNUMBER", ([_THISROW-1].[Name] = [Name])))), [Name].[Employee Name])>> 

 

<<[Name].[Employee Name]>> 

Dag 

Datum 

In 

Uit 

Totaal uren 

<<Start: FILTER("Timesheet", AND(([_Thisrow].[Week] = [Week]),([_Thisrow-1].[Name] = [Name])))>><<TEXT([Date/Time In], "DDDD")>> 

<<TEXT([Date/Time In],โ€DD-MM-YYโ€)>> 

<<TEXT([Date/Time In],โ€hh:mm:ssโ€)>> 

<<TEXT([Date/Time Out],โ€hh:mm:ssโ€)>> 

<<TEXT(TIME([Total Hours]),โ€hh:mm:ssโ€)>><<END>> 

Totaal uren   

<<SUM(SELECT(Timesheet[Total Hours], AND(([_Thisrow].[Week] = [Week]),([_Thisrow-1].[Name] = [Name]))))>> 

<<End>> 

 

0 1 41
1 REPLY 1

And the question is?

Top Labels in this Space