Hi
Does any of you have expirience with using NL(Rows) inside a IF-function. For example: IF(C5=2;NL("Rows";….);"''")
When I put a NL(Rows) in a IF-function, the IF-function works correctly, but if this means that the NL(Rows) should be activated it only returns the first row.
Best,
Annelise
Date
Votes
2 comments
-
Jet Reports Historic Posts Official comment Hi Annelise,
NL(Rows) will not work inside an IF function because of how Jet expands rows functions. However, you can achieve something very similar with something like this:=NL("Rows";IF(C5=2;"Table";{""});…)
Does this work for you?
Regards,
Hughes -
Jet Reports Historic Posts Hi Hughes,
never got back to you…
Thank you - yes it works.
Best,
Annelise
Please sign in to leave a comment.