Skip to content
Snippets Groups Projects
Unverified Commit a4dec2f0 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

docs - questions (#20422)

parent f62f3525
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@
- [List of expressions: aggregations and functions](./users-guide/expressions-list.html)
- [Visualizing data](./users-guide/05-visualizing-results.html)
- [Using results to ask new questions](./users-guide/referencing-saved-questions-in-queries.html)
- [Joining data](join.md)
### SQL and native queries
......
......@@ -45,6 +45,8 @@ To the right of completed step is a **Preview** button (looks like a Play button
The data section is where you select the data you want to work with. Here you'll pick a [model][model], a table from a database, or a saved question. You can click on a table to select which columns you want to include in your results.
## Joining data
You can also select multiple tables from the same database by [joining them](./join.md).
## Filtering
......@@ -203,8 +205,8 @@ If you find yourself using the same saved question as a starting point for multi
---
## Next: Editing and sharing question
## Next: Visualizing results
Check out [sharing answers](06-sharing-answers.md).
Next, we'll learn how to [visualize results](05-visualizing-results.md).
[model]: models.md
......@@ -326,6 +326,6 @@ Learn more about [visualizing data with maps](https://www.metabase.com/learn/bas
---
## Next: saving and editing your questions
## Next: Sharing your questions
Now let's learn about [saving and editing your questions](06-sharing-answers.md).
Now let's learn about [saving, editing, and sharing your questions](06-sharing-answers.md).
......@@ -14,8 +14,9 @@
- [Full list of expressions: aggregations and functions](expressions-list.md)
- [How to visualize the answers to questions](05-visualizing-results.md)
- [Referencing saved question in queries](referencing-saved-questions-in-queries.md)
- [Joining data](join.md)
## Saving questions in Collections
## Saving questions in collections
- [Sharing and organizing your saved questions](06-sharing-answers.md)
- [Collections](collections.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment