give that field to search for a default value which is not appearing in the list (you will need to use the dashboard sourcecode editor). <input type="checkbox" token="field10"> <label>Aufteilung</label> <choice value="inst">System.Touchpoint</choice> <choice value="datasource">Lauf</choice> <choice value="robotId">Client</choice> <delimiter>.".".</delimiter> <default>x</default> </input> in the search query use an if to set your own default: ... | eval x=inst | eval gruppe=$field10$ | timechart $field3$(awz) by gruppe</query>
... View more