Contact Us
Index
Version 6.4
Version 6.0 Version 5.14 Version 5.13 Version 5.12 Version 5.11 Version 6.1 Version 6.2 Version 6.3 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.4 – Home
Wands
Logging On
Wands Launcher
Edge (Chromium) Plugin
Antivirus Software
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
GL Wand Drill Only
Wands Intellicast
Reports Wand
Responsibility Selector
Report
Open Existing Report
Create Report
Execute Report
Function
Run Report Order
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
Clean Template
Show List of Values
Create List of Values
Audit Run Report
Report Usage Statistics
Reports Wand User Options
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
Generate Report Definitions
Add Columns
Create insights Tables
Search Report Definitions
Advanced insights
Key Flexfield Label Integration
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
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
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

Bind Variables

Bind Variables are parameters defined in a reports wand sql statement. They are implemented by the administrator or developer who created the SQL statementand are used to limit the results of a reports wand report.Bind Variables are identified by a preceding colon character.

Field Description Editable Effect on user
Sequence The sequence number of bind variable in the SQL statement. It is determined by the sequence it is implemented in the SQL statement No Parameters will be presented to the users in this sequence.
Name The name of the bind variable in the SQL statement. It is determined by the name given to the bind variable in the SQL statement. No If a Prompt value is not specified then the bind variable name will be presented to the users.
Description The description of the bind variable and what it is used for. It is used to provide helpful information to the user. Yes Appears in the parameter field, presented to the users, as a light grey hint on how to use the parameter.
Type The data type of the parameter. ie. CHAR – Character, DATE – date, INTEGER – number, DOUBLE – number with decimals Yes Assigning the correct data type to your bind variable with benefit the user greatly. If DATE is specified a calendar will be presented to assist users entering in dates.
Required Force users to specify a bind variable value when executing the report. Yes Users will be required to enter a parameter value for bind variables configured as required.
LOV List of Values. This indicates that you’d like to specify a Value Set for the list of values. The only supported list of values are for the CHAR data type. Custom SQL List of Values can also be created. Please see, Custom SQL List of Values for more information. Yes – only if CHAR Users will be allowed to select a value from the LOV.
Value Set The Value Set in Oracle that will provide the users with the list of values. It can only be specified if the Type field is set to CHAR. Additionally, only table-validated and independent value sets are available, and table-validated value sets are restricted to those which do not contain special arguments (bind variables) in their WHERE clause, namely:

  • Arguments prefixed with ‘$:’ e.g. :$PROFILE$.profile_option_name, :$FLEX$.value_set_name, etc.
  • Form field references (:block.field)
Yes – only if CHAR Users will be allowed to select a value from the LOV.
Default The default value for the bind variable Yes This will pre-populate the parameter so the user will already have an initial value that can be used.
Prompt The user presentable name for the bind variable Yes If a Prompt value is not specified then the bind variable name will be presented to the users.
Stored Procedure This indicates whether the bind variable has been created from a specified PL/SQL Stored Procedure or from the SQL. For more information please see PL/SQL Stored Procedures. No The user is unaffected, and will not be able to distinguish between PL/SQL Stored Procedure parameters and standard SQL parameters.

Below is how the bind variables are presented in the Create Reports Definition Wizard

Below is how the bind variable will be presented to the user as Parameters.