diff --git a/learning/how-tos/create-your-first-query.mdx b/learning/how-tos/create-your-first-query.mdx index 44087b76..6248608b 100644 --- a/learning/how-tos/create-your-first-query.mdx +++ b/learning/how-tos/create-your-first-query.mdx @@ -106,10 +106,12 @@ This will create a stacked bar chart showing daily trading volumes by blockchain + Want to explore more? Try: - Removing the project filter to see all DEXes - Changing the time period to 7 days or 90 days - Adding token filters to focus on specific cryptocurrencies + ## Next Steps diff --git a/web-app/query-editor/parameters.mdx b/web-app/query-editor/parameters.mdx index d65473b0..82083074 100644 --- a/web-app/query-editor/parameters.mdx +++ b/web-app/query-editor/parameters.mdx @@ -3,8 +3,6 @@ title: Using Parameters description: Parameters allow you to implement variables in certain parts of your Query. This is useful if you want to create a Query that you can reuse with different parameters. --- -Parameters allow you to implement variables in certain parts of your Query. This is useful if you want to create a Query that you can reuse with different parameters. - Parameters in Dune are versatile and can be used in many different ways. You can use them to: - filter on a specific token @@ -16,12 +14,11 @@ Parameters in Dune are versatile and can be used in many different ways. You can Parameters can be a **single value** or a **list of values** and you can choose **one** or **multiple** values from a pre-defined list of values. This list can be manually defined or populated from a different query. - **To use parameters:** 1. choose the spot in your Query where you want to implement a parameter -2. click on the add parameter button or type ``{{example_parameter_name}}`` -3. open the parameter options +2. click on the add parameter button or type `{{example_parameter_name}}` +3. open the parameter options 4. configure your parameter's name, type, and default value Parameters can be text, numbers,a date, a manual list of values or a list of values from a different query. @@ -30,7 +27,7 @@ Parameters can be text, numbers,a date, a manual list of values or a list of val style={{ position: "relative", paddingBottom: "calc(50.67708333333333% + 41px)", - height: 0 + height: 0, }} >