How to convert SQL and Python into a dashboard with filters and inputs using . In this how-to tutorial, I walk you through how to convert your complex analysis that you've built with SQL or Python into a rich interactive report that you can share with your peers and stakeholders. This is the fastest way to go from advanced data analysis to executive reports or data app. - Use jinja template formatting with {{}} to insert variables into SQL queries - Create number fields, dropdown selector, date pickers and any other type of input - Publish a report in just two clicks For more information on how to create filters and inputs, check out our documentation:











