Difference between revisions of "SQL Slicers (Administrators)"
m (Text replacement - "XLCubed" to "FluenceXL") |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{imbox|text=This page describes | + | {{imbox|text=This page describes SQL Slicers for [[SQL Administrators]]. For [[Standard SQL Users]], please see [[SQL Slicers (Standard Users)]].}} |
== Introduction == | == Introduction == | ||
− | + | SQL slicers allow you to take data and metadata from your relational data sources (for example, SQL Server) and use it to easily make selections on linked reports. | |
Four display options are provided: | Four display options are provided: | ||
Line 13: | Line 13: | ||
|} | |} | ||
− | == Using Slicers for [[ | + | == Using Slicers for [[SQL Data Tables (Administrators)|Table]] Parameters == |
To automatically add a linked Slicer: | To automatically add a linked Slicer: | ||
− | # Select {{Menu| | + | # Select {{Menu|FluenceXL|Edit Parameters...}} from the table's right-click menu |
− | # Select {{Menu|<Add new slicer>}} or {{Menu|<Add published slicer>}} from the dropdown for the parameter you would like to drive using a slicer: [[File:RelationalSlicersAddNew0.png]] | + | # Select {{Menu|<Add new slicer>}} or {{Menu|<Add published slicer>}} from the dropdown for the parameter you would like to drive using a slicer: [[File:RelationalSlicersAddNew0.png|300px]] |
# Create or select the query to use to return the ID, caption and depth columns. The first column will be used as the parameter; the second will be displayed in the Slicer itself. If you have selected a treeview-style slicer, the depth column will control the item's depth. | # Create or select the query to use to return the ID, caption and depth columns. The first column will be used as the parameter; the second will be displayed in the Slicer itself. If you have selected a treeview-style slicer, the depth column will control the item's depth. | ||
# Select a range to insert the Slicer | # Select a range to insert the Slicer | ||
Line 25: | Line 25: | ||
== Standalone Slicers == | == Standalone Slicers == | ||
− | As with [[Dimension Slicers]], standalone slicers can be added using the {{Menu| | + | As with [[Dimension Slicers]], standalone slicers can be added using the {{Menu|FluenceXL|Slicer|SQL...}} ribbon button. These can be used to place their output into an Excel range, or can be linked to one or more SQL data tables, as described above. |
+ | |||
+ | == Tree Slicers for Hierarchical Data == | ||
+ | |||
+ | Data returned from a relational database can be displayed in a hierarchical form using tree slicers. More information on how to construct these can be found on [[Constructing a Tree Slicer For SQL]]. | ||
==See Also== | ==See Also== | ||
− | * [[ | + | * [[SQL Slicers (Standard Users)]] |
− | * [[ | + | * [[SQL Data Tables (Administrators)]] |
+ | * [[Constructing a Tree Slicer For SQL]] | ||
+ | * [[Driving a SQL Connection from an Excel range]] | ||
[[Category:Relational Reporting]] | [[Category:Relational Reporting]] | ||
[[Category:Slicers]] | [[Category:Slicers]] | ||
+ | [[Category:SQL Getting Started]] |
Latest revision as of 08:33, 4 July 2023
![]() |
This page describes SQL Slicers for SQL Administrators. For Standard SQL Users, please see SQL Slicers (Standard Users). |
Contents
[hide]Introduction
SQL slicers allow you to take data and metadata from your relational data sources (for example, SQL Server) and use it to easily make selections on linked reports.
Four display options are provided:
Using Slicers for Table Parameters
To automatically add a linked Slicer:
- Select FluenceXL > Edit Parameters... from the table's right-click menu
- Select <Add new slicer> or <Add published slicer> from the dropdown for the parameter you would like to drive using a slicer:
- Create or select the query to use to return the ID, caption and depth columns. The first column will be used as the parameter; the second will be displayed in the Slicer itself. If you have selected a treeview-style slicer, the depth column will control the item's depth.
- Select a range to insert the Slicer
- When you accept the dialogs, the new Slicer will be available for input
Standalone Slicers
As with Dimension Slicers, standalone slicers can be added using the FluenceXL > Slicer > SQL... ribbon button. These can be used to place their output into an Excel range, or can be linked to one or more SQL data tables, as described above.
Tree Slicers for Hierarchical Data
Data returned from a relational database can be displayed in a hierarchical form using tree slicers. More information on how to construct these can be found on Constructing a Tree Slicer For SQL.