SWilyums
3 years agoContributor
Tagging a project with a Project Manager - Meta Data or Data
I may have a requirement to filter a member list based on the project manager.
Whenever data is loaded the PM assignment may change.
I am thinking of potential ways to capture the current PM assignment, but don’t know if they are possible.
- Leverage a text field to input the project manager name. Then use a variable like UserName or UserText to create a member list.
- Is it possible to create a member list/parameter using |UserName| or UserText variables
- U2#TotalProject.Base.Where(Text1 Contains |UserName|)
- Given the Text1 value on the project can change every time data is loaded, is there a way through a data load to update a text field?
- Is it possible to create a member list/parameter using |UserName| or UserText variables
- Load the PM into a data cell using the View member “Assumption” and None for most other dimensions. Then trying to create a member list with logic..something like where Username=Assumption value of current period.
- This removes the need to update Text1. If it could work, I think the evaluation time to filter the list would be slow.
- Not sure this is even possible.
- Rebuild an alternate PM hierarchy whenever data is loaded. Use a rule to remove relationship of alternate hierarchy. Pass through data file, add missing PMs and missing projects. Pass through file a couple more times to build PM hierarchy (add PM then add project under PM node)
- Is this possible?
- I have used a rule to remove relationships in a hierarchy, but it was extremely slow, so I don’t think this is a realistic alternative.
- Any alternative suggestions?
Thanks
We are updating the Text4 fields through transformationeventhandler rule.