Morning all,
Wondered if anyone could help me out with an issue.
Tried to create a view in the NWE for a portfolio, where if needs be you could easily change the program the project belongs to.
Looks like that field is locked.
Tried to create it in a report, but again, that field is locked.
The team that asked for it, would regularly move projects from one program to the other.
Please can you help me out?
Many thanks,
Csengi
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
To do that you would need to use text mode for a collection in your program report something like:
displayname=Projects in the Program
listdelimiter=<p>
listmethod=nested(projects).lists
textmode=true
type=iterate
valuefield=name
valueformat=HTML
Hope that helps. Mollie
Views
Replies
Total Likes
Hey,
So I did a project report that was pulling in all of our projects and the program associated with it. You're right, you can edit or change the program ON the field BUT, if you click on a checkbox and click the pencil to edit, it bring up the details of that project where you can change the program.
I hope that helps. I'm not sure if you can edit that field on the report so easily.
Views
Replies
Total Likes
Hi,
If you do a Program type report and add the Portfolio Name via text mode (Portfolio ID is only available without text mode) you can edit the program name inline.
displayname=
linkedname=direct
namekey=portfolio:name
querysort=portfolio:name
textmode=true
valuefield=portfolio:name
valueformat=HTML
-Mollie
Hi Mollie,
brilliant, that seems like it did the trick. Thank you.
How would I modify this to be able to see the list of the projects sitting inside that portfolio? And still have the ability to see the programs as well.
Many thanks,
Csengi
Views
Replies
Total Likes
Hi,
To do that you would need to use text mode for a collection in your program report something like:
displayname=Projects in the Program
listdelimiter=<p>
listmethod=nested(projects).lists
textmode=true
type=iterate
valuefield=name
valueformat=HTML
Hope that helps. Mollie
Views
Replies
Total Likes
Hi Mollie,
You are a star!!
We are so close :)
Could we somehow get the projects to show up as individual lines? At the moment they are all nested.
Many thanks,
csengi
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies