I currently have a form that is a destination form for a dashboard drilldown. Upon clicking a value on the pie chart on the dashboard, I'll be directed to this form with a token `$version_remote$`./app/myapp/destination_form?version_remote=$click.value$
This form has an input drop-down. I've set the default value of this drop-down as the token from the source dashboard drilldown link ( `$version_remote$`)index=myapp sourcetype=my_app_csv | stats count(app_id) by app_release| sort -app_release app_release app_release All $version_remote$
I'm also going to use this form by itself (not thru dashboard drilldown). When using the form by itself, I'd like the default value to be set to 'All'.
Can you please let me know how I can do this using the same form?
↧