Quotas and Surview
Typically you do NOT want Surview to evaluate the current quotas since once a quota fills you will no longer be able to view any surveys in that cell.
There is command
{!view_quota=e/f/t)
which you can set to any of the 3 values e/f/t
e means evaluate, but again typically not wanted.
f means always return false on any quota check. Use this if your quota checks typically use >= the target.
t means always return true on any quota check. Use this if your quota checks typically use <= the target.