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

Difference between revisions of "SQL"

(See Also)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
SQL reporting in XLCubed is handled through Tables.
+
Relational reporting in XLCubed is handled through [[SQL Data Tables (Administrators)|Tables]] and [[SQL Slicers (Administrators)|Slicers]].
  
There are two levels of SQL reporting user in XLCubed, with differing levels of design access. This provides a controlled level of SQL reporting to non-technical users, giving access to SQL based data without the risk of allowing free access to designing their own SQL.
+
There are two levels of SQL reporting user in XLCubed, with differing levels of design access. This provides a controlled level of SQL reporting to non-technical users, giving access to SQL-based data without the risk of allowing free access to designing their own queries.
  
 +
# [[SQL Administrators|Administrators]]: can create new connections and design new SQL queries from scratch using the Query designer. Administrator users can also publish pre-built queries to XLCubed Web Edition, for use by standard users.
 +
# [[Standard SQL Users|Standard Users]]: have no SQL designer access, but can use pre-published SQL queries from the SQL report library on XLCubed Web.
  
1) Admin users: can create new connections and design new SQL queries from scratch using the Query designer. Admin users can also publish pre-built queries to XLCubed web, for use by standard users.
+
==See Also==
2) Standard Users: have no SQL designer access, but can use pre-published SQL queries from the SQL report library on XLCubed Web.
+
*[[SQL Administrators]]
 +
*[[Standard SQL Users]]
 +
*[[SQL Data Tables (Administrators)]]
 +
*[[SQL Data Tables (Standard Users)]]
 +
*[[SQL Slicers (Administrators)]]
 +
*[[SQL Slicers (Standard Users)]]
 +
* [[Tables]]
 +
 
 +
[[Category:SQL Getting Started]]
 +
[[Category:Relational Reporting]]

Latest revision as of 13:34, 1 May 2012

Relational reporting in XLCubed is handled through Tables and Slicers.

There are two levels of SQL reporting user in XLCubed, with differing levels of design access. This provides a controlled level of SQL reporting to non-technical users, giving access to SQL-based data without the risk of allowing free access to designing their own queries.

  1. Administrators: can create new connections and design new SQL queries from scratch using the Query designer. Administrator users can also publish pre-built queries to XLCubed Web Edition, for use by standard users.
  2. Standard Users: have no SQL designer access, but can use pre-published SQL queries from the SQL report library on XLCubed Web.

See Also