You are viewing limited content. For full access, please sign in.

Question

Question

Search Two Templates in Advanced Search

asked on December 29, 2016 Show version history

I can't quite seem to figure out how to add another template into a search I'm trying to do.

 

{[Deal]:[Date] >= "2016/12/12" , [Date] <= "2016/12/27"}

 

I need to add a Contracts template into this search so it looks for both templates in that date range. I've tried [Contracts] | [Deals] and ([Contracts] | [Deals]) and I keep getting an unrecognized character error or a syntax error. Any help would be appreciated. Thanks!

0 0

Answer

SELECTED ANSWER
replied on December 29, 2016

Putting it all together, the search syntax would look like

({[Contracts]} | {[Deals]}) & {[]:[Date] >= "2016/12/12" , [Date] <= "2016/12/27"}

0 0
replied on December 29, 2016

Awesome! Thank you!

0 0

Replies

replied on December 29, 2016

Hello Alex,

Have you tried {[Contracts]}|{[Deals]}? This should give you a list of entries with the template Contracts or Deals.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.