Is it possible to write and if statement in an agent query? Ex., “if($qOrg(qOrg(agent).icontains($Organization)”? If aOrg has a value then the search parameters would be past. If it does not, then this parameter would be ignored.
I tried this: $Prototype=="pRanking"&if($qOrg!=""){$qOrg(agent).icontains($Organization)}&$Rank>=0
, but it does not work, nothing is returned.