// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just show the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

ICONPATH = 'images_ui/'

HIGHLIGHT = 1
HIGHLIGHT_BG = '#487599'
HIGHLIGHT_COLOR = '#ffffff'
WRAPTEXT = 1
foldersTree = gFld("Hyperion SQR Production Reporting Studio Help")

foldersTree.xID = "xobjxobj"
first0 = insDoc(foldersTree, gLnk("R", "Copyright Page", "copyrite.html"))
first0.xID = "copyrite"

first1 = insFld(foldersTree, gFld("Creating a Typical Report", "launch.html"))
first1.xID = "launch"
second1 = insFld(first1, gFld("Defining Reports", "ch01.html"))
second1.xID = "ch01"
third1 = insDoc(second1, gLnk("R", "Choosing a Report Type", "ch01s01.html"))
third1.xID = "ch01s01"
third2 = insFld(second1, gFld("Connecting to an ODBC Database", "data_connection.html"))
third2.xID = "data_connection"
fourth1 = insDoc(third2, gLnk("R", "Changing the Database Connection", "ch01s02s01.html"))
fourth1.xID = "ch01s02s01"
third3 = insFld(second1, gFld("Selecting Report Data (Query Builder)", "ch01s03.html"))
third3.xID = "ch01s03"
fourth1 = insDoc(third3, gLnk("R", "Starting the Query Builder", "ch01s03s01.html"))
fourth1.xID = "ch01s03s01"
fourth2 = insFld(third3, gFld("Selecting Tables", "select_tables.html"))
fourth2.xID = "select_tables"
fifth1 = insDoc(fourth2, gLnk("R", "Finding Database Objects", "find_database_object.html"))
fifth1.xID = "find_database_object"
fifth2 = insDoc(fourth2, gLnk("R", "Defining Table Aliases", "define_table_alias.html"))
fifth2.xID = "define_table_alias"
fourth3 = insFld(third3, gFld("Joining Tables", "join_tables.html"))
fourth3.xID = "join_tables"
fifth1 = insDoc(fourth3, gLnk("R", "Setting the Join Type", "ch01s03s03s01.html"))
fifth1.xID = "ch01s03s03s01"
fifth2 = insDoc(fourth3, gLnk("R", "Joining a Table to Itself", "ch01s03s03s02.html"))
fifth2.xID = "ch01s03s03s02"
fourth4 = insFld(third3, gFld("Selecting Fields", "select_fields.html"))
fourth4.xID = "select_fields"
fifth1 = insDoc(fourth4, gLnk("R", "Eliminating Duplicate Query Rows", "ch01s03s04s01.html"))
fifth1.xID = "ch01s03s04s01"
fifth2 = insDoc(fourth4, gLnk("R", "Limiting Query Rows", "ch01s03s04s02.html"))
fifth2.xID = "ch01s03s04s02"
fifth3 = insDoc(fourth4, gLnk("R", "Defining Column Aliases", "ch01s03s04s03.html"))
fifth3.xID = "ch01s03s04s03"
third4 = insFld(second1, gFld("Refining the Query", "ch01s04.html"))
third4.xID = "ch01s04"
fourth1 = insFld(third4, gFld("Adding Expressions", "ch01s04s01.html"))
fourth1.xID = "ch01s04s01"
fifth1 = insDoc(fourth1, gLnk("R", "Expression Concepts", "ch01s04s01s01.html"))
fifth1.xID = "ch01s04s01s01"
fifth2 = insDoc(fourth1, gLnk("R", "Accessing the Expression Builder", "expression_builder.html"))
fifth2.xID = "expression_builder"
fifth3 = insDoc(fourth1, gLnk("R", "Creating an Expression", "ch01s04s01s03.html"))
fifth3.xID = "ch01s04s01s03"
fifth4 = insDoc(fourth1, gLnk("R", "Displaying Column Values", "ch01s04s01s04.html"))
fifth4.xID = "ch01s04s01s04"
fourth2 = insDoc(third4, gLnk("R", "Grouping Columns", "group_by.html"))
fourth2.xID = "group_by"
fourth3 = insDoc(third4, gLnk("R", "Creating Having Clauses", "having_clauses.html"))
fourth3.xID = "having_clauses"
fourth4 = insDoc(third4, gLnk("R", "Displaying the SQL Code Generated for the Query", "show_sql.html"))
fourth4.xID = "show_sql"
fourth5 = insDoc(third4, gLnk("R", "Creating Custom From Clauses", "from_clause_builder.html"))
fourth5.xID = "from_clause_builder"
fourth6 = insFld(third4, gFld("Adding Conditions to the Data (Creating Where Clauses)", "ch01s04s06.html"))
fourth6.xID = "ch01s04s06"
fifth1 = insDoc(fourth6, gLnk("R", "Creating Where Clauses", "ch01s04s06s01.html"))
fifth1.xID = "ch01s04s06s01"
fifth2 = insDoc(fourth6, gLnk("R", "Creating Where Clauses to Evaluate Database Columns or Expressions", "ch01s04s06s02.html"))
fifth2.xID = "ch01s04s06s02"
fifth3 = insDoc(fourth6, gLnk("R", "Creating Where Clauses to Evaluate Constant or One-off Expressions", "ch01s04s06s03.html"))
fifth3.xID = "ch01s04s06s03"
fifth4 = insDoc(fourth6, gLnk("R", "Creating Where Clauses to Evaluate Values Prompted at Runtime", "ch01s04s06s04.html"))
fifth4.xID = "ch01s04s06s04"
fifth5 = insDoc(fourth6, gLnk("R", "Creating Custom Where Clauses", "ch01s04s06s05.html"))
fifth5.xID = "ch01s04s06s05"
fifth6 = insDoc(fourth6, gLnk("R", "Joining Where Clauses", "ch01s04s06s06.html"))
fifth6.xID = "ch01s04s06s06"
fourth7 = insDoc(third4, gLnk("R", "Sorting Data", "order_by.html"))
fourth7.xID = "order_by"
third5 = insDoc(second1, gLnk("R", "Creating Group Breaks", "select_group_breaks.html"))
third5.xID = "select_group_breaks"
third6 = insFld(second1, gFld("Configuring the Default Layout", "finish.html"))
third6.xID = "finish"
fourth1 = insFld(third6, gFld("Configuring Query Fields for the Default Layout", "default_layout_fields.html"))
fourth1.xID = "default_layout_fields"
fifth1 = insDoc(fourth1, gLnk("R", "Including Columns in the Default Report Layout", "ch01s06s01s01.html"))
fifth1.xID = "ch01s06s01s01"
fifth2 = insDoc(fourth1, gLnk("R", "Creating Summary Columns", "ch01s06s01s02.html"))
fifth2.xID = "ch01s06s01s02"
fourth2 = insDoc(third6, gLnk("R", "Configuring Layout Information", "default_layout_layout.html"))
fourth2.xID = "default_layout_layout"
fourth3 = insDoc(third6, gLnk("R", "Configuring Breaks", "default_layout_breaks.html"))
fourth3.xID = "default_layout_breaks"
third7 = insDoc(second1, gLnk("R", "Selecting Report Templates and Styles", "templates_and_styles.html"))
third7.xID = "templates_and_styles"
second2 = insFld(first1, gFld("Formatting Reports", "ch02.html"))
second2.xID = "ch02"
third1 = insDoc(second2, gLnk("R", "Displaying Reports", "ch02s01.html"))
third1.xID = "ch02s01"
third2 = insDoc(second2, gLnk("R", "Defining Report Preferences", "ch02s02.html"))
third2.xID = "ch02s02"
third3 = insFld(second2, gFld("Formatting Report Contents", "ch02s03.html"))
third3.xID = "ch02s03"
fourth1 = insFld(third3, gFld("Using the Layout Window Explorers", "ch02s03s01.html"))
fourth1.xID = "ch02s03s01"
fifth1 = insDoc(fourth1, gLnk("R", "Using the Query Explorer", "ch02s03s01s01.html"))
fifth1.xID = "ch02s03s01s01"
fifth2 = insDoc(fourth1, gLnk("R", "Using the Object Explorer", "ch02s03s01s02.html"))
fifth2.xID = "ch02s03s01s02"
fifth3 = insDoc(fourth1, gLnk("R", "Using the Property Explorer", "ch02s03s01s03.html"))
fifth3.xID = "ch02s03s01s03"
fourth2 = insDoc(third3, gLnk("R", "Displaying Toolbars in the Layout Window", "ch02s03s02.html"))
fourth2.xID = "ch02s03s02"
fourth3 = insDoc(third3, gLnk("R", "Inserting Report Fields", "ch02s03s03.html"))
fourth3.xID = "ch02s03s03"
fourth4 = insDoc(third3, gLnk("R", "Adding Text", "ch02s03s04.html"))
fourth4.xID = "ch02s03s04"
fourth5 = insFld(third3, gFld("Adding Variables", "ch02s03s05.html"))
fourth5.xID = "ch02s03s05"
fifth1 = insDoc(fourth5, gLnk("R", "Creating Variables in the Variable Builder", "ch02s03s05s01.html"))
fifth1.xID = "ch02s03s05s01"
fifth2 = insDoc(fourth5, gLnk("R", "Inserting Variables in the Report Layout", "ch02s03s05s02.html"))
fifth2.xID = "ch02s03s05s02"
fifth3 = insDoc(fourth5, gLnk("R", "String Variables", "ch02s03s05s03.html"))
fifth3.xID = "ch02s03s05s03"
fifth4 = insDoc(fourth5, gLnk("R", "Numeric Variables", "ch02s03s05s04.html"))
fifth4.xID = "ch02s03s05s04"
fifth5 = insDoc(fourth5, gLnk("R", "Date Variables", "ch02s03s05s05.html"))
fifth5.xID = "ch02s03s05s05"
fifth6 = insDoc(fourth5, gLnk("R", "Encode Variables", "encode.html"))
fifth6.xID = "encode"
fourth6 = insDoc(third3, gLnk("R", "Adding Calculated Fields", "ch02s03s06.html"))
fourth6.xID = "ch02s03s06"
fourth7 = insDoc(third3, gLnk("R", "Working with Objects in the Layout", "ch02s03s07.html"))
fourth7.xID = "ch02s03s07"
fourth8 = insDoc(third3, gLnk("R", "Formatting Exceptions", "ch02s03s08.html"))
fourth8.xID = "ch02s03s08"
fourth9 = insFld(third3, gFld("Formatting Group Breaks", "ch02s03s09.html"))
fourth9.xID = "ch02s03s09"
fifth1 = insDoc(fourth9, gLnk("R", "Multiple Group Breaks", "ch02s03s09s01.html"))
fifth1.xID = "ch02s03s09s01"
fifth2 = insDoc(fourth9, gLnk("R", "Break Options", "ch02s03s09s02.html"))
fifth2.xID = "ch02s03s09s02"
fourth10 = insDoc(third3, gLnk("R", "Inserting Page Breaks", "ch02s03s10.html"))
fourth10.xID = "ch02s03s10"
third4 = insFld(second2, gFld("Adding Charts to Highlight Information", "ch02s04.html"))
third4.xID = "ch02s04"
fourth1 = insDoc(third4, gLnk("R", "Types of Charts", "ch02s04s01.html"))
fourth1.xID = "ch02s04s01"
fourth2 = insDoc(third4, gLnk("R", "Adding Charts to Tabular Reports", "ch02s04s02.html"))
fourth2.xID = "ch02s04s02"
fourth3 = insDoc(third4, gLnk("R", "Creating Charts as Separate Reports", "ch02s04s03.html"))
fourth3.xID = "ch02s04s03"
fourth4 = insFld(third4, gFld("Formatting Charts", "ch02s04s04.html"))
fourth4.xID = "ch02s04s04"
fifth1 = insDoc(fourth4, gLnk("R", "Formatting Combination Charts", "ch02s04s04s01.html"))
fifth1.xID = "ch02s04s04s01"
fifth2 = insDoc(fourth4, gLnk("R", "Formatting Charts Using Advanced Options", "ch02s04s04s02.html"))
fifth2.xID = "ch02s04s04s02"
third5 = insFld(second2, gFld("Adding Cross-tabs to Summarize Information", "ch02s05.html"))
third5.xID = "ch02s05"
fourth1 = insDoc(third5, gLnk("R", "Adding Cross-tabs to Tabular Reports", "ch02s05s01.html"))
fourth1.xID = "ch02s05s01"
fourth2 = insDoc(third5, gLnk("R", "Creating Cross-tabs as Separate Reports", "ch02s05s02.html"))
fourth2.xID = "ch02s05s02"
fourth3 = insDoc(third5, gLnk("R", "Selecting the Data to Use in Cross-tabs", "ch02s05s03.html"))
fourth3.xID = "ch02s05s03"
third6 = insFld(second2, gFld("Enhancing Reports", "ch02s06.html"))
third6.xID = "ch02s06"
fourth1 = insDoc(third6, gLnk("R", "Inserting the Date and Time", "ch02s06s01.html"))
fourth1.xID = "ch02s06s01"
fourth2 = insFld(third6, gFld("Inserting Page Numbers", "ch02s06s02.html"))
fourth2.xID = "ch02s06s02"
fifth1 = insDoc(fourth2, gLnk("R", "Last Page Number", "ch02s06s02s01.html"))
fifth1.xID = "ch02s06s02s01"
fifth2 = insDoc(fourth2, gLnk("R", "Creating a Page X of X Page Number Format", "ch02s06s02s02.html"))
fifth2.xID = "ch02s06s02s02"
fourth3 = insDoc(third6, gLnk("R", "Inserting Record Numbers", "ch02s06s03.html"))
fourth3.xID = "ch02s06s03"
fourth4 = insDoc(third6, gLnk("R", "Inserting Images", "ch02s06s04.html"))
fourth4.xID = "ch02s06s04"
fourth5 = insDoc(third6, gLnk("R", "Drawing Lines", "ch02s06s05.html"))
fourth5.xID = "ch02s06s05"
fourth6 = insDoc(third6, gLnk("R", "Drawing Boxes", "ch02s06s06.html"))
fourth6.xID = "ch02s06s06"
fourth7 = insDoc(third6, gLnk("R", "Drawing Ovals", "ch02s06s07.html"))
fourth7.xID = "ch02s06s07"
fourth8 = insDoc(third6, gLnk("R", "Drawing Polygons", "ch02s06s08.html"))
fourth8.xID = "ch02s06s08"
fourth9 = insFld(third6, gFld("Creating a Table of Contents", "ch02s06s09.html"))
fourth9.xID = "ch02s06s09"
fifth1 = insDoc(fourth9, gLnk("R", "Choosing Table of Contents Entries", "ch02s06s09s01.html"))
fifth1.xID = "ch02s06s09s01"
fifth2 = insDoc(fourth9, gLnk("R", "Displaying the Table of Contents", "ch02s06s09s02.html"))
fifth2.xID = "ch02s06s09s02"
third7 = insFld(second2, gFld("Layout Window Menus", "ch02s07.html"))
third7.xID = "ch02s07"
fourth1 = insFld(third7, gFld("File Menu", "ch02s07s01.html"))
fourth1.xID = "ch02s07s01"
fifth1 = insDoc(fourth1, gLnk("R", "New", "ch02s07s01s01.html"))
fifth1.xID = "ch02s07s01s01"
fifth2 = insDoc(fourth1, gLnk("R", "Open", "ch02s07s01s02.html"))
fifth2.xID = "ch02s07s01s02"
fifth3 = insDoc(fourth1, gLnk("R", "Open Template", "ch02s07s01s03.html"))
fifth3.xID = "ch02s07s01s03"
fifth4 = insDoc(fourth1, gLnk("R", "Close", "ch02s07s01s04.html"))
fifth4.xID = "ch02s07s01s04"
fifth5 = insDoc(fourth1, gLnk("R", "Save", "ch02s07s01s05.html"))
fifth5.xID = "ch02s07s01s05"
fifth6 = insDoc(fourth1, gLnk("R", "Save As", "ch02s07s01s06.html"))
fifth6.xID = "ch02s07s01s06"
fifth7 = insDoc(fourth1, gLnk("R", "Save Template", "ch02s07s01s07.html"))
fifth7.xID = "ch02s07s01s07"
fifth8 = insDoc(fourth1, gLnk("R", "Print", "ch02s07s01s08.html"))
fifth8.xID = "ch02s07s01s08"
fifth9 = insDoc(fourth1, gLnk("R", "Print Preview", "ch02s07s01s09.html"))
fifth9.xID = "ch02s07s01s09"
fifth10 = insDoc(fourth1, gLnk("R", "Send", "ch02s07s01s10.html"))
fifth10.xID = "ch02s07s01s10"
fifth11 = insDoc(fourth1, gLnk("R", "Recent File", "ch02s07s01s11.html"))
fifth11.xID = "ch02s07s01s11"
fifth12 = insDoc(fourth1, gLnk("R", "Exit", "ch02s07s01s12.html"))
fifth12.xID = "ch02s07s01s12"
fourth2 = insFld(third7, gFld("Edit Menu", "ch02s07s02.html"))
fourth2.xID = "ch02s07s02"
fifth1 = insDoc(fourth2, gLnk("R", "Undo/Redo", "ch02s07s02s01.html"))
fifth1.xID = "ch02s07s02s01"
fifth2 = insDoc(fourth2, gLnk("R", "Object Properties", "ch02s07s02s02.html"))
fifth2.xID = "ch02s07s02s02"
fifth3 = insDoc(fourth2, gLnk("R", "Cut, Copy, and Paste", "ch02s07s02s03.html"))
fifth3.xID = "ch02s07s02s03"
fifth4 = insDoc(fourth2, gLnk("R", "Delete", "ch02s07s02s04.html"))
fifth4.xID = "ch02s07s02s04"
fifth5 = insDoc(fourth2, gLnk("R", "Clear All", "ch02s07s02s05.html"))
fifth5.xID = "ch02s07s02s05"
fifth6 = insDoc(fourth2, gLnk("R", "Select All", "ch02s07s02s06.html"))
fifth6.xID = "ch02s07s02s06"
fourth3 = insFld(third7, gFld("View Menu", "ch02s07s03.html"))
fourth3.xID = "ch02s07s03"
fifth1 = insDoc(fourth3, gLnk("R", "Status Bar", "ch02s07s03s01.html"))
fifth1.xID = "ch02s07s03s01"
fifth2 = insDoc(fourth3, gLnk("R", "Horizontal Ruler", "ch02s07s03s02.html"))
fifth2.xID = "ch02s07s03s02"
fifth3 = insDoc(fourth3, gLnk("R", "Vertical Ruler", "ch02s07s03s03.html"))
fifth3.xID = "ch02s07s03s03"
fifth4 = insDoc(fourth3, gLnk("R", "Units", "ch02s07s03s04.html"))
fifth4.xID = "ch02s07s03s04"
fifth5 = insDoc(fourth3, gLnk("R", "Grid", "ch02s07s03s05.html"))
fifth5.xID = "ch02s07s03s05"
fifth6 = insDoc(fourth3, gLnk("R", "Column Aliases", "ch02s07s03s06.html"))
fifth6.xID = "ch02s07s03s06"
fifth7 = insDoc(fourth3, gLnk("R", "Toolbars", "ch02s07s03s07.html"))
fifth7.xID = "ch02s07s03s07"
fifth8 = insDoc(fourth3, gLnk("R", "Explorers", "ch02s07s03s08.html"))
fifth8.xID = "ch02s07s03s08"
fifth9 = insDoc(fourth3, gLnk("R", "Standard Toolbar", "ch02s07s03s09.html"))
fifth9.xID = "ch02s07s03s09"
fifth10 = insDoc(fourth3, gLnk("R", "Object Toolbar", "ch02s07s03s10.html"))
fifth10.xID = "ch02s07s03s10"
fifth11 = insDoc(fourth3, gLnk("R", "Formatting Toolbar", "ch02s07s03s11.html"))
fifth11.xID = "ch02s07s03s11"
fifth12 = insDoc(fourth3, gLnk("R", "Browser Toolbar", "ch02s07s03s12.html"))
fifth12.xID = "ch02s07s03s12"
fifth13 = insDoc(fourth3, gLnk("R", "Layout Toolbar", "ch02s07s03s13.html"))
fifth13.xID = "ch02s07s03s13"
fifth14 = insDoc(fourth3, gLnk("R", "Tools", "ch02s07s03s14.html"))
fifth14.xID = "ch02s07s03s14"
fourth4 = insDoc(third7, gLnk("R", "Insert Menu", "ch02s07s04.html"))
fourth4.xID = "ch02s07s04"
fourth5 = insDoc(third7, gLnk("R", "Layout Menu", "ch02s07s05.html"))
fourth5.xID = "ch02s07s05"
fourth6 = insDoc(third7, gLnk("R", "Report Menu", "ch02s07s06.html"))
fourth6.xID = "ch02s07s06"
fourth7 = insFld(third7, gFld("Window Menu", "ch02s07s07.html"))
fourth7.xID = "ch02s07s07"
fifth1 = insDoc(fourth7, gLnk("R", "Cascade", "ch02s07s07s01.html"))
fifth1.xID = "ch02s07s07s01"
fifth2 = insDoc(fourth7, gLnk("R", "Tile Horizontally", "ch02s07s07s02.html"))
fifth2.xID = "ch02s07s07s02"
fifth3 = insDoc(fourth7, gLnk("R", "Tile Vertically", "ch02s07s07s03.html"))
fifth3.xID = "ch02s07s07s03"
fifth4 = insDoc(fourth7, gLnk("R", "Arrange Icons", "ch02s07s07s04.html"))
fifth4.xID = "ch02s07s07s04"
fifth5 = insDoc(fourth7, gLnk("R", "1, 2, 3, Command", "ch02s07s07s05.html"))
fifth5.xID = "ch02s07s07s05"
fourth8 = insFld(third7, gFld("Help Menu", "ch02s07s08.html"))
fourth8.xID = "ch02s07s08"
fifth1 = insDoc(fourth8, gLnk("R", "Contents", "ch02s07s08s01.html"))
fifth1.xID = "ch02s07s08s01"
fifth2 = insDoc(fourth8, gLnk("R", "Search", "ch02s07s08s02.html"))
fifth2.xID = "ch02s07s08s02"
fifth3 = insDoc(fourth8, gLnk("R", "Information Map", "ch02s07s08s03.html"))
fifth3.xID = "ch02s07s08s03"
fifth4 = insDoc(fourth8, gLnk("R", "Technical Support", "ch02s07s08s04.html"))
fifth4.xID = "ch02s07s08s04"
fifth5 = insDoc(fourth8, gLnk("R", "Hyperion Developer Network", "ch02s07s08s05.html"))
fifth5.xID = "ch02s07s08s05"
fifth6 = insDoc(fourth8, gLnk("R", "Hyperion.com", "ch02s07s08s06.html"))
fifth6.xID = "ch02s07s08s06"
fifth7 = insDoc(fourth8, gLnk("R", "About SQR Production Reporting Studio", "ch02s07s08s07.html"))
fifth7.xID = "ch02s07s08s07"
second3 = insFld(first1, gFld("Saving and Previewing Reports", "ch03.html"))
second3.xID = "ch03"
third1 = insDoc(second3, gLnk("R", "Saving Reports", "ch03s01.html"))
third1.xID = "ch03s01"
third2 = insDoc(second3, gLnk("R", "Processing Reports", "ch03s02.html"))
third2.xID = "ch03s02"
third3 = insFld(second3, gFld("Previewing Reports", "ch03s03.html"))
third3.xID = "ch03s03"
fourth1 = insDoc(third3, gLnk("R", "Defining Preview Options", "ch03s03s01.html"))
fourth1.xID = "ch03s03s01"
fourth2 = insFld(third3, gFld("Previewing HTML Reports", "ch03s03s02.html"))
fourth2.xID = "ch03s03s02"
fifth1 = insDoc(fourth2, gLnk("R", "Previewing HTML Reports Using an Internal Browser", "ch03s03s02s01.html"))
fifth1.xID = "ch03s03s02s01"
fifth2 = insDoc(fourth2, gLnk("R", "Previewing HTML Reports Using an External Browser", "ch03s03s02s02.html"))
fifth2.xID = "ch03s03s02s02"
fifth3 = insDoc(fourth2, gLnk("R", "Navigating Among Pages in HTML Reports", "ch03s03s02s03.html"))
fifth3.xID = "ch03s03s02s03"
fifth4 = insDoc(fourth2, gLnk("R", "Previewing Report Information in Different File Formats", "ch03s03s02s04.html"))
fifth4.xID = "ch03s03s02s04"
fourth3 = insFld(third3, gFld("Previewing SPF Reports", "ch03s03s03.html"))
fourth3.xID = "ch03s03s03"
fifth1 = insDoc(fourth3, gLnk("R", "Navigating Among Pages in an SPF Report", "ch03s03s03s01.html"))
fifth1.xID = "ch03s03s03s01"
fifth2 = insDoc(fourth3, gLnk("R", "Zooming", "ch03s03s03s02.html"))
fifth2.xID = "ch03s03s03s02"
fifth3 = insDoc(fourth3, gLnk("R", "The Viewer Status Bar", "ch03s03s03s03.html"))
fifth3.xID = "ch03s03s03s03"
fourth4 = insFld(third3, gFld("Previewing Reports Using Runtime Parameters", "ch03s03s04.html"))
fourth4.xID = "ch03s03s04"
fifth1 = insDoc(fourth4, gLnk("R", "Displaying Prompts to Enter Different Values", "ch03s03s04s01.html"))
fifth1.xID = "ch03s03s04s01"
fifth2 = insDoc(fourth4, gLnk("R", "Disabling the Prompts and Defining Default Values", "ch03s03s04s02.html"))
fifth2.xID = "ch03s03s04s02"
fourth5 = insFld(third3, gFld("Previewing Reports at a Remote Location", "ch03s03s05.html"))
fourth5.xID = "ch03s03s05"
fifth1 = insDoc(fourth5, gLnk("R", "Remote Login Requirements", "ch03s03s05s01.html"))
fifth1.xID = "ch03s03s05s01"
first2 = insFld(foldersTree, gFld("Enhancing Reports", "pt02.html"))
first2.xID = "pt02"
second1 = insFld(first2, gFld("Adding HTML Options to Reports", "ch04.html"))
second1.xID = "ch04"
third1 = insFld(second1, gFld("Defining HTML Preferences", "ch04s01.html"))
third1.xID = "ch04s01"
fourth1 = insDoc(third1, gLnk("R", "Defining HTML Preview Options", "ch04s01s01.html"))
fourth1.xID = "ch04s01s01"
fourth2 = insDoc(third1, gLnk("R", "Defining HTML Display Options", "ch04s01s02.html"))
fourth2.xID = "ch04s01s02"
fourth3 = insDoc(third1, gLnk("R", "Displaying Icons on the Navigation Bar", "ch04s01s03.html"))
fourth3.xID = "ch04s01s03"
third2 = insDoc(second1, gLnk("R", "Changing an Object’s Text and Background Color", "ch04s02.html"))
third2.xID = "ch04s02"
third3 = insDoc(second1, gLnk("R", "Adding Borders", "ch04s03.html"))
third3.xID = "ch04s03"
third4 = insDoc(second1, gLnk("R", "Defining Report Background Colors and Patterns", "ch04s04.html"))
third4.xID = "ch04s04"
third5 = insFld(second1, gFld("Creating Interactive HTML Features", "ch04s05.html"))
third5.xID = "ch04s05"
fourth1 = insDoc(third5, gLnk("R", "Expanding and Collapsing Detail Items", "ch04s05s01.html"))
fourth1.xID = "ch04s05s01"
fourth2 = insDoc(third5, gLnk("R", "Filtering Information", "ch04s05s02.html"))
fourth2.xID = "ch04s05s02"
third6 = insDoc(second1, gLnk("R", "Creating Hypertext Links", "ch04s06.html"))
third6.xID = "ch04s06"
third7 = insFld(second1, gFld("Creating Anchors", "ch04s07.html"))
third7.xID = "ch04s07"
fourth1 = insDoc(third7, gLnk("R", "Linking Objects in the Same HTML Document", "ch04s07s01.html"))
fourth1.xID = "ch04s07s01"
fourth2 = insDoc(third7, gLnk("R", "Linking Objects in Different HTML Documents", "ch04s07s02.html"))
fourth2.xID = "ch04s07s02"
fourth3 = insDoc(third7, gLnk("R", "Using Column Values as Part of URLs and Anchors", "ch04s07s03.html"))
fourth3.xID = "ch04s07s03"
fourth4 = insDoc(third7, gLnk("R", "Graphically Adding Column Values to URLs and Anchors", "ch04s07s04.html"))
fourth4.xID = "ch04s07s04"
third8 = insDoc(second1, gLnk("R", "Building URLs for Items in Hyperion Workspace", "ch04s08.html"))
third8.xID = "ch04s08"
second2 = insFld(first2, gFld("Activating Interactive Reporting Analysis", "ch05.html"))
second2.xID = "ch05"
third1 = insDoc(second2, gLnk("R", "Saving a Chart or Cross-tab as an Interactive Reporting Analysis File", "ch05s01.html"))
third1.xID = "ch05s01"
third2 = insDoc(second2, gLnk("R", "Activating Interactive Reporting Analysis", "ch05s02.html"))
third2.xID = "ch05s02"
first3 = insFld(foldersTree, gFld("Creating Other Types of Reports", "pt03.html"))
first3.xID = "pt03"
second1 = insFld(first3, gFld("Creating Report Layout Templates", "ch06.html"))
second1.xID = "ch06"
third1 = insDoc(second1, gLnk("R", "Layout Template Contents", "ch06s01.html"))
third1.xID = "ch06s01"
third2 = insDoc(second1, gLnk("R", "Creating Layout Templates", "ch06s02.html"))
third2.xID = "ch06s02"
third3 = insDoc(second1, gLnk("R", "Using Layout Templates", "ch06s03.html"))
third3.xID = "ch06s03"
third4 = insDoc(second1, gLnk("R", "Editing Layout Templates", "ch06s04.html"))
third4.xID = "ch06s04"
third5 = insDoc(second1, gLnk("R", "Opening Reports that Use Layout Templates", "ch06s05.html"))
third5.xID = "ch06s05"
third6 = insDoc(second1, gLnk("R", "Changing the Layout Template Used in a Report", "ch06s06.html"))
third6.xID = "ch06s06"
third7 = insDoc(second1, gLnk("R", "Breaking the Link to a Layout Template", "ch06s07.html"))
third7.xID = "ch06s07"
third8 = insDoc(second1, gLnk("R", "Updating Layout Templates in Batch Mode", "ch06s08.html"))
third8.xID = "ch06s08"
second2 = insFld(first3, gFld("Creating Reports with Multiple Queries", "ch07.html"))
second2.xID = "ch07"
third1 = insDoc(second2, gLnk("R", "About Multiple Queries", "ch07s01.html"))
third1.xID = "ch07s01"
third2 = insDoc(second2, gLnk("R", "Creating an Initialization Query", "ch07s02.html"))
third2.xID = "ch07s02"
third3 = insFld(second2, gFld("Creating Sequential Queries", "ch07s03.html"))
third3.xID = "ch07s03"
fourth1 = insFld(third3, gFld("Creating the Queries", "ch07s03s01.html"))
fourth1.xID = "ch07s03s01"
fifth1 = insDoc(fourth1, gLnk("R", "Creating the First Query", "ch07s03s01s01.html"))
fifth1.xID = "ch07s03s01s01"
fifth2 = insDoc(fourth1, gLnk("R", "Creating Subsequent Sequential Queries", "ch07s03s01s02.html"))
fifth2.xID = "ch07s03s01s02"
fourth2 = insDoc(third3, gLnk("R", "Formatting the Report", "ch07s03s02.html"))
fourth2.xID = "ch07s03s02"
third4 = insDoc(second2, gLnk("R", "Understanding Master/Detail Reports", "ch07s04.html"))
third4.xID = "ch07s04"
third5 = insFld(second2, gFld("Creating a Multi-Row Detail Query", "ch07s05.html"))
third5.xID = "ch07s05"
fourth1 = insDoc(third5, gLnk("R", "Selecting Data for the Master Report", "ch07s05s01.html"))
fourth1.xID = "ch07s05s01"
fourth2 = insDoc(third5, gLnk("R", "Selecting Data for the Detail Report", "ch07s05s02.html"))
fourth2.xID = "ch07s05s02"
fourth3 = insDoc(third5, gLnk("R", "Binding the Detail Query to the Master Query", "ch07s05s03.html"))
fourth3.xID = "ch07s05s03"
fourth4 = insDoc(third5, gLnk("R", "Formatting the Report", "ch07s05s04.html"))
fourth4.xID = "ch07s05s04"
third6 = insDoc(second2, gLnk("R", "Creating a Single-Row Detail Query", "ch07s06.html"))
third6.xID = "ch07s06"
second3 = insFld(first3, gFld("Creating Reports with Nested Subqueries", "ch08.html"))
second3.xID = "ch08"
third1 = insDoc(second3, gLnk("R", "About Nested Subqueries", "ch08s01.html"))
third1.xID = "ch08s01"
third2 = insDoc(second3, gLnk("R", "Understanding Subqueries", "ch08s02.html"))
third2.xID = "ch08s02"
third3 = insDoc(second3, gLnk("R", "Creating Subqueries that Return a Single Value", "ch08s03.html"))
third3.xID = "ch08s03"
third4 = insFld(second3, gFld("Creating Subqueries that Return Zero to Many Values", "ch08s04.html"))
third4.xID = "ch08s04"
fourth1 = insDoc(third4, gLnk("R", "Understanding the ANY and ALL Comparison Modifiers", "ch08s04s01.html"))
fourth1.xID = "ch08s04s01"
fourth2 = insDoc(third4, gLnk("R", "Creating a Where Clause Using ANY or ALL", "ch08s04s02.html"))
fourth2.xID = "ch08s04s02"
third5 = insFld(second3, gFld("Creating Subqueries to Test for Existence/Non-Existence", "ch08s05.html"))
third5.xID = "ch08s05"
fourth1 = insDoc(third5, gLnk("R", "Creating the Outer Query", "ch08s05s01.html"))
fourth1.xID = "ch08s05s01"
fourth2 = insDoc(third5, gLnk("R", "Creating an Existence Test Subquery", "ch08s05s02.html"))
fourth2.xID = "ch08s05s02"
first4 = insFld(foldersTree, gFld("Distributing Reports", "pt04.html"))
first4.xID = "pt04"
second1 = insFld(first4, gFld("Printing, Emailing, and Exporting Reports", "ch09.html"))
second1.xID = "ch09"
third1 = insFld(second1, gFld("Printing Reports", "ch09s01.html"))
third1.xID = "ch09s01"
fourth1 = insDoc(third1, gLnk("R", "Setting Up the Printer", "ch09s01s01.html"))
fourth1.xID = "ch09s01s01"
fourth2 = insDoc(third1, gLnk("R", "Sending Reports Directly to the Printer", "ch09s01s02.html"))
fourth2.xID = "ch09s01s02"
fourth3 = insDoc(third1, gLnk("R", "Previewing and Printing Reports", "ch09s01s03.html"))
fourth3.xID = "ch09s01s03"
fourth4 = insDoc(third1, gLnk("R", "Printing Options in the Layout, Source, and Report Windows", "ch09s01s04.html"))
fourth4.xID = "ch09s01s04"
third2 = insDoc(second1, gLnk("R", "Emailing Reports", "ch09s02.html"))
third2.xID = "ch09s02"
third3 = insFld(second1, gFld("Exporting Reports", "ch09s03.html"))
third3.xID = "ch09s03"
fourth1 = insDoc(third3, gLnk("R", "Exporting to a File", "ch09s03s01.html"))
fourth1.xID = "ch09s03s01"
fourth2 = insFld(third3, gFld("Exporting to a Data Target", "ch09s03s02.html"))
fourth2.xID = "ch09s03s02"
fifth1 = insDoc(fourth2, gLnk("R", "Creating a New Table in the Data Target", "ch09s03s02s01.html"))
fifth1.xID = "ch09s03s02s01"
fifth2 = insDoc(fourth2, gLnk("R", "Adding Rows to an Existing Table in the Data Target", "ch09s03s02s02.html"))
fifth2.xID = "ch09s03s02s02"
second2 = insFld(first4, gFld("Publishing Reports", "ch10.html"))
second2.xID = "ch10"
third1 = insDoc(second2, gLnk("R", "Putting SQR Production Reporting Reports into Production", "ch10s01.html"))
third1.xID = "ch10s01"
third2 = insFld(second2, gFld("Uploading HTML Report Output to Your Web Server", "ch10s02.html"))
third2.xID = "ch10s02"
fourth1 = insDoc(third2, gLnk("R", "Uploading for Web Servers that Support UnZIP Operations", "ch10s02s01.html"))
fourth1.xID = "ch10s02s01"
fourth2 = insDoc(third2, gLnk("R", "Uploading for Web Servers that do not Support Unzip Operations", "ch10s02s02.html"))
fourth2.xID = "ch10s02s02"
first5 = insFld(foldersTree, gFld("Using the SQR Production Reporting Language to Customize Reports", "pt05.html"))
first5.xID = "pt05"
second1 = insFld(first5, gFld("Working with the SQR Production Reporting Language", "ch11.html"))
second1.xID = "ch11"
third1 = insDoc(second1, gLnk("R", "Overview", "ch11s01.html"))
third1.xID = "ch11s01"
third2 = insFld(second1, gFld("Methods for Writing SQR Production Reporting Programs", "ch11s02.html"))
third2.xID = "ch11s02"
fourth1 = insDoc(third2, gLnk("R", "Editing Code for Objects in the Layout", "ch11s02s01.html"))
fourth1.xID = "ch11s02s01"
fourth2 = insFld(third2, gFld("Editing Code in the Source Window", "ch11s02s02.html"))
fourth2.xID = "ch11s02s02"
fifth1 = insDoc(fourth2, gLnk("R", "Standard Editing Mode", "ch11s02s02s01.html"))
fifth1.xID = "ch11s02s02s01"
fifth2 = insDoc(fourth2, gLnk("R", "Advanced Editing Mode", "ch11s02s02s02.html"))
fifth2.xID = "ch11s02s02s02"
fifth3 = insDoc(fourth2, gLnk("R", "Selecting Symbols to Highlight Editable Lines", "ch11s02s02s03.html"))
fifth3.xID = "ch11s02s02s03"
fourth3 = insDoc(third2, gLnk("R", "Editing Code in the SQR Production Reporting Studio Editor", "ch11s02s03.html"))
fourth3.xID = "ch11s02s03"
fourth4 = insDoc(third2, gLnk("R", "Writing Code in Other Applications", "ch11s02s04.html"))
fourth4.xID = "ch11s02s04"
third3 = insFld(second1, gFld("Using the SQR Production Reporting Studio Editor", "ch11s03.html"))
third3.xID = "ch11s03"
fourth1 = insDoc(third3, gLnk("R", "Defining Editor Preferences", "ch11s03s01.html"))
fourth1.xID = "ch11s03s01"
fourth2 = insDoc(third3, gLnk("R", "Handling Text", "ch11s03s02.html"))
fourth2.xID = "ch11s03s02"
fourth3 = insDoc(third3, gLnk("R", "Defining Colors", "ch11s03s03.html"))
fourth3.xID = "ch11s03s03"
fourth4 = insDoc(third3, gLnk("R", "Inserting Syntax", "ch11s03s04.html"))
fourth4.xID = "ch11s03s04"
fourth5 = insDoc(third3, gLnk("R", "Getting Help", "ch11s03s05.html"))
fourth5.xID = "ch11s03s05"
third4 = insDoc(second1, gLnk("R", "Positioning Parameters in Generated SQR Production Reporting Programs", "ch11s04.html"))
third4.xID = "ch11s04"
third5 = insFld(second1, gFld("Printing SQR Production Reporting Reports", "ch11s05.html"))
third5.xID = "ch11s05"
fourth1 = insFld(third5, gFld("Printing SQR Production Reporting Reports on Other Machines", "ch11s05s01.html"))
fourth1.xID = "ch11s05s01"
fifth1 = insDoc(fourth1, gLnk("R", "Font Requirements", "ch11s05s01s01.html"))
fifth1.xID = "ch11s05s01s01"
fifth2 = insDoc(fourth1, gLnk("R", "Image Requirements", "ch11s05s01s02.html"))
fifth2.xID = "ch11s05s01s02"
fifth3 = insDoc(fourth1, gLnk("R", "File Name Requirements", "ch11s05s01s03.html"))
fifth3.xID = "ch11s05s01s03"
third6 = insDoc(second1, gLnk("R", "Reading the Error File", "ch11s06.html"))
third6.xID = "ch11s06"
third7 = insDoc(second1, gLnk("R", "Displaying the Command Line for SQR Production Reporting Report Output", "ch11s07.html"))
third7.xID = "ch11s07"
third8 = insDoc(second1, gLnk("R", "Adding #INCLUDE Files", "ch11s08.html"))
third8.xID = "ch11s08"
third9 = insFld(second1, gFld("Creating Lookup Tables", "ch11s09.html"))
third9.xID = "ch11s09"
fourth1 = insDoc(third9, gLnk("R", "Creating Lookup Tables in SQR Production Reporting Studio", "ch11s09s01.html"))
fourth1.xID = "ch11s09s01"
fourth2 = insDoc(third9, gLnk("R", "Creating Variables that Use Lookup Tables", "ch11s09s02.html"))
fourth2.xID = "ch11s09s02"
first6 = insFld(foldersTree, gFld("Accessing Additional Data Sources", "pt06.html"))
first6.xID = "pt06"
second1 = insFld(first6, gFld("Creating SAP R/3 Reports", "ch12.html"))
second1.xID = "ch12"
third1 = insDoc(second1, gLnk("R", "About Creating SAP R/3 Reports", "ch12s01.html"))
third1.xID = "ch12s01"
third2 = insDoc(second1, gLnk("R", "Viewing the Sample Report", "ch12s02.html"))
third2.xID = "ch12s02"
third3 = insDoc(second1, gLnk("R", "Choosing a Report Type", "ch12s03.html"))
third3.xID = "ch12s03"
third4 = insDoc(second1, gLnk("R", "Connecting to an SAP R/3 System", "ch12s04.html"))
third4.xID = "ch12s04"
third5 = insFld(second1, gFld("Logging onto an SAP R/3 System", "ch12s05.html"))
third5.xID = "ch12s05"
fourth1 = insDoc(third5, gLnk("R", "Defining Direct Logon Options", "ch12s05s01.html"))
fourth1.xID = "ch12s05s01"
fourth2 = insDoc(third5, gLnk("R", "Defining SAP R/3 Router Logon Options", "ch12s05s02.html"))
fourth2.xID = "ch12s05s02"
fourth3 = insDoc(third5, gLnk("R", "Defining Load Balanced Logon Options", "ch12s05s03.html"))
fourth3.xID = "ch12s05s03"
fourth4 = insDoc(third5, gLnk("R", "Defining Gateway Logon Options", "ch12s05s04.html"))
fourth4.xID = "ch12s05s04"
fourth5 = insDoc(third5, gLnk("R", "Defining Miscellaneous Logon Options", "ch12s05s05.html"))
fourth5.xID = "ch12s05s05"
third6 = insFld(second1, gFld("Selecting Report Data (Query Builder)", "ch12s06.html"))
third6.xID = "ch12s06"
fourth1 = insDoc(third6, gLnk("R", "Starting the Query Builder", "ch12s06s01.html"))
fourth1.xID = "ch12s06s01"
fourth2 = insFld(third6, gFld("Selecting Procedures", "select_procedures.html"))
fourth2.xID = "select_procedures"
fifth1 = insDoc(fourth2, gLnk("R", "Finding Objects", "ch12s06s02s01.html"))
fifth1.xID = "ch12s06s02s01"
fourth3 = insFld(third6, gFld("Selecting Tables", "select_tables_sapr3.html"))
fourth3.xID = "select_tables_sapr3"
fifth1 = insDoc(fourth3, gLnk("R", "Defining Table Aliases", "ch12s06s03s01.html"))
fifth1.xID = "ch12s06s03s01"
fourth4 = insFld(third6, gFld("Selecting Fields", "select_fields_sapr3.html"))
fourth4.xID = "select_fields_sapr3"
fifth1 = insDoc(fourth4, gLnk("R", "Limiting Query Rows", "ch12s06s04s01.html"))
fifth1.xID = "ch12s06s04s01"
fifth2 = insDoc(fourth4, gLnk("R", "Defining Column Aliases", "ch12s06s04s02.html"))
fifth2.xID = "ch12s06s04s02"
fourth5 = insDoc(third6, gLnk("R", "Creating Group Breaks", "ch12s06s05.html"))
fourth5.xID = "ch12s06s05"
fourth6 = insFld(third6, gFld("Defining Input Parameters", "input_parameters.html"))
fourth6.xID = "input_parameters"
fifth1 = insDoc(fourth6, gLnk("R", "Entering Multiple Input Parameter Values", "ch12s06s06s01.html"))
fifth1.xID = "ch12s06s06s01"
fifth2 = insDoc(fourth6, gLnk("R", "Entering Runtime Parameters (SAP only)", "ch12s06s06s02.html"))
fifth2.xID = "ch12s06s06s02"
third7 = insDoc(second1, gLnk("R", "Configuring Layout Information", "ch12s07.html"))
third7.xID = "ch12s07"
second2 = insFld(first6, gFld("Creating SAP BW Reports", "ch13.html"))
second2.xID = "ch13"
third1 = insDoc(second2, gLnk("R", "About Creating SAP BW Reports", "ch13s01.html"))
third1.xID = "ch13s01"
third2 = insDoc(second2, gLnk("R", "Choosing a Report Type", "ch13s02.html"))
third2.xID = "ch13s02"
third3 = insDoc(second2, gLnk("R", "Connecting to an SAP BW Data Source", "ch13s03.html"))
third3.xID = "ch13s03"
third4 = insFld(second2, gFld("Selecting Report Data (Query Builder)", "ch13s04.html"))
third4.xID = "ch13s04"
fourth1 = insDoc(third4, gLnk("R", "Starting the Query Builder", "ch13s04s01.html"))
fourth1.xID = "ch13s04s01"
fourth2 = insFld(third4, gFld("Selecting an SAP BW Object", "bw_infoprovider.html"))
fourth2.xID = "bw_infoprovider"
fifth1 = insDoc(fourth2, gLnk("R", "Finding an SAP BW Object", "bw_find_infoprovider.html"))
fifth1.xID = "bw_find_infoprovider"
fourth3 = insFld(third4, gFld("Selecting Fields", "bw_fields.html"))
fourth3.xID = "bw_fields"
fifth1 = insDoc(fourth3, gLnk("R", "Limiting the Members Displayed", "ch13s04s03s01.html"))
fifth1.xID = "ch13s04s03s01"
fifth2 = insDoc(fourth3, gLnk("R", "Limiting the Number of Query Rows", "ch13s04s03s02.html"))
fifth2.xID = "ch13s04s03s02"
fifth3 = insDoc(fourth3, gLnk("R", "Searching for a Characteristic, Key Figure, or Member", "bw_search.html"))
fifth3.xID = "bw_search"
fifth4 = insDoc(fourth3, gLnk("R", "Restricting the Members Retrieved", "bw_select_members.html"))
fifth4.xID = "bw_select_members"
fifth5 = insDoc(fourth3, gLnk("R", "Defining Currency Parameters for Key Figures", "ch13s04s03s05.html"))
fifth5.xID = "ch13s04s03s05"
fifth6 = insDoc(fourth3, gLnk("R", "Defining Filters", "ch13s04s03s06.html"))
fifth6.xID = "ch13s04s03s06"
fifth7 = insDoc(fourth3, gLnk("R", "Defining Slicers", "ch13s04s03s07.html"))
fifth7.xID = "ch13s04s03s07"
fifth8 = insDoc(fourth3, gLnk("R", "Defining Order By Clauses", "ch13s04s03s08.html"))
fifth8.xID = "ch13s04s03s08"
fifth9 = insDoc(fourth3, gLnk("R", "Defining SAP Variables", "ch13s04s03s09.html"))
fifth9.xID = "ch13s04s03s09"
fifth10 = insDoc(fourth3, gLnk("R", "Defining Runtime Parameters", "ch13s04s03s10.html"))
fifth10.xID = "ch13s04s03s10"
fourth4 = insDoc(third4, gLnk("R", "Defining Calculated and Restricted Key Figures", "ch13s04s04.html"))
fourth4.xID = "ch13s04s04"
third5 = insDoc(second2, gLnk("R", "Creating Group Breaks", "ch13s05.html"))
third5.xID = "ch13s05"
third6 = insDoc(second2, gLnk("R", "Configuring Layout Information", "ch13s06.html"))
third6.xID = "ch13s06"
second3 = insFld(first6, gFld("Creating Essbase Reports", "ch14.html"))
second3.xID = "ch14"
third1 = insDoc(second3, gLnk("R", "About Creating Essbase Reports", "ch14s01.html"))
third1.xID = "ch14s01"
third2 = insDoc(second3, gLnk("R", "Overview of Essbase Cubes", "ch14s02.html"))
third2.xID = "ch14s02"
third3 = insDoc(second3, gLnk("R", "Choosing a Report Type", "ch14s03.html"))
third3.xID = "ch14s03"
third4 = insDoc(second3, gLnk("R", "Connecting to an Essbase Data Source", "ch14s04.html"))
third4.xID = "ch14s04"
third5 = insFld(second3, gFld("Selecting Report Data (Query Builder)", "ch14s05.html"))
third5.xID = "ch14s05"
fourth1 = insDoc(third5, gLnk("R", "Starting the Query Builder", "ch14s05s01.html"))
fourth1.xID = "ch14s05s01"
fourth2 = insFld(third5, gFld("Selecting a Database", "essbase_start.html"))
fourth2.xID = "essbase_start"
fifth1 = insDoc(fourth2, gLnk("R", "Finding a Database", "ch14s05s02s01.html"))
fifth1.xID = "ch14s05s02s01"
fourth3 = insFld(third5, gFld("Selecting Fields", "essbase_select_fields.html"))
fourth3.xID = "essbase_select_fields"
fifth1 = insDoc(fourth3, gLnk("R", "Using Data Source Aliases", "ch14s05s03s01.html"))
fifth1.xID = "ch14s05s03s01"
fifth2 = insDoc(fourth3, gLnk("R", "Limiting the Number of Query Rows", "ch14s05s03s02.html"))
fifth2.xID = "ch14s05s03s02"
third6 = insDoc(second3, gLnk("R", "Creating Group Breaks", "essbase_select_group_breaks.html"))
third6.xID = "essbase_select_group_breaks"
third7 = insDoc(second3, gLnk("R", "Configuring Layout Information", "ch14s07.html"))
third7.xID = "ch14s07"
first7 = insFld(foldersTree, gFld("Appendices", "pt07.html"))
first7.xID = "pt07"
second1 = insFld(first7, gFld("Configuring a Server Account for SQR Production Reporting Remote", "apa.html"))
second1.xID = "apa"
third1 = insDoc(second1, gLnk("R", "About Configuring a Server Account", "apas01.html"))
third1.xID = "apas01"
third2 = insDoc(second1, gLnk("R", "Configuring a UNIX Account", "apas02.html"))
third2.xID = "apas02"
third3 = insFld(second1, gFld("Configuring a Windows Account", "apas03.html"))
third3.xID = "apas03"
fourth1 = insDoc(third3, gLnk("R", "Step 1: Configure SQR Production Reporting on the Remote Machine", "apas03s01.html"))
fourth1.xID = "apas03s01"
fourth2 = insDoc(third3, gLnk("R", "Step 2: Install and Configure the REXEC Server", "apas03s02.html"))
fourth2.xID = "apas03s02"
fourth3 = insDoc(third3, gLnk("R", "Step 3: Create a Login Account", "apas03s03.html"))
fourth3.xID = "apas03s03"
fourth4 = insDoc(third3, gLnk("R", "Step 4: Configure the FTP Service", "apas03s04.html"))
fourth4.xID = "apas03s04"
fourth5 = insDoc(third3, gLnk("R", "Removing the REXEC Server", "apas03s05.html"))
fourth5.xID = "apas03s05"
third4 = insDoc(second1, gLnk("R", "Troubleshooting SQR Production Reporting Remote", "apas04.html"))
third4.xID = "apas04"
second2 = insFld(first7, gFld("Specifying Startup Files", "apb.html"))
second2.xID = "apb"
third1 = insDoc(second2, gLnk("R", "Specifying a Startup File", "apbs01.html"))
third1.xID = "apbs01"
third2 = insDoc(second2, gLnk("R", "Formatting a Startup File", "apbs02.html"))
third2.xID = "apbs02"
second3 = insFld(first7, gFld("Preferences", "apc.html"))
second3.xID = "apc"
third1 = insDoc(second3, gLnk("R", "General Preferences", "general_prefs.html"))
third1.xID = "general_prefs"
third2 = insDoc(second3, gLnk("R", "Layout Preferences", "layout_prefs.html"))
third2.xID = "layout_prefs"
third3 = insDoc(second3, gLnk("R", "Format Preferences", "format_prefs.html"))
third3.xID = "format_prefs"
third4 = insDoc(second3, gLnk("R", "Page Preferences", "page_prefs.html"))
third4.xID = "page_prefs"
third5 = insDoc(second3, gLnk("R", "Labels Preferences", "labels_prefs.html"))
third5.xID = "labels_prefs"
third6 = insDoc(second3, gLnk("R", "Export Preferences", "export_prefs.html"))
third6.xID = "export_prefs"
third7 = insDoc(second3, gLnk("R", "Editor Preferences", "editor_prefs.html"))
third7.xID = "editor_prefs"
third8 = insDoc(second3, gLnk("R", "View Preferences", "view_prefs.html"))
third8.xID = "view_prefs"
third9 = insDoc(second3, gLnk("R", "Table of Contents Preferences", "toc_prefs.html"))
third9.xID = "toc_prefs"
third10 = insDoc(second3, gLnk("R", "Navigation Bar Preferences", "nav_bar_prefs.html"))
third10.xID = "nav_bar_prefs"
third11 = insDoc(second3, gLnk("R", "Navigation Bar Image", "nav_bar_image.html"))
third11.xID = "nav_bar_image"
third12 = insDoc(second3, gLnk("R", "HTML Preferences", "html_prefs.html"))
third12.xID = "html_prefs"
third13 = insDoc(second3, gLnk("R", "SQR File Generation Preferences", "file_generation_prefs.html"))
third13.xID = "file_generation_prefs"
third14 = insDoc(second3, gLnk("R", "Object Preferences", "object_prefs.html"))
third14.xID = "object_prefs"
third15 = insDoc(second3, gLnk("R", "Creating a New Report", "create_new_report.html"))
third15.xID = "create_new_report"
third16 = insDoc(second3, gLnk("R", "Line Properties", "line_props.html"))
third16.xID = "line_props"
third17 = insDoc(second3, gLnk("R", "Box/Oval Properties", "box_props.html"))
third17.xID = "box_props"
third18 = insDoc(second3, gLnk("R", "Polygon Properties", "polygon_props.html"))
third18.xID = "polygon_props"
third19 = insDoc(second3, gLnk("R", "Image Properties", "image_props.html"))
third19.xID = "image_props"
third20 = insDoc(second3, gLnk("R", "Text Column Properties", "apcs20.html"))
third20.xID = "apcs20"
third21 = insDoc(second3, gLnk("R", "Column Format Properties", "format_text_column_props.html"))
third21.xID = "format_text_column_props"
third22 = insDoc(second3, gLnk("R", "Text Object Properties", "apcs22.html"))
third22.xID = "apcs22"
third23 = insDoc(second3, gLnk("R", "Text Object Format Properties", "format_text_object_props.html"))
third23.xID = "format_text_object_props"
third24 = insDoc(second3, gLnk("R", "Numeric Properties", "apcs24.html"))
third24.xID = "apcs24"
third25 = insDoc(second3, gLnk("R", "Numeric Format Properties", "format_numeric_props.html"))
third25.xID = "format_numeric_props"
third26 = insDoc(second3, gLnk("R", "Date/Time Properties", "apcs26.html"))
third26.xID = "apcs26"
third27 = insDoc(second3, gLnk("R", "Date/Time Format Properties", "format_date_time_props.html"))
third27.xID = "format_date_time_props"
third28 = insDoc(second3, gLnk("R", "Page Number Properties", "apcs28.html"))
third28.xID = "apcs28"
third29 = insDoc(second3, gLnk("R", "Page Number Format Properties", "format_page_number_props.html"))
third29.xID = "format_page_number_props"
third30 = insDoc(second3, gLnk("R", "Font Properties", "font_props.html"))
third30.xID = "font_props"
third31 = insDoc(second3, gLnk("R", "Cell Properties", "cell_props.html"))
third31.xID = "cell_props"
third32 = insDoc(second3, gLnk("R", "Table of Contents Properties", "toc_props.html"))
third32.xID = "toc_props"
third33 = insDoc(second3, gLnk("R", "Exceptions", "exception_props.html"))
third33.xID = "exception_props"
third34 = insDoc(second3, gLnk("R", "Exception Builder", "exception_builder.html"))
third34.xID = "exception_builder"
third35 = insDoc(second3, gLnk("R", "Using an Exception in a Variable", "apcs35.html"))
third35.xID = "apcs35"
third36 = insDoc(second3, gLnk("R", "Chart Wizard - Chart Type", "cw_chart_type.html"))
third36.xID = "cw_chart_type"
third37 = insDoc(second3, gLnk("R", "Chart Wizard - Chart Data", "cw_chart_data.html"))
third37.xID = "cw_chart_data"
third38 = insDoc(second3, gLnk("R", "Chart Wizard - Chart Properties", "cw_chart_props.html"))
third38.xID = "cw_chart_props"
third39 = insDoc(second3, gLnk("R", "Chart Properties: Data", "apcs39.html"))
third39.xID = "apcs39"
third40 = insDoc(second3, gLnk("R", "Chart Properties", "chart_props.html"))
third40.xID = "chart_props"
third41 = insDoc(second3, gLnk("R", "Chart Properties: Data", "chart_props_data.html"))
third41.xID = "chart_props_data"
third42 = insDoc(second3, gLnk("R", "Chart Properties: General", "chart_props_general.html"))
third42.xID = "chart_props_general"
third43 = insDoc(second3, gLnk("R", "Chart Properties: X-Axis", "chart_props_xaxis.html"))
third43.xID = "chart_props_xaxis"
third44 = insDoc(second3, gLnk("R", "Chart Properties: Y-Axis", "chart_props_yaxis.html"))
third44.xID = "chart_props_yaxis"
third45 = insDoc(second3, gLnk("R", "Chart Properties: Y2-Axis", "chart_props_y2axis.html"))
third45.xID = "chart_props_y2axis"
third46 = insDoc(second3, gLnk("R", "Chart Properties: Y2-Palette", "chart_props_y2_palette.html"))
third46.xID = "chart_props_y2_palette"
third47 = insDoc(second3, gLnk("R", "Add Color Palette", "add_color_palette.html"))
third47.xID = "add_color_palette"
third48 = insDoc(second3, gLnk("R", "Chart Properties: Legend", "chart_props_legend.html"))
third48.xID = "chart_props_legend"
third49 = insDoc(second3, gLnk("R", "Chart Properties: Header-Footer", "chart_props_header_footer.html"))
third49.xID = "chart_props_header_footer"
third50 = insDoc(second3, gLnk("R", "Chart Properties: Palette", "chart_props_palette.html"))
third50.xID = "chart_props_palette"
third51 = insDoc(second3, gLnk("R", "Advanced Properties: Pie Chart", "advanced_prop_pie_chart.html"))
third51.xID = "advanced_prop_pie_chart"
third52 = insDoc(second3, gLnk("R", "Advanced Properties: Bar Chart", "advanced_prop_bar_chart.html"))
third52.xID = "advanced_prop_bar_chart"
third53 = insDoc(second3, gLnk("R", "Advanced Properties: Area Chart", "advanced_prop_area_chart.html"))
third53.xID = "advanced_prop_area_chart"
third54 = insDoc(second3, gLnk("R", "Advanced Properties: Line, Polar, and Radar Charts", "advanced_prop_line_chart.html"))
third54.xID = "advanced_prop_line_chart"
third55 = insDoc(second3, gLnk("R", "Advanced Properties: Candle Stick Chart", "advanced_prop_candlestick.html"))
third55.xID = "advanced_prop_candlestick"
third56 = insDoc(second3, gLnk("R", "Advanced Properties: Combo Area Line and Area Radar Charts", "advanced_prop_area_line_chart.html"))
third56.xID = "advanced_prop_area_line_chart"
third57 = insDoc(second3, gLnk("R", "Advanced Properties: Combo Bar Line Charts", "advanced_prop_bar_line_chart.html"))
third57.xID = "advanced_prop_bar_line_chart"
third58 = insDoc(second3, gLnk("R", "Advanced Properties: Combo Area Charts", "advanced_prop_combo_area.html"))
third58.xID = "advanced_prop_combo_area"
third59 = insDoc(second3, gLnk("R", "Advanced Properties: Combo Bar Area Charts", "advanced_prop_bar_area.html"))
third59.xID = "advanced_prop_bar_area"
third60 = insDoc(second3, gLnk("R", "Advanced Properties: Combo Line Charts", "advanced_prop_combo_line.html"))
third60.xID = "advanced_prop_combo_line"
third61 = insDoc(second3, gLnk("R", "Advanced Properties: Combo Bar Charts", "advanced_prop_combo_bar.html"))
third61.xID = "advanced_prop_combo_bar"
third62 = insDoc(second3, gLnk("R", "Cross-tab Properties", "cross_tab_props.html"))
third62.xID = "cross_tab_props"
third63 = insDoc(second3, gLnk("R", "Analysis Properties", "analysis_props.html"))
third63.xID = "analysis_props"
third64 = insDoc(second3, gLnk("R", "Activating Interactive Reporting Analysis", "apcs64.html"))
third64.xID = "apcs64"
third65 = insDoc(second3, gLnk("R", "Interactive Reporting Analysis (definition)", "apcs65.html"))
third65.xID = "apcs65"
third66 = insDoc(second3, gLnk("R", "Report Properties", "report_props.html"))
third66.xID = "report_props"
third67 = insDoc(second3, gLnk("R", "Mode Properties", "mode_props.html"))
third67.xID = "mode_props"
third68 = insDoc(second3, gLnk("R", "Page Setup Properties", "page_setup_props.html"))
third68.xID = "page_setup_props"
third69 = insDoc(second3, gLnk("R", "HTML Report Properties", "html_report_props.html"))
third69.xID = "html_report_props"
third70 = insDoc(second3, gLnk("R", "Label Setup Properties", "label_setup_props.html"))
third70.xID = "label_setup_props"
third71 = insDoc(second3, gLnk("R", "SQR", "sqr_tab.html"))
third71.xID = "sqr_tab"
third72 = insDoc(second3, gLnk("R", "Insert Calculated Field", "insert_calculated_field.html"))
third72.xID = "insert_calculated_field"
third73 = insDoc(second3, gLnk("R", "Report Parameter Presets", "report_parameter_presets.html"))
third73.xID = "report_parameter_presets"
third74 = insDoc(second3, gLnk("R", "Set Value", "set_value.html"))
third74.xID = "set_value"
third75 = insDoc(second3, gLnk("R", "Page Breaks", "page_breaks.html"))
third75.xID = "page_breaks"
third76 = insDoc(second3, gLnk("R", "Page Break Type", "page_break_type.html"))
third76.xID = "page_break_type"
third77 = insDoc(second3, gLnk("R", "Group Breaks", "group_breaks.html"))
third77.xID = "group_breaks"
third78 = insDoc(second3, gLnk("R", "Break Options", "break_options.html"))
third78.xID = "break_options"
third79 = insDoc(second3, gLnk("R", "SQR Production Reporting Operators", "apcs79.html"))
third79.xID = "apcs79"
third80 = insDoc(second3, gLnk("R", "Grid Settings", "grid_settings.html"))
third80.xID = "grid_settings"
third81 = insDoc(second3, gLnk("R", "Export Report Layout Window", "export_report_layout_window.html"))
third81.xID = "export_report_layout_window"
third82 = insDoc(second3, gLnk("R", "Include Files", "include_files.html"))
third82.xID = "include_files"
third83 = insDoc(second3, gLnk("R", "Include File", "include_file_dialog_box.html"))
third83.xID = "include_file_dialog_box"
third84 = insDoc(second3, gLnk("R", "Lookup Tables", "lookup_tables.html"))
third84.xID = "lookup_tables"
third85 = insDoc(second3, gLnk("R", "Lookup Table - General", "lookup_table_general.html"))
third85.xID = "lookup_table_general"
third86 = insDoc(second3, gLnk("R", "Lookup Table - Key", "lookup_table_key.html"))
third86.xID = "lookup_table_key"
third87 = insDoc(second3, gLnk("R", "Lookup Table - Return Value", "lookup_table_return.html"))
third87.xID = "lookup_table_return"
third88 = insDoc(second3, gLnk("R", "Database Tab", "report_fields_database.html"))
third88.xID = "report_fields_database"
third89 = insDoc(second3, gLnk("R", "Master-Detail Binding", "master_detail_binding.html"))
third89.xID = "master_detail_binding"
third90 = insDoc(second3, gLnk("R", "Variables", "report_fields_variables.html"))
third90.xID = "report_fields_variables"
third91 = insDoc(second3, gLnk("R", "Variable Builder", "variable_builder.html"))
third91.xID = "variable_builder"
third92 = insDoc(second3, gLnk("R", "Types of Variables", "apcs92.html"))
third92.xID = "apcs92"
third93 = insDoc(second3, gLnk("R", "Lookup Builder", "lookup_builder.html"))
third93.xID = "lookup_builder"
third94 = insDoc(second3, gLnk("R", "Run Report", "run_report.html"))
third94.xID = "run_report"
third95 = insDoc(second3, gLnk("R", "Remote Login", "remote_login.html"))
third95.xID = "remote_login"
third96 = insDoc(second3, gLnk("R", "Configure Default Layout", "configure_default_layout.html"))
third96.xID = "configure_default_layout"
third97 = insDoc(second3, gLnk("R", "Rebuilding the Default Layout", "apcs97.html"))
third97.xID = "apcs97"
third98 = insDoc(second3, gLnk("R", "Goto Page", "apcs98.html"))
third98.xID = "apcs98"
third99 = insDoc(second3, gLnk("R", "Goto Line", "apcs99.html"))
third99.xID = "apcs99"
third100 = insDoc(second3, gLnk("R", "Tab", "apcs100.html"))
third100.xID = "apcs100"
third101 = insDoc(second3, gLnk("R", "Generate Table of Contents (Report menu)", "toc_warning.html"))
third101.xID = "toc_warning"
third102 = insDoc(second3, gLnk("R", "Layout Templates", "templates.html"))
third102.xID = "templates"
third103 = insDoc(second3, gLnk("R", "Template Browser", "template_browser.html"))
third103.xID = "template_browser"
third104 = insDoc(second3, gLnk("R", "Template Options", "template_options.html"))
third104.xID = "template_options"
third105 = insDoc(second3, gLnk("R", "HTML Properties", "html_props.html"))
third105.xID = "html_props"
third106 = insDoc(second3, gLnk("R", "Insert Column Values", "insert_column_values.html"))
third106.xID = "insert_column_values"
third107 = insDoc(second3, gLnk("R", "Hyperion Workspace Link", "apcs107.html"))
third107.xID = "apcs107"
third108 = insDoc(second3, gLnk("R", "Add Prompt", "add_prompt.html"))
third108.xID = "add_prompt"
third109 = insDoc(second3, gLnk("R", "Inserting Objects into the Layout", "apcs109.html"))
third109.xID = "apcs109"
third110 = insDoc(second3, gLnk("R", "Copying Text and Graphics", "apcs110.html"))
third110.xID = "apcs110"
third111 = insDoc(second3, gLnk("R", "Working with Queries (Using the Query Builder)", "apcs111.html"))
third111.xID = "apcs111"
third112 = insDoc(second3, gLnk("R", "LoadAll", "apcs112.html"))
third112.xID = "apcs112"
third113 = insDoc(second3, gLnk("R", "Configure Join", "configure_join.html"))
third113.xID = "configure_join"
third114 = insDoc(second3, gLnk("R", "Binding Queries", "bind.html"))
third114.xID = "bind"
third115 = insDoc(second3, gLnk("R", "Correlating Queries", "correlate.html"))
third115.xID = "correlate"
third116 = insDoc(second3, gLnk("R", "Creating a Correlated Subquery", "apcs116.html"))
third116.xID = "apcs116"
third117 = insDoc(second3, gLnk("R", "Creating an Uncorrelated Subquery", "apcs117.html"))
third117.xID = "apcs117"
third118 = insDoc(second3, gLnk("R", "Table", "apcs118.html"))
third118.xID = "apcs118"
third119 = insDoc(second3, gLnk("R", "View", "apcs119.html"))
third119.xID = "apcs119"
third120 = insDoc(second3, gLnk("R", "System Table", "apcs120.html"))
third120.xID = "apcs120"
third121 = insDoc(second3, gLnk("R", "Using More than One Table in an SAP Report", "apcs121.html"))
third121.xID = "apcs121"
third122 = insDoc(second3, gLnk("R", "Joins", "joins.html"))
third122.xID = "joins"
third123 = insDoc(second3, gLnk("R", "Configure Join", "configure_join.html"))
third123.xID = "configure_join"
third124 = insDoc(second3, gLnk("R", "Outer Join", "apcs124.html"))
third124.xID = "apcs124"
third125 = insDoc(second3, gLnk("R", "Distinct Values Example", "apcs125.html"))
third125.xID = "apcs125"
third126 = insDoc(second3, gLnk("R", "Limiting the Number of Query Rows Example", "apcs126.html"))
third126.xID = "apcs126"
third127 = insDoc(second3, gLnk("R", "Expression", "apcs127.html"))
third127.xID = "apcs127"
third128 = insDoc(second3, gLnk("R", "Aggregate Function", "apcs128.html"))
third128.xID = "apcs128"
third129 = insDoc(second3, gLnk("R", "Function Examples", "apcs129.html"))
third129.xID = "apcs129"
third130 = insDoc(second3, gLnk("R", "Operator Examples", "apcs130.html"))
third130.xID = "apcs130"
third131 = insDoc(second3, gLnk("R", "Comparison Operators", "apcs131.html"))
third131.xID = "apcs131"
third132 = insDoc(second3, gLnk("R", "Logical Operators", "apcs132.html"))
third132.xID = "apcs132"
third133 = insDoc(second3, gLnk("R", "Range Operators", "apcs133.html"))
third133.xID = "apcs133"
third134 = insDoc(second3, gLnk("R", "List Operators", "apcs134.html"))
third134.xID = "apcs134"
third135 = insDoc(second3, gLnk("R", "Unknown Operators", "apcs135.html"))
third135.xID = "apcs135"
third136 = insDoc(second3, gLnk("R", "String Operators", "apcs136.html"))
third136.xID = "apcs136"
third137 = insDoc(second3, gLnk("R", "Show Values", "show_values.html"))
third137.xID = "show_values"
third138 = insDoc(second3, gLnk("R", "Having Clause Builder", "having_clause_builder.html"))
third138.xID = "having_clause_builder"
third139 = insDoc(second3, gLnk("R", "Joining Multiple Having Clauses", "apcs139.html"))
third139.xID = "apcs139"
third140 = insDoc(second3, gLnk("R", "Where Clauses", "where_clauses.html"))
third140.xID = "where_clauses"
third141 = insDoc(second3, gLnk("R", "Where Clause Builder", "where_clause_builder.html"))
third141.xID = "where_clause_builder"
third142 = insDoc(second3, gLnk("R", "Where Clause Wizard", "where_clause_wizard.html"))
third142.xID = "where_clause_wizard"
third143 = insDoc(second3, gLnk("R", "Layout Settings", "layout_settings.html"))
third143.xID = "layout_settings"
third144 = insDoc(second3, gLnk("R", "Custom From Clause Builder", "custom_from_clause_builder.html"))
third144.xID = "custom_from_clause_builder"
third145 = insDoc(second3, gLnk("R", "The Layout Window", "layout_window.html"))
third145.xID = "layout_window"
third146 = insDoc(second3, gLnk("R", "Layout Window Menus", "apcs146.html"))
third146.xID = "apcs146"
third147 = insDoc(second3, gLnk("R", "Align", "apcs147.html"))
third147.xID = "apcs147"
third148 = insDoc(second3, gLnk("R", "Space Evenly", "apcs148.html"))
third148.xID = "apcs148"
third149 = insDoc(second3, gLnk("R", "Make Same Size", "apcs149.html"))
third149.xID = "apcs149"
third150 = insDoc(second3, gLnk("R", "Stretch/Shrink", "apcs150.html"))
third150.xID = "apcs150"
third151 = insDoc(second3, gLnk("R", "Move", "apcs151.html"))
third151.xID = "apcs151"
third152 = insDoc(second3, gLnk("R", "Center on Page", "apcs152.html"))
third152.xID = "apcs152"
third153 = insDoc(second3, gLnk("R", "Fit to Page", "apcs153.html"))
third153.xID = "apcs153"
third154 = insDoc(second3, gLnk("R", "Bring to Front and Send to Back", "apcs154.html"))
third154.xID = "apcs154"
third155 = insDoc(second3, gLnk("R", "Edit Query (Report Menu)", "apcs155.html"))
third155.xID = "apcs155"
third156 = insDoc(second3, gLnk("R", "Query (Report Menu)", "apcs156.html"))
third156.xID = "apcs156"
third157 = insDoc(second3, gLnk("R", "Generate Table of Contents (Report Menu)", "apcs157.html"))
third157.xID = "apcs157"
third158 = insDoc(second3, gLnk("R", "Entering Runtime Parameters", "runtime_parameters.html"))
third158.xID = "runtime_parameters"
third159 = insDoc(second3, gLnk("R", "Data Connection - Name", "data_connection_name.html"))
third159.xID = "data_connection_name"
third160 = insDoc(second3, gLnk("R", "Data Connection - Provider", "data_connection_provider.html"))
third160.xID = "data_connection_provider"
third161 = insDoc(second3, gLnk("R", "Data Connection - ODBC Data Source", "data_connection_odbc.html"))
third161.xID = "data_connection_odbc"
third162 = insDoc(second3, gLnk("R", "Data Connection - Local Database", "select_sqr_database.html"))
third162.xID = "select_sqr_database"
third163 = insDoc(second3, gLnk("R", "Data Connection - Login Parameters", "login_parameters.html"))
third163.xID = "login_parameters"
third164 = insDoc(second3, gLnk("R", "Query Builder - Query Name", "query_builder_query_name.html"))
third164.xID = "query_builder_query_name"
third165 = insDoc(second3, gLnk("R", "Logon", "logon.html"))
third165.xID = "logon"
third166 = insDoc(second3, gLnk("R", "Direct Connection", "direct_connection.html"))
third166.xID = "direct_connection"
third167 = insDoc(second3, gLnk("R", "SAP Router", "sap_router.html"))
third167.xID = "sap_router"
third168 = insDoc(second3, gLnk("R", "Load Balanced", "load_balanced.html"))
third168.xID = "load_balanced"
third169 = insDoc(second3, gLnk("R", "Gateway", "gateway.html"))
third169.xID = "gateway"
third170 = insDoc(second3, gLnk("R", "Miscellaneous", "miscellaneous.html"))
third170.xID = "miscellaneous"
third171 = insDoc(second3, gLnk("R", "Image Format Properties", "blob_data_format.html"))
third171.xID = "blob_data_format"
third172 = insDoc(second3, gLnk("R", "Load Session (Bad Table)", "load_session_bad_table.html"))
third172.xID = "load_session_bad_table"
third173 = insDoc(second3, gLnk("R", "Load Session (Bad Column)", "load_session_bad_column.html"))
third173.xID = "load_session_bad_column"
third174 = insDoc(second3, gLnk("R", "Load Session (Column Differs)", "load_session_column_differs.html"))
third174.xID = "load_session_column_differs"
third175 = insDoc(second3, gLnk("R", "Load Session (Bad User)", "load_session_bad_user.html"))
third175.xID = "load_session_bad_user"
third176 = insDoc(second3, gLnk("R", "ORACLE OFEN Error", "oracle_ofen.html"))
third176.xID = "oracle_ofen"
third177 = insDoc(second3, gLnk("R", "Tabs", "editor_tabs.html"))
third177.xID = "editor_tabs"
first8 = insDoc(foldersTree, gLnk("R", "Glossary", "go01.html"))
first8.xID = "go01"