I want to run dashing dashboard with optional URL parameters, e.g.: "myGreatDashboard?filter=cars"
The idea is if I can reuse the same JOBS for the same dashboard with simply passing some url parameters which would change the data output.
I would need to access this parameter inside the jobs/*.rb script, is this possible? My guess is not, but just in case.