Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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>