Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
jrl
Contributor II
Contributor II

NPrinting - Can I reference the value of a field I'm cycling on within my template?

I've built a report that cycles through a field called 'Country'.  When I'm editing my template, is it possible to reference the value of the 'Country' field?

For example, when NPrinting is cycling through and is now using 'Country' = 'US', can I have the text 'US' appear in my template?

Labels (2)
1 Solution

Accepted Solutions
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

yes - sure!
you can use NPrinitng formula (which has the same syntax as Qlik formula and it can be for example:
=Only(Country)
or
=Concat(Distinct Country,' |')
cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.

View solution in original post

1 Reply
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

yes - sure!
you can use NPrinitng formula (which has the same syntax as Qlik formula and it can be for example:
=Only(Country)
or
=Concat(Distinct Country,' |')
cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.