활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
How can I wrap an IF statement around the below, where I only show fields where the Tasks parentID = spaces/isnull?
displayname=TEST - Active Stages
listdelimiter=<div>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF(ISBLANK({DE:Stage - Task Level}),"",{DE:Stage - Task Level})
valueformat=HTML
Basically, I only want to show {DE:Stage - Task Level} for the Parent Tasks.
Thanks in advance!
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
I'd probably do a nested IF statement that first looks for tasks that don't have a parent (parent ID is blank), then from those tasks look for tasks that do have child tasks (number of childer > 0), once you've found those tasks just show what's in your "Stage - Task Level" field
조회 수
답글
좋아요 수
Trying to understand your goal. You want to see incomplete parent tasks? If so, you can add a filter to your task report for ‘task > number of children’ greater than 0, to only pull parent tasks, and filter for percent complete greater then 0% complete.
조회 수
답글
좋아요 수
Thanks for the reply.
This is a Project-based report.
There are multiple Parent Tasks nested in my Projects. So, I can't look at the number of children. I only want to display the top Parent, this is why I want to only get the Parent Task that does NOT have a parentID.
...and then display this custom field:
{DE:Stage - Task Level}
That is why I would like to wrap an IF statement that checks IF parentID = spaces/isnull?
I'm just not sure on that syntax.
조회 수
답글
좋아요 수
I'd probably do a nested IF statement that first looks for tasks that don't have a parent (parent ID is blank), then from those tasks look for tasks that do have child tasks (number of childer > 0), once you've found those tasks just show what's in your "Stage - Task Level" field
조회 수
답글
좋아요 수
Thank you!
조회 수
답글
좋아요 수