Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Thanks, Narayan
It is partially working. What do you think is wrong with the valueexpression below. I can't seem to get a custom filter working. Others work just fine.
displayname=Milestones
listdelimiter=<p>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF({percentComplete}<100,IF({DE:PRC Milestone}=Y,CONCAT({name},":Date:",{plannedStartDate}," - ",{plannedCompletionDate})))
valueformat=HTML
I even tried using (tasks}.{DE:PRC Milestone}
Views
Replies
Total Likes
That worked
Views
Replies
Total Likes
Sorry to bother you again. I am trying to pull last two week of updates. in the same report. What's wrong with this expression.
displayname=Updates from last two weeks
listdelimiter=<p>
listmethod=nested(updates).lists
textmode=true
type=iterate
valueexpression=if(entryDate}>$$TODAY-2e,{message})
valueformat=HTML
Views
Replies
Total Likes
Try this.
valueexpression=IF({entryDate}>$$TODAY-2e,{message},)
Views
Likes
Replies