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: 
mishraamit2485
Creator
Creator

How to hide one column in nPrinting for specific user

Hi Neil,

I have one doubt in nprinting.

Suppose I have one report Column(A,B,C,D) and two recipients(1,2), i want to send all the columns (A,B,C,D) to to recipient 1 and only A,B,C to recipient 2. to achieve that do i have to create two separate report for 1 & 2 or is there any trick i can hide the column D for 2nd Recipient.

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

you can filter variables to , we are speaking about a variable filter

when you create a new filter you can either filter fields,bookmarks or variables

look at the attached image

Picture1.png

View solution in original post

4 Replies
lironbaram
Partner - Master III
Partner - Master III

in qlikview you can set a condition for column D that says for example vShowCol<>1

then in nprinting you assign to recipient2, a filter that sets vShowCol to 1 

hope it helps you

mishraamit2485
Creator
Creator
Author

okay, suppose i'm setting up one condition for col D vShowCol<>1, but can i call this condition in nprinting report, coz i think(Correct me if i'm wrong) we can apply any filter only on a filed but here we are taking about putting a filter on a condition of that field.

lironbaram
Partner - Master III
Partner - Master III

you can filter variables to , we are speaking about a variable filter

when you create a new filter you can either filter fields,bookmarks or variables

look at the attached image

Picture1.png

mishraamit2485
Creator
Creator
Author

Thanks Liron, i was thinking to put a condition for show hide..

Now its fine thanks a lot