0

SUM not working with Link, ok with rows

Hi All,

I have 2 customs table, activity and task. A task contains several activities that are linked by a task n°. I want to sum all activity in a task based on a filter on task.
I use the link function because there is a lot of headers, but I tried also the filter function without success.

NL("Rows";"Activity";"Realized Time (h)";"User ID";"XXX";"Date";$F$2;"Type Code";"<>ABS";"Link=";"Task";"Task No.";"=Task No.";"Customer No.";"20001";"Filterxxx";"False")

If I do that, it show all the lines properly.
If I replace "rows" by "sum", it ignores me the link and sum up all the activity lines with the filter user id/date/… that are on activity.

It seems that, with sums it doesn't apply the nested link.

I try in a lot of diffrent way but I'm a bit lost.

Thanks for your help.

3 comments

Please sign in to leave a comment.