Assignment load portlet Resource Load Breakdown - Assignment Details SQL

Hi,

I have tried to get the SQL used by the portlet for the Assignement details but not one of the SQL queries in the DEBUG CONSOLE return the information displayed:

I need to create a SQL query to be used for pushing the data into another reporting layer.

We could balance the Timesheet data for the actuals and the Resource capacity but I am struggling to get the data for the Scheduled Effort as per the assignments load details per project/request.

Is there a SQL query that can be shared to assist in getting the Scheduled Effort which will balance with the portlet details?

Thank you.

Regards,

Alfred Puth

iOCO: Senior PPM Consultant

  • Verified Answer

    +1  

    Hi Alfred, 

    Where did you look exactly in the Debug Console? When I check my resource Load/Capacity tab and check the corresponding request (/itg/resource/SwitchResourceTab.do) in the debug console, I see all the SQL used to generate the chart. (hint: search in page for "effort" in the SQL strings).

    The SQL queries are not for the faint of heart and there are more than one needed to generate the chart, but it's all in there.

    Same thing goes if you have an "Analyze Assignment Load" portlet as depicted on your screenshot and opens the "View Resource Breakdown" popup. You'll get all SQL queries in the Debug Console in request "/itg/resource/ViewResourceLoadBreakdown.do".

  • 0 in reply to   

    Hi Etienne,

    Thanks for the feedback.

    I hoped to be able to match the UI output results to one query.

    As you stated it will be multiple SQL statements that will provide the result.

    I just need to work with all the effort related statements to get to the final result as per UI.

    Thanks again.

    Regards,

    Alfred Puth

    iOCO: Senior PPM Consultant