What I gave you was for a project report. What kind of report is this? Also you have percentComplete = 100 and status = current. You don't have both at once.
Do you want to shift the definition of the week or just the displayed date on the grouping? For the latter, you can use a valueexpression in the grouping to ADDDAYS(YourDate, 1) to show Monday instead of Sunday.
You can easily show projects they are on with a Project Users filter contains the user. But with an active assignment this is a good use of an EXISTS filter Projects with a current assignment for this user.EXISTS:a:$$EXISTSMOD=EXISTSEXISTS:a:$$OBJCODE=ASSGNEXISTS:a:assignedToID=$$USER.IDEXISTS:a:pr...
Contemplate AssignedTo vs Assignments. AssignedTo is a specific user and is limited to one. Assignments are a collection and can include each individual, role or team. Only 1 team can be assigned, but multiple roles and individuals. So you want to create an assignment on a request assigned to ...
Your best field is actually Primary Contact/Owner as this can be updated if a request is created on behalf of someone else. If you type name in the standard view you should see Entered By Name as an additional section underneath the request area.
Access level is the maximum permission a user has for any of that object in the system.Sharing is the maximum permission for that user/team/group/role on an object and sub-objects. For any given object you get the lessor of those 2 things. So if you have manager as shared permissions, but read-only...
Unfortunately your connection to the project is all the way back on the document, and you can go from documents to document versions and document approvals but the proofs are listed on document versions as a string and not an object, so you can't reference information on proofs from a document/docum...
If you have multiple tasks on a project with different answers what will win? Do you only want the info from the tasks the user is on when they look at a report? In that case it should be a task based report that looks up to project. Remember if Fusion is going to set the Project based on a ta...