Hello guys,
how do you auto collapse panel if no result is found (see attached)?
Thanks.
try adding this in the search node in the simple xml of your panel. use depends="$hide$"
in the panel node:
<progress>
<condition match="'job.resultCount' > 0">
<set token="hide">true</set>
</condition>
</progress>
try adding this in the search node in the simple xml of your panel. use depends="$hide$"
in the panel node:
<progress>
<condition match="'job.resultCount' > 0">
<set token="hide">true</set>
</condition>
</progress>