Hello Jetreports Master,
I'm newbie in JetReports. I've just learned Jetreports for 3 days. :)
my question :
What does NF(,""field"") mean? What is this for?
I've already looked into Help file but I never found the explanation. As long as I knew, NF key(first parameter) is reference to record key of NL function, but now the key is blank. :o
Please help…..
Regards,
Angelo
Date
Votes
1 comment
-
Jet Reports Historic Posts This is normally only used within an quoted formula which makes the NF reference the NL itself:
NL("Rows","PfsItem Variant","=NF(;""PfsColor"")&""-""&NF(;""PfsSize"")")
which gives you the unique combination of Color and Size from table "PfsItem Variant"… (Pfs = Pebblestone Fashion)
Please sign in to leave a comment.