Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
We need to query filter in a report recipe, is there a way we can implement it?
Below is a piece of code:
<%begindetail%>
<tr>
<th style="background-color:#60607A;color:#FFFFFF;font-weight:bold;text-align:left">States</th>
<td style="background-color:#F5F5F5;text-align:center"><%compute%>('IsEmpty(Query("<QueryName><Filter needed in this query for a particular field>>",sum("<fieldName>"), 0)')<%endcompute%></td>
</tr>
