Hello,
I was wondering if there is a way to do multiple filers on a document for drawloop. For example,
Section is = "Included if"
Data Field = <<A>> <<B>>
"contains"
Value = "Field A Value #1", "Field A Value #2 ", "Field B Value #1", "Field B Value #2", "Field B Value #3", "Field B Value #4", "Field B Value #5"
I want to be able to only pull in that document only if it contains "Field A Value #1" OR "Field A Value #2 " AND one of the "Field B Values (#1, #2, #3, #4. or #5). Is that possible?
Hey Bonnie,
You can comma separate values
So for example if you want A or B
Data Field:
<<A>>,<<B>>
equals
ValueAValueB1, ValueAValueB2, ValueAValueB3, ValueAValueB4, ValueAValueB5
The above would bring the document in if Value A was there and then any of the B values.
I hope that matches what you were trying to communicate.
Please let me know if you have any questions.
Cheers,
Ryan
This was helpful, but I had to use a semi-colon (;) to have multiple filters on an advanced filter on a template file.
This worked for me when I wanted to include a document based on two checkboxes being unchecked.
section is Included If
<<Field1>>;<<Field2>>
equals
false;false
I am getting an error which says "You must include at least one optional document for this DocGen Package". Even though i have provided advanced filter conditon. Can anyone help.
Do you have attachments required checked? This could cause this error. You will find that in the DDP settings towards the top.