활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hello all...
Developing a project report and would like to add a column with the task's status. Using the following text mode, but its pulling the status key rather than the task status name.
displayname=Creative Proof Status
listdelimiter=<br>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF(CONTAINS("Upload Creative Proof",{name}),{status name})
valueformat=HTML
Thoughts? Suggestions?
Thanks!
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
Hi George,
You will need to map the status name to the status key as part of your value expression. So your code would look something like the following:
displayname=Creative Proof Status
listdelimiter=<br>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF(CONTAINS("Upload Creative Proof",{name}),IF({status}="CPL","Complete",IF({status}="NEW","New",IF({status}="INP","In Progress"))))
valueformat=HTML
Hope that helps!
Best Regards,
Rich.
Sorry to ask @Richard Leek‚ , just trying to understand in simple, appreciate your help in this regard.
Is it the process to create report is like this way;
Go to Reporting >>Reports>>Select "Project Report">>Column(Text mode"+add above text code?
Mvh
Kundan
조회 수
답글
좋아요 수
Hi Kundan,
Yes that's right.
Best Regards,
Rich,
조회 수
답글
좋아요 수