0

IF with NL(Rows)

Hello,

Please help with with the following issue…

B2 = 19.01.2016
B4 = 04.01.2016
C4 = B2 - B4 (=15 days)
D4 = IF(C4<0,””,NL("Rows","Production Order",,"Initial Unit Price Date",B4))

The thing is that when I Refresh the report it only brings back the first row from the NL function… not all the rows that are allocated to that specific date.
If I modify so that D4 = NL("Rows","Production Order",,"Initial Unit Price Date",B4) it works great. So it has something to do with that IF…

Thanks!
Elena

3 comments

Please sign in to leave a comment.