I have an if statement below that produces a "Yes".
${if (1>=0)} Yes${/}
I have a query statement below that produces a "1".
${Inspection | where:"status='Deficient'" | stats:"count, q_2"}
I am unable to place the query inside the if statement without getting errors - mostly unclosed or unopened.
How do I combine the two?