XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "SQL Data Tables (Standard Users)"

(See Also)
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
== Inserting a SQL Data Table ==
 
== Inserting a SQL Data Table ==
# Select the {{Menu|XLCubed|Insert Data Table|SQL...}} button from the XLCubed ribbon. [[File:RelationalTable0.png|300px|center]]
+
 
# Enter the name of the XLCubed web site to connect to: [[File:PublishedSql1.png|center]]  
+
<ol>
# Select the desired query and click OK to continue: [[File:PublishedSql2.png|center]]  
+
<li value="1">
# If applicable, enter the parameters you wish to use.
+
Select the {{Menu|XLCubed|Insert Data Table|SQL...}} button from the XLCubed ribbon.</li>
# The SQL table will be inserted at the point you selected. [[File:RelationalTable2.png|center]]
+
 
 +
[[File:RelationalTable0.png|300px|center]]
 +
 
 +
<li value="2">Enter the name of the XLCubed web site to connect to:</li>
 +
 
 +
[[File:PublishedSql1.png|center|300px]]  
 +
 
 +
<li value="3">Select the desired query and click OK to continue:</li>
 +
 
 +
[[File:PublishedSql2.png|center|300px]]  
 +
 
 +
<li value="4">If applicable, enter the parameters you wish to use.</li>
 +
 
 +
<li value="5">The SQL table will be inserted at the point you selected.</li>
 +
 +
[[File:RelationalTable2.png|center|300px]]
 +
 
 +
</ol>
  
 
== Using Parameters ==
 
== Using Parameters ==
When inserting a query, parameters will be automatically discovered by XLCubed and made available for editing. The parameter values can be supplied as a static value, pulled in from an Excel range, or driven by a [[SQL Slicers (Standard Users)|SQL Slicer]].
+
When inserting a query, parameters will be automatically discovered by XLCubed and made available for editing. The parameter values can be supplied as a static value, pulled in from an Excel range, or driven by a [[SQL Slicers (Standard Users)|SQL Slicer]]. See [[Using SQL Parameters]] for more details.
  
 
== See Also ==
 
== See Also ==
 
* [[SQL Data Tables (Administrators)]]
 
* [[SQL Data Tables (Administrators)]]
 
* [[SQL Slicers (Standard Users)]]
 
* [[SQL Slicers (Standard Users)]]
 +
* [[Driving a SQL Connection from an Excel range]]
 
* [[Query Tables]] for a similar feature in XLCubed 6.5 and previous versions.
 
* [[Query Tables]] for a similar feature in XLCubed 6.5 and previous versions.
 
+
* [[Tables]]
 
[[Category:Relational Reporting]]
 
[[Category:Relational Reporting]]
 
[[Category:SQL Getting Started]]
 
[[Category:SQL Getting Started]]

Latest revision as of 16:15, 2 April 2014

XLCubed can query your relational databases directly. Similar to Grids, the relational query can be seamlessly built into an interactive report using SQL Slicers (Standard Users) and dynamic Excel ranges.

Inserting a SQL Data Table

  1. Select the XLCubed > Insert Data Table > SQL... button from the XLCubed ribbon.
  2. RelationalTable0.png
  3. Enter the name of the XLCubed web site to connect to:
  4. PublishedSql1.png
  5. Select the desired query and click OK to continue:
  6. PublishedSql2.png
  7. If applicable, enter the parameters you wish to use.
  8. The SQL table will be inserted at the point you selected.
  9. RelationalTable2.png

Using Parameters

When inserting a query, parameters will be automatically discovered by XLCubed and made available for editing. The parameter values can be supplied as a static value, pulled in from an Excel range, or driven by a SQL Slicer. See Using SQL Parameters for more details.

See Also