Hello
I have a dashboard with a radio-button input. Depending on which value is selected, I want to use a different regex to extract some fields.
Example:
base search | if STATUS==$token_radiobutton$,regex1,regex2 | table extracted fields from regex
How can I solve this problem?
Thanks a lot
↧