Quantcast
Channel: Project Customization and Programming forum
Viewing all articles
Browse latest Browse all 5347

Building a timesheet actuals

$
0
0

Hi I built and uploaded a timesheet report and also uploaded and published the data connection in the DC library on BI Center.

But still I m not able to refresh report in browser. Please help

My query is

select

Tl

.PeriodNameas[PeriodName],


Tl

.PeriodStatusas[Period Status],


Tl

.TimesheetNameas[TimesheetName],


Tl

.TimesheetStatusas[Timesheet Status],


Tl

.ResourceNameas[ResourceName],


Tl

.ProjectNameas[ProjectName],


Tl

.TaskNameas[TaskName],


Tl

.TaskUIDas[TaskUID],


Tl

.PlannedWorkas[Planned Work],


Tl

.ActualWorkBillableas[Billable Actual Work],


Tl

.PeriodStartDateas[Period Start Date],


Tl

.PeriodEndDateas[Period End Date],


Tsk

.[Accounting Code]

from  

MSP_TimesheetLine_UserView Tl

INNERJOINMSP_EpmTask_UserView Tsk

  

OnTL.TaskUID=Tsk.TaskUID

  

WhereMonth(Tl.PeriodStartDate)<=Month(getdate())


  

andTl.ActualWorkBillable!=0

  

OrderbyTl.PeriodStartDatedesc


Viewing all articles
Browse latest Browse all 5347

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>