You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/sigmaguides/src/Fundamentals 1: Getting Around - v3/Fundamentals 1: Getting Around v3.md
+40-2Lines changed: 40 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -542,6 +542,7 @@ Sigma also provides an optional log of Ask Sigma usage. Before Ask can capture h
542
542
543
543
Once configured, administrators can access the usage dashboard which provides a variety of metrics and useful information.
544
544
545
+
545
546
For more information, see [Configure AI features for your organization](https://help.sigmacomputing.com/docs/configure-ai-features-for-your-organization)
546
547
547
548
There is also a QuickStart: [Create an Ask Sigma Usage Dashboard](https://quickstarts.sigmacomputing.com/guide/administration_ask_sigma_usage_dashboard/index.html?index=..%2F..index#0)
@@ -637,9 +638,16 @@ You can even create templates from your own workbooks too:
637
638

638
639
<!-- END OF PAGES -->
639
640
640
-
## Containers
641
+
## Layout Elements
641
642
Duration: 6
642
643
644
+
Sigma offers several layout elements that help you structure workbook pages, improve navigation, and create interactive user experiences. Each element is designed to make your content more organized, visually appealing, and easier to use.
645
+
646
+
Having all these options allows you to get creative with workbook functionality and design—encouraging your users to engage with and return to your workbooks.
647
+
648
+
<imgsrc="assets/f1_57.png"width="550"/>
649
+
650
+
### Containers
643
651
Sigma's container feature allows you to organize workbook pages by grouping elements within a customizable container.
644
652
645
653
This provides an intuitive way to manage layouts, ensuring that related elements remain visually cohesive.
@@ -654,10 +662,40 @@ In the animation below, we show how containers dramatically improve the appearan
654
662
655
663
To learn more about using containers, see [Organize workbook layouts with containers](https://help.sigmacomputing.com/docs/organize-workbook-layouts-with-containers)
656
664
665
+
### Tabbed Container
666
+
Tabbed containers let you organize related content into separate tabs within the same space. This saves screen real estate, reduces scrolling, and allows users to easily switch between different views or datasets without leaving the page.
667
+
668
+
An example can be seen on the `Administration` > `Usage` page where the content actually uses nested tabbed containers:
669
+
670
+
<imgsrc="assets/f1_58.png"width="800"/>
671
+
672
+
### Modal
673
+
A modal is a pop-up window that overlays the workbook. Modals are ideal for highlighting important content, collecting input, or guiding users through a focused interaction without navigating away from the main page.
674
+
675
+
Modals can be used for simple things like confirming a change or complex as shown in the [Approvals QuickStart](https://quickstarts.sigmacomputing.com/guide/dataapps_approvals_flow/index.html?index=..%2F..index#0)
676
+
677
+
<imgsrc="assets/modals.gif">
678
+
679
+
### Popover
680
+
Popovers display additional information or interactive controls in a small floating panel triggered by a click or hover.
681
+
They’re perfect for providing contextual help, quick filters, or small forms without cluttering the main layout.
682
+
683
+
An example can be seen on the `Administration` > `Usage` page where a popover is used for filters, freeing up space:
684
+
685
+
<imgsrc="assets/f1_59.png"width="800"/>
686
+
687
+
### Form
688
+
Forms enable users to input and submit data directly within a workbook. They can be used to capture user feedback, send parameters to queries, or write data back to your warehouse—bringing interactivity and data collection directly into your Sigma dashboards.
689
+
690
+
There is a QuickStart, [Forms: Quick Capture and Analysis with Sigma](https://quickstarts.sigmacomputing.com/guide/dataapps_create_a_form_simple/index.html?index=..%2F..index#0) that walks through the process of using forms to capture trade show leads.
691
+
692
+
Here is an example of a form for capturing trade show leads:
0 commit comments