Combine multiple queries with TQL

Hi,

I have a Safetynet built in my solution and I was wondering if there is a way to combine two queries.

  • My first query looks if the word tea hit the Safetynet.
  • The second query counts the number of flows triggered

I want to build a query that looks for the word tea, and if it does not exist I want to see the number of flows triggered yesterday.

To summarize, a single query that, counts the numbers of tea inputs that hit Safetynet OR the count of total flows triggered yesterday.

Is this possible?

Hi Querymaster, welcome to the forum!

The best approach to move forward is actually to create a query for each of the cases.

One that counts the number of Safetynet hits, and one query that counts the number of inputs from yesterday. Combining queries using Teneo Query Language is sadly not available.

Please let me know if you need any help with building your queries.