Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends,
I want to ask this question because , if i have 100 recipients and i have imported to nprinting , but for each recipients i have unique filter condition then , is i need to setup filter for each recipients?
Or any other way to do this .
Hi
If each recipient have a specific filtrer, you have to add the filter in the user and then only add the user to the report
Fernando K.
how to add the filter in the user and then only add the user to the report ?
Thanks ,
I have created excel with below details
ENTITY | FullName | Filter1 | |
AWPTerexUSA | Agnivesh | agnivesh.gold@abc.com | ENTITY={AWPTerexUSA}<verify> |
AdvanceMixer,CompactGermany | Kamal | kaml.gold@abc.com | ENTITY={AdvanceMixer,CompactGermany}<verify> |
And importing above excel as recipients with filter.
Here my first (Agnivesh) filter is working , but second is not working , can you please tell me what i am doing wrong.
Hi Agnivesh,
Since your field value has a comma, you need to enclose it in double quotes in the filter syntax (or it will be considered to be 2 values):
ENTITY={"AdvanceMixer,CompactGermany"}<verify>
HTH - Daniel.