Contact Us
Index
Version 6.2
Version 6.0 Version 5.14 Version 5.13 Version 5.12 Version 5.11 Version 6.1 Version 6.3 Version 6.4 Version 20.1 Version 20.2 Version 20.3 Version 21.2 Version 22.1 Version 22.3 Version 22.4 Version 23.1 Version 23.2 Version 23.3 Version 23.4 Version 24.1 Version 24.2 Version 24.3 Version 24.4 Version 25.2
Contact Us
Wands for Oracle 6.2 – Home
Wands
Logging On
FireFox Addon
Wands Launcher
Edge Plugin
New Release Notification
User Profile
Responsibility Selection
Excel Not Ready Error
Add-In Load Error
Multiple Instances
License Key
License Key Errors
Insert Wands Function
Combine Text
Last Refreshed By
Last Refreshed Time
Split Text
Tools (Wands)
Snapshot
Upgrade Workbook
Shared Templates Drive
Drive Types
Dropbox
File Server
Oracle E-Business Suite Database
Navigator
Create a File
Delete a File
Edit a File
Open a File
Common Options
Administrator
Custom Drill Columns
Journal Custom Columns
Journal Attachment Custom Columns
Subledger Custom Columns
Subledger SLA Custom Columns
Add a Custom Drilldown Column
System Administrator Options
System Administrator License Key
System Administrator User Permissions
System Administrator User Options
System Administrator Product Options
System Administrator Delimiter Options
System Administrator Configuration Options
System Administrator Server Information
Wands Responsibility Profile Option
Payroll Drilldown Responsibility
Custom Options
Active Data Guard Support
About
Exit
Errors and Troubleshooting
Help and Shortcuts
Excel Error
GL Wand
Ledger and Segment Selector
Quick Start
Report Wizard
Design Layout
Add Columns
Add Rows
Report Wizard Output
Discover
Discover Segment Values
Discover Level
Discover Period Names
Discover Segment Properties
Discover Child Ranges
Expand and Explode
Expand Segment Values
Expand Segment Value Hierarchy
Expand Account Combination
Explode Segment Values
Explode Account Combination
Explode Segment Value Hierarchy
List of Values
List of Values – Create
Insert GL Wand Function
Account Combination Enabled
Account Combination End Date
Account Combination Start Date
Account Type
Daily Rate
Enabled Flag
Functional Currency
Get Average Balance
Get Average Balance Summary
Get Balance
Descriptive Flexfield Criteria
Segment Combination Criteria
Get Balance Options
Get Balance Summary
Multiple Ledgers
Historical Rate
Ledger Name
Ledger Set
Next Segment Value
Parent Flag
Period Average Rate
Period End Date
Period End Rate
Period Name
Period Name By Date
Period Offset
Period Start Date
Period Status
Previous Segment Value
Segment Description
Segment DFF
Segment End Date
Segment Group
Segment Level
Segment Start Date
Calculating
Execute Drilldown
Drill Criteria Sheets
Drill Criteria – Balance
Drill Criteria – Journal Extract
Drill Criteria – Average Balance
Drill Using a Saved Template
Drill to Journal or Subledger
Analyze Balances
View Transaction R12
Support All Ledgers
Customize Drilldown
Edit Template Layout
Save Template Layout
Manage Templates
GL Wand Tools
Other Tools
Manage Criteria Templates
Hide Zeros
Import FSG
Configuration Sheet
Audit Get Balance
GL Wand User Options
Journal Wand
Loading Journals
AutoPost Journal Wand Journals
Journal Wand Ledger Selector
Create Journal Wand Template
Edit Journal Wand Template
Create Journal Wand Template from Drilldown
Populate Journal Wand Template
Account Combinations
Descriptive Flexfields
Journal Attachments
Load Options
Journal Wand Tools
Journal Wand Requests
Journal Wand Messages
Journal Wand User Options
GL Wand Drill Only
Reports Wand
Responsibility Selector
Report
Open Existing Report
Create Report
Execute Report
Function
Insert a Run Report Function
Run Report Filter
Modify a Run Report Function
Drill On Function
Drill to Saved Template
Refresh
Refresh Mode
Refresh Reports Wand Functions
Show
Parameter List
Report Editor
Template Manager
Reports Wand Tools
Show List of Values
Create List of Values
Audit Run Report
Reports Wand User Options
Clean Template
Administration
Report Definition
Create
Bind Variables
Bind Variable Errors
Custom SQL List of Values
Filters
SQL Errors
Edit
Security
Mass Administration
Import
Import All to Excel
Import Selected to Excel
Process
Process All
Process Single
Upgrade
Upgrade Version 4 Report Definitions
Fixing Duplicate Bind Variables
Upgrade Version 4 Templates
Upgrade Reports Wand Administrator Templates
insights
Add Columns
Create insights Tables
Search Report Definitions
Generate Report Definitions
Key Flexfield Label Integration
Advanced insights
NoetixViews
Import NoetixViews Report Definitions to Excel
Refresh NoetixViews Security Manager
Essays
Search Answers
Create Join Definition
Discoverer Converter
Convert using Discoverer Plus (.xml) Export
Export Workbook .xml From Discover Plus
Using the Discoverer Converter
Assign Reports
Refresh List
PL/SQL Stored Procedures
Reports Wand Database Package
Create a Stored Procedure
Assign a Stored Procedure
Exception Handling
Budget Wand
Ledger Selector
Insert Budget Wand Function
Convert Get Balance
Load Budget
Load Option Selector
Loading Budgets
AutoPost Budget Wand Journals
Creating New Account Combinations
Budget Wand Tools
Budget Wand Requests
Budget Wand Messages
Budget Report Wizard
Budget Wand User Options
Report Distribution Manager
Create RDM Template
Source Report
Named Ranges
Parameters
Drilldowns
Email
Advanced Options
Edit RDM Template
Execute Report Distribution Manager
Load and Validation
Execution
Scheduler
Create Schedule
Running the Scheduler
RDM User Options
SMTP Email Settings
chat icon - ignore
Live Chat
Chat Offline

System Administrator Configuration Options

Set the configuration options.

Option Description
Show Error on Account Access Violation Show an error if the user requests accounts they do not have access to.
Show Wands Users Only Tick this option to only load those users that have the Wands responsibility assigned to their Oracle user account. This option can help significantly if your Oracle user table has many thousands of records in it.

If your Oracle user table has more than 50 000 records in it this option will be pre-selected and you will not be able to unselect it. This is due to the fact that the process of loading so many users into this maintenance dialog can be very time consuming.
Database Fetch Batch Size Batch size determines how many rows are interfaced from the server to the client at a time and also the size of batches written to Excel.
Maximum File Size Enter the maximum file size that can be uploaded by Wands products. This also restricts the maximum file size that can be stored in the Shared Templates Drive.
Show Wands enabled Responsibilities Only Only show responsibilities that are flagged as Wands responsibilities. See Wands Responsibility Profile Option for instructions to create the required configuration.

Do not tick this option unless the required configuration has been created and you have flagged the applicable responsibilities by setting the new profile option to Yes. If this is not done, users will have no responsibilities to select when they log on with the Wands.
Track User Activity Logs an entry in the icx_session_attributes table when a user connects with an Wands application. Can be used to determine which users are actively utilizing the Wands applications. In order to query this data use the following SQL statement:
SELECT attr.*,
s.first_connect,
s.last_connect,
s.disabled_flag,
u.user_name,
icx_sec.check_session (s.session_id) status
FROM icx_sessions s, icx_session_attributes attr, fnd_user u
WHERE s.session_id = attr.session_id
AND attr.NAME = 'EXCEL4APPS'
AND s.user_id = u.user_id
ORDER BY s.last_connect DESC
Read Timeout Time that the client waits for an answer from the server, as well as the time that any SQL has to complete on the database. The database session for any SQL that runs for longer than the read timeout setting will be killed, thus preventing long running SQL that cannot be cancelled.
Reports Wand Row Limit Limits the number of rows returned by a Reports Wand query. Leaving this empty will return all rows.
Reports Wand NoetixViews Schema Set the NoetixViews Schema. Only enabled under certain conditions, see NoetixViews.
Reports Wand Enable Reports Wand insights Enable the Reports Wand insights features. Please see the insights section of the user guide for more information.
Journal Wand Secure Journal Source Indicates whether Journal Source is secured in Journal Wand and thereby restricted to the value specified in the Journal Source field.
Journal Wand Journal Source The only valid Journal Source that may be used for uploading journals via Journal Wand.
System Administrator Contact Name The name of the person in your organization that your users should first contact with Wands software queries.
Suppress Support Expiry Messages Until Suppress support expiry warnings until the date entered. The date must be between today’s date and 1 year in the future. Expiry of trial products and notifications of new versions will also be suppressed until this date.

These notifications and warnings are suppressed for users only. Wands administrators will continue to see this messages.
Balance Hint SQL hint added to the Get Balance formula that summarizes balances.
Journal Hint SQL hint added to the Get Balance formula that summarizes journals.
Drive Type Select the Shared Templates Drive type. The options are Oracle E-Business Suite Database, Dropbox or a central File Server.

It is extremely important to understand the requirements and setup for the selected Drive type, please familiarize yourself with the help for the relevant type before selecting or changing this option.
Restrict access based on product license Restrict access to shared templates based on the users assigned product license. i.e. GL Wand users will only be able to access GL Wand shared templates, Reports Wand users will only be able to access Reports Wand shared templates. This setting does not apply to Wands administrators.
File Server Path If the Shared Templates Drive type is set to File Server, enter the folder location here.
Active Data Guard Support Enabled Enable the optional Oracle Active Data Guard feature. See Active Data Guard Support for more detail.