How to join the project task table to the project status report table for reporting

Rhonda9
Tera Expert

How can I join the project status report table with the project task table.  I have a requirement to provide a report that shows the milestones and key milestone tasks along with the status report.  The only thing I am getting from key milestones is true or false.  I need the actual task on the report.

 

Thank you

7 REPLIES 7

Uncle Rob
Kilo Patron

Can you show the database view you've got already?

Please let me warn you that this is my first attempt to create a database view.   It is showing fields but they are all blank when I click "try it" and I tried to add a where clause but not sure how that works.  Any guidance would be appreciated.....

find_real_file.png

find_real_file.png

 

 find_real_file.png

Uncle Rob
Kilo Patron

Do NOT be ashamed.  We all start somewhere, and Lord knows I've built my share of "What the hec is database view" threads.

you need to update your where clause.  use other database views in the system as an example.  This one does something SIMILAR, but instead of connecting Project Tasks to status reports it joins to time worked.

find_real_file.png

 

See how the where clause works?  You're going to do teh same.  But you're also going to need to ONLY select Project Task Milestones, right?  So like...

I wish they'd give database view builder a facelift.  In normal scriptiong you'd dot walk, but in this database view builder its "prefix_field" in the where clause.

Thank you so much.  I will give it a try.