We've created a report where we want to store viewer data (comments) that relies on two keys. The first key is the order number and the second key is the Line number, but when we refresh the report it is not saving the user data. Attached is a screen shot of the columns (excluding the data column) where we've setup the keyname and the two keys. What are we doing wrong?
Date
Votes
4 comments
-
Jet Reports Historic Posts Hi
You can only have one intersection of Key and Data in a grid
Regards -
Jet Reports Historic Posts Put them together with a separator and use that as a key?
-
Jet Reports Historic Posts TeresaRoberts,
Can you explain what you mean by putting them together with a separator?
Thank you,
Amanda -
Jet Reports Historic Posts You're trying to use two keys, order no. and line no. Example order number ORD002 line no. 10000.
You could do something like NF(NLRef,"Document No.")&"-"&"NF(NF(NLRef,"Line No.")
This would give you ORD002-10000 to use as your key, which would be unique for each line of each order, but only uses one key.
Please sign in to leave a comment.