Text mode to only show fields where the Tasks parentID = spaces/isnull
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!