Hi everyone, is it possible to write a saved searc...
# administration
m
Hi everyone, is it possible to write a saved search formula that will return results if another saved search returns results? For example, in the formula would be, CASE WHEN 'saved search results/rows' > 1 then 'Yes' ELSE 'No' This would be extremely helpful if someone could point me in the right direction. Thank you!
m
You can have a custom field updated based on results of a saved search, then use this field in your criteria CASE statement for second search. Not sure if second search would pick this up though, as this field has to be a non-store the value to work, something which second search might struggle.