// 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("Interactive Reporting Help")

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

first1 = insDoc(foldersTree, gLnk("R", "Part I: Interactive Reporting Users Help", "pt01.html"))
first1.xID = "pt01"
first2 = insFld(foldersTree, gFld("Introducing Interactive Reporting", "index.html"))
first2.xID = "index"
second1 = insFld(first2, gFld("Overview", "launch.html"))
second1.xID = "launch"
third1 = insDoc(second1, gLnk("R", "Interactive Reporting Features", "ch01s01s01.html"))
third1.xID = "ch01s01s01"
second2 = insFld(first2, gFld("How Interactive Reporting Works", "ch01s02.html"))
second2.xID = "ch01s02"
third1 = insDoc(second2, gLnk("R", "Relational Databases", "ch01s02s01.html"))
third1.xID = "ch01s02s01"
third2 = insDoc(second2, gLnk("R", "Multidimensional Databases", "ch01s02s02.html"))
third2.xID = "ch01s02s02"
second3 = insFld(first2, gFld("About Interactive Reporting Documents", "ch01s03.html"))
second3.xID = "ch01s03"
third1 = insDoc(second3, gLnk("R", "Data Source Connections", "ch01s03s01.html"))
third1.xID = "ch01s03s01"
third2 = insDoc(second3, gLnk("R", "Data Models", "ch01s03s02.html"))
third2.xID = "ch01s03s02"
third3 = insDoc(second3, gLnk("R", "Queries", "ch01s03s03.html"))
third3.xID = "ch01s03s03"
third4 = insDoc(second3, gLnk("R", "Analysis and Reporting", "ch01s03s04.html"))
third4.xID = "ch01s03s04"
second4 = insDoc(first2, gLnk("R", "Turning Data into Information", "ch01s04.html"))
second4.xID = "ch01s04"
first3 = insFld(foldersTree, gFld("Interactive Reporting Basics", "ch02.html"))
first3.xID = "ch02"
second1 = insFld(first3, gFld("Maintaining Interactive Reporting Document Files", "ch02s01.html"))
second1.xID = "ch02s01"
third1 = insDoc(second1, gLnk("R", "Creating Interactive Reporting Document Files", "ch02s01s01.html"))
third1.xID = "ch02s01s01"
third2 = insDoc(second1, gLnk("R", "Opening Interactive Reporting Document Files", "ch02s01s02.html"))
third2.xID = "ch02s01s02"
third3 = insDoc(second1, gLnk("R", "Closing Interactive Reporting Document Files", "ch02s01s03.html"))
third3.xID = "ch02s01s03"
third4 = insDoc(second1, gLnk("R", "Saving Documents", "ch02s01s04.html"))
third4.xID = "ch02s01s04"
third5 = insFld(second1, gFld("Specifying Save Options", "ch02s01s05.html"))
third5.xID = "ch02s01s05"
fourth1 = insDoc(third5, gLnk("R", "Save Query Results With Document", "ch02s01s05s01.html"))
fourth1.xID = "ch02s01s05s01"
fourth2 = insDoc(third5, gLnk("R", "Compressing Interactive Reporting Document Files", "ch02s01s05s02.html"))
fourth2.xID = "ch02s01s05s02"
fourth3 = insDoc(third5, gLnk("R", "Password Protecting Interactive Reporting Document Files", "ch02s01s05s03.html"))
fourth3.xID = "ch02s01s05s03"
fourth4 = insDoc(third5, gLnk("R", "Password Protect Designer Mode", "ch02s01s05s04.html"))
fourth4.xID = "ch02s01s05s04"
third6 = insDoc(second1, gLnk("R", "Saving Interactive Reporting Documents to the Reporting and Analysis Repository in Interactive Reporting Web Client", "ch02s01s06.html"))
third6.xID = "ch02s01s06"
third7 = insDoc(second1, gLnk("R", "Saving As to the Reporting and Analysis Repository in Interactive Reporting Web Client", "ch02s01s07.html"))
third7.xID = "ch02s01s07"
third8 = insDoc(second1, gLnk("R", "Create New Folder", "ir_create_folder.html"))
third8.xID = "ir_create_folder"
third9 = insDoc(second1, gLnk("R", "Work Offline in Interactive Reporting Web Client", "ch02s01s09.html"))
third9.xID = "ch02s01s09"
third10 = insFld(second1, gFld("Working with Data Sources", "ch02s01s10.html"))
third10.xID = "ch02s01s10"
fourth1 = insDoc(third10, gLnk("R", "Open From Repository in Interactive Reporting Studio", "open_repos.html"))
fourth1.xID = "open_repos"
fourth2 = insDoc(third10, gLnk("R", "Save To Repository in Interactive Reporting Studio", "save_repos.html"))
fourth2.xID = "save_repos"
fourth3 = insDoc(third10, gLnk("R", "Import Data File", "ch02s01s10s03.html"))
fourth3.xID = "ch02s01s10s03"
fourth4 = insDoc(third10, gLnk("R", "Import SQL", "ch02s01s10s04.html"))
fourth4.xID = "ch02s01s10s04"
third11 = insFld(second1, gFld("Exporting Data", "ch02s01s11.html"))
third11.xID = "ch02s01s11"
fourth1 = insDoc(third11, gLnk("R", "Defining Export Properties for .HTML in the Results and Table Sections ", "export_results.html"))
fourth1.xID = "export_results"
fourth2 = insDoc(third11, gLnk("R", "Defining Export Properties for HTML in the Pivot and OLAP Sections", "export_pivot.html"))
fourth2.xID = "export_pivot"
fourth3 = insDoc(third11, gLnk("R", "Defining Export Properties for .HTML in the Chart Section", "export_charts.html"))
fourth3.xID = "export_charts"
fourth4 = insDoc(third11, gLnk("R", "Defining Export Properties for HTML in the Report Section ", "export_reports.html"))
fourth4.xID = "export_reports"
fourth5 = insDoc(third11, gLnk("R", "Exporting a Section", "ch02s01s11s05.html"))
fourth5.xID = "ch02s01s11s05"
second2 = insFld(first3, gFld("Exporting to Microsoft Office HTML File Formats", "ch02s02.html"))
second2.xID = "ch02s02"
third1 = insDoc(second2, gLnk("R", "Types of HTML File Formats", "ch02s02s01.html"))
third1.xID = "ch02s02s01"
third2 = insDoc(second2, gLnk("R", "Comparison of HTML File Format Types", "ch02s02s02.html"))
third2.xID = "ch02s02s02"
third3 = insDoc(second2, gLnk("R", "Exporting a Section to Microsoft Office Excel Worksheets", "ch02s02s03.html"))
third3.xID = "ch02s02s03"
third4 = insDoc(second2, gLnk("R", "Number and Date Formats", "ch02s02s04.html"))
third4.xID = "ch02s02s04"
third5 = insDoc(second2, gLnk("R", "Styles", "ch02s02s05.html"))
third5.xID = "ch02s02s05"
third6 = insDoc(second2, gLnk("R", "Colors", "ch02s02s06.html"))
third6.xID = "ch02s02s06"
third7 = insDoc(second2, gLnk("R", "Text Wrapping", "ch02s02s07.html"))
third7.xID = "ch02s02s07"
third8 = insDoc(second2, gLnk("R", "Chart as Image", "ch02s02s08.html"))
third8.xID = "ch02s02s08"
third9 = insDoc(second2, gLnk("R", "Headers and Footers", "ch02s02s09.html"))
third9.xID = "ch02s02s09"
third10 = insDoc(second2, gLnk("R", "Printing Improvements", "ch02s02s10.html"))
third10.xID = "ch02s02s10"
third11 = insDoc(second2, gLnk("R", "Suppress Duplicates for Results or Table", "ch02s02s11.html"))
third11.xID = "ch02s02s11"
third12 = insDoc(second2, gLnk("R", "Formula Generation", "ch02s02s12.html"))
third12.xID = "ch02s02s12"
third13 = insDoc(second2, gLnk("R", "JavaScript Expressions", "ch02s02s13.html"))
third13.xID = "ch02s02s13"
third14 = insDoc(second2, gLnk("R", "Mapping JavaScript to Excel", "ch02s02s14.html"))
third14.xID = "ch02s02s14"
third15 = insDoc(second2, gLnk("R", "Formula Mappings", "ch02s02s15.html"))
third15.xID = "ch02s02s15"
third16 = insFld(second2, gFld("Custom Formulas", "ch02s02s16.html"))
third16.xID = "ch02s02s16"
fourth1 = insDoc(third16, gLnk("R", "Adding VBA functions to the Exported Excel File", "ch02s02s16s01.html"))
fourth1.xID = "ch02s02s16s01"
fourth2 = insDoc(third16, gLnk("R", "Unsupported Formulas", "ch02s02s16s02.html"))
fourth2.xID = "ch02s02s16s02"
fourth3 = insDoc(third16, gLnk("R", "Null Values", "ch02s02s16s03.html"))
fourth3.xID = "ch02s02s16s03"
fourth4 = insDoc(third16, gLnk("R", "Custom Cell Ranges", "ch02s02s16s04.html"))
fourth4.xID = "ch02s02s16s04"
fourth5 = insDoc(third16, gLnk("R", "Worksheet Names and Range Names Generation", "ch02s02s16s05.html"))
fourth5.xID = "ch02s02s16s05"
third17 = insFld(second2, gFld("Exporting a Document as a Web Page", "ch02s02s17.html"))
third17.xID = "ch02s02s17"
fourth1 = insDoc(third17, gLnk("R", "Saving an Excel file to HTML format", "ch02s02s17s01.html"))
fourth1.xID = "ch02s02s17s01"
fourth2 = insDoc(third17, gLnk("R", "Browser and HTML Restrictions and Limitations", "ch02s02s17s02.html"))
fourth2.xID = "ch02s02s17s02"
fourth3 = insDoc(third17, gLnk("R", "Using the Export to HTML Wizard", "ch02s02s17s03.html"))
fourth3.xID = "ch02s02s17s03"
fourth4 = insDoc(third17, gLnk("R", "Exporting SQL", "ch02s02s17s04.html"))
fourth4.xID = "ch02s02s17s04"
fourth5 = insDoc(third17, gLnk("R", "Exporting a Query Log", "ch02s02s17s05.html"))
fourth5.xID = "ch02s02s17s05"
fourth6 = insDoc(third17, gLnk("R", "Exporting Scripts To a Text File", "ch02s02s17s06.html"))
fourth6.xID = "ch02s02s17s06"
third18 = insFld(second2, gFld("Printing Documents", "ch02s02s18.html"))
third18.xID = "ch02s02s18"
fourth1 = insDoc(third18, gLnk("R", "Page Setup", "ch02s02s18s01.html"))
fourth1.xID = "ch02s02s18s01"
fourth2 = insDoc(third18, gLnk("R", "Print Preview", "ch02s02s18s02.html"))
fourth2.xID = "ch02s02s18s02"
fourth3 = insDoc(third18, gLnk("R", "Print", "ch02s02s18s03.html"))
fourth3.xID = "ch02s02s18s03"
third19 = insDoc(second2, gLnk("R", "Sending Documents", "ch02s02s19.html"))
third19.xID = "ch02s02s19"
third20 = insDoc(second2, gLnk("R", "Quitting Interactive Reporting Studio", "ch02s02s20.html"))
third20.xID = "ch02s02s20"
third21 = insDoc(second2, gLnk("R", "Quitting Interactive Reporting Web Client", "ch02s02s21.html"))
third21.xID = "ch02s02s21"
second3 = insFld(first3, gFld("Using Interactive Reporting Menus", "ch02s03.html"))
second3.xID = "ch02s03"
third1 = insDoc(second3, gLnk("R", "File Menu Command Reference", "ch02s03s01.html"))
third1.xID = "ch02s03s01"
second4 = insDoc(first3, gLnk("R", "Edit Menu Command Reference", "ch02s04.html"))
second4.xID = "ch02s04"
second5 = insDoc(first3, gLnk("R", "View Menu Command Reference", "ch02s05.html"))
second5.xID = "ch02s05"
second6 = insDoc(first3, gLnk("R", "Insert Menu Command Reference", "ch02s06.html"))
second6.xID = "ch02s06"
second7 = insDoc(first3, gLnk("R", "Formatting Text and Other Elements", "ch02s07.html"))
second7.xID = "ch02s07"
second8 = insDoc(first3, gLnk("R", "Format Menu Command Reference", "ch02s08.html"))
second8.xID = "ch02s08"
second9 = insDoc(first3, gLnk("R", "Tools Menu Command Reference", "ch02s09.html"))
second9.xID = "ch02s09"
second10 = insFld(first3, gFld("Formatting Numeric Data Types", "ch02s10.html"))
second10.xID = "ch02s10"
third1 = insDoc(second10, gLnk("R", "Changing Numeric Formatting", "ch02s10s01.html"))
third1.xID = "ch02s10s01"
third2 = insDoc(second10, gLnk("R", "Displaying Numbers in Scientific Notation", "ch02s10s02.html"))
third2.xID = "ch02s10s02"
second11 = insFld(first3, gFld("Working with Document Sections", "ch02s11.html"))
second11.xID = "ch02s11"
third1 = insDoc(second11, gLnk("R", "Understanding Document Sections", "ch02s11s01.html"))
third1.xID = "ch02s11s01"
third2 = insDoc(second11, gLnk("R", "Adding Sections", "ch02s11s02.html"))
third2.xID = "ch02s11s02"
third3 = insDoc(second11, gLnk("R", "Viewing Sections", "ch02s11s03.html"))
third3.xID = "ch02s11s03"
third4 = insDoc(second11, gLnk("R", "Moving Between Sections", "ch02s11s04.html"))
third4.xID = "ch02s11s04"
third5 = insDoc(second11, gLnk("R", "Duplicating Sections", "ch02s11s05.html"))
third5.xID = "ch02s11s05"
third6 = insDoc(second11, gLnk("R", "Renaming Sections", "ch02s11s06.html"))
third6.xID = "ch02s11s06"
third7 = insFld(second11, gFld("Adding Headers and Footers to Sections", "edit_header_footer.html"))
third7.xID = "edit_header_footer"
fourth1 = insDoc(third7, gLnk("R", "Editing a Header or Footer", "ch02s11s07s01.html"))
fourth1.xID = "ch02s11s07s01"
third8 = insDoc(second11, gLnk("R", "Deleting Sections", "ch02s11s08.html"))
third8.xID = "ch02s11s08"
second12 = insFld(first3, gFld("Setting Interactive Reporting Options", "ch02s12.html"))
second12.xID = "ch02s12"
third1 = insFld(second12, gFld("Specifying Default Formats", "ch02s12s01.html"))
third1.xID = "ch02s12s01"
fourth1 = insDoc(third1, gLnk("R", "Default Fonts and Styles", "Default_fonts_styles.html"))
fourth1.xID = "Default_fonts_styles"
fourth2 = insDoc(third1, gLnk("R", "Default Number Formats", "Default_number_formats.html"))
fourth2.xID = "Default_number_formats"
third2 = insFld(second12, gFld("Selecting Program Options", "ch02s12s02.html"))
third2.xID = "ch02s12s02"
fourth1 = insDoc(third2, gLnk("R", "General Options", "General_options.html"))
fourth1.xID = "General_options"
fourth2 = insDoc(third2, gLnk("R", "File Locations", "file_locations.html"))
fourth2.xID = "file_locations"
fourth3 = insDoc(third2, gLnk("R", "OLAP Options", "Olap_options_general.html"))
fourth3.xID = "Olap_options_general"
fourth4 = insDoc(third2, gLnk("R", "International Options for Interactive Reporting", "prg_intl_options.html"))
fourth4.xID = "prg_intl_options"
third3 = insFld(second12, gFld("Document Properties", "ch02s12s03.html"))
third3.xID = "ch02s12s03"
fourth1 = insDoc(third3, gLnk("R", "General Document Properties", "gen_document.html"))
fourth1.xID = "gen_document"
fourth2 = insDoc(third3, gLnk("R", "Server Document Properties", "server_document.html"))
fourth2.xID = "server_document"
fourth3 = insDoc(third3, gLnk("R", "International Properties", "doc_intl_options.html"))
fourth3.xID = "doc_intl_options"
third4 = insDoc(second12, gLnk("R", "Customizing Menus", "customize.html"))
third4.xID = "customize"
third5 = insDoc(second12, gLnk("R", "Adding Custom Formats", "ch02s12s05.html"))
third5.xID = "ch02s12s05"
third6 = insDoc(second12, gLnk("R", "Tools Menu Command Reference", "ch02s12s06.html"))
third6.xID = "ch02s12s06"
second13 = insDoc(first3, gLnk("R", "Export Properties", "export_props.html"))
second13.xID = "export_props"
second14 = insDoc(first3, gLnk("R", "Export Document as Web Page", "export_as_web.html"))
second14.xID = "export_as_web"
second15 = insDoc(first3, gLnk("R", "Export to HTML Wizard", "export_to_html_wizard.html"))
second15.xID = "export_to_html_wizard"
second16 = insDoc(first3, gLnk("R", "Spotlighter", "ch02s16.html"))
second16.xID = "ch02s16"
first4 = insFld(foldersTree, gFld("Querying", "ch03.html"))
first4.xID = "ch03"
second1 = insFld(first4, gFld("Query Section", "Query_section.html"))
second1.xID = "Query_section"
third1 = insDoc(second1, gLnk("R", "Using Data Models in the Query Section", "ch03s01s01.html"))
third1.xID = "ch03s01s01"
second2 = insFld(first4, gFld("Building Queries", "ch03s02.html"))
second2.xID = "ch03s02"
third1 = insFld(second2, gFld("Working with Items on the Request Line", "ch03s02s01.html"))
third1.xID = "ch03s02s01"
fourth1 = insDoc(third1, gLnk("R", "Reordering Request Items", "ch03s02s01s01.html"))
fourth1.xID = "ch03s02s01s01"
fourth2 = insDoc(third1, gLnk("R", "Removing Request Items", "ch03s02s01s02.html"))
fourth2.xID = "ch03s02s01s02"
fourth3 = insDoc(third1, gLnk("R", "Hiding Request Items", "ch03s02s01s03.html"))
fourth3.xID = "ch03s02s01s03"
second3 = insFld(first4, gFld("Processing Queries", "ch03s03.html"))
second3.xID = "ch03s03"
third1 = insDoc(second3, gLnk("R", "Query Processing Order", "Query_Processing_Order.html"))
third1.xID = "Query_Processing_Order"
second4 = insDoc(first4, gLnk("R", "Saving Queries", "ch03s04.html"))
second4.xID = "ch03s04"
second5 = insDoc(first4, gLnk("R", "Cancelling Queries", "ch03s05.html"))
second5.xID = "ch03s05"
second6 = insFld(first4, gFld("Building Subqueries", "ch03s06.html"))
second6.xID = "ch03s06"
third1 = insDoc(second6, gLnk("R", "Regular Subqueries", "ch03s06s01.html"))
third1.xID = "ch03s06s01"
third2 = insDoc(second6, gLnk("R", "Correlated Subqueries", "ch03s06s02.html"))
third2.xID = "ch03s06s02"
second7 = insFld(first4, gFld("Derived Tables", "ch03s07.html"))
second7.xID = "ch03s07"
third1 = insDoc(second7, gLnk("R", "Derived Tables Rules and Behavior", "ch03s07s01.html"))
third1.xID = "ch03s07s01"
third2 = insFld(second7, gFld("Derived Tables and SQL", "ch03s07s02.html"))
third2.xID = "ch03s07s02"
fourth1 = insDoc(third2, gLnk("R", "Custom SQL", "ch03s07s02s01.html"))
fourth1.xID = "ch03s07s02s01"
fourth2 = insDoc(third2, gLnk("R", "Processing a Query that Contains another Query Section", "ch03s07s02s02.html"))
fourth2.xID = "ch03s07s02s02"
second8 = insFld(first4, gFld("Working with Query Section Data", "ch03s08.html"))
second8.xID = "ch03s08"
third1 = insDoc(second8, gLnk("R", "Processing Results to a Database Table", "ch03s08s01.html"))
third1.xID = "ch03s08s01"
third2 = insDoc(second8, gLnk("R", "Estimating Query Size", "ch03s08s02.html"))
third2.xID = "ch03s08s02"
third3 = insDoc(second8, gLnk("R", "Displaying Database Remarks", "ch03s08s03.html"))
third3.xID = "ch03s08s03"
third4 = insDoc(second8, gLnk("R", "Preaggregating Data Using Functions", "ch03s08s04.html"))
third4.xID = "ch03s08s04"
third5 = insDoc(second8, gLnk("R", "Appending Queries", "ch03s08s05.html"))
third5.xID = "ch03s08s05"
third6 = insFld(second8, gFld("Using Local Results", "ch03s08s06.html"))
third6.xID = "ch03s08s06"
fourth1 = insDoc(third6, gLnk("R", "Limitations of Local Results", "ch03s08s06s01.html"))
fourth1.xID = "ch03s08s06s01"
fourth2 = insDoc(third6, gLnk("R", "Processing Order", "ch03s08s06s02.html"))
fourth2.xID = "ch03s08s06s02"
third7 = insDoc(second8, gLnk("R", "Using Stored Procedures", "stored_procedures.html"))
third7.xID = "stored_procedures"
third8 = insDoc(second8, gLnk("R", "Setting Query Options", "ch03s08s08.html"))
third8.xID = "ch03s08s08"
third9 = insDoc(second8, gLnk("R", "Editing with SQL", "ch03s08s09.html"))
third9.xID = "ch03s08s09"
third10 = insFld(second8, gFld("Editing with SQL", "ch03s08s10.html"))
third10.xID = "ch03s08s10"
fourth1 = insDoc(third10, gLnk("R", "Determining the Number of Rows from and SQL Statement", "ch03s08s10s01.html"))
fourth1.xID = "ch03s08s10s01"
third11 = insDoc(second8, gLnk("R", "Importing SQL Files", "ch03s08s11.html"))
third11.xID = "ch03s08s11"
third12 = insDoc(second8, gLnk("R", "Reviewing the SQL Log", "ch03s08s12.html"))
third12.xID = "ch03s08s12"
third13 = insDoc(second8, gLnk("R", "Importing Data Files", "ch03s08s13.html"))
third13.xID = "ch03s08s13"
third14 = insDoc(second8, gLnk("R", "Setting Data Type Properties", "data_type.html"))
third14.xID = "data_type"
second9 = insFld(first4, gFld("Picture (BLOB Image) Support", "ch03s09.html"))
second9.xID = "ch03s09"
third1 = insDoc(second9, gLnk("R", "Adding Pictures in Query", "ch03s09s01.html"))
third1.xID = "ch03s09s01"
third2 = insDoc(second9, gLnk("R", "Adding Tooltips to Pictures", "ch03s09s02.html"))
third2.xID = "ch03s09s02"
third3 = insDoc(second9, gLnk("R", "Working with Pictures in Results and Tables", "ch03s09s03.html"))
third3.xID = "ch03s09s03"
third4 = insDoc(second9, gLnk("R", "Working with Pictures and Computed Items", "ch03s09s04.html"))
third4.xID = "ch03s09s04"
third5 = insDoc(second9, gLnk("R", "Working with Pictures in Reports", "ch03s09s05.html"))
third5.xID = "ch03s09s05"
second10 = insFld(first4, gFld("Resource Manager", "resource_manager.html"))
second10.xID = "resource_manager"
third1 = insDoc(second10, gLnk("R", "Picture General Properties", "pic_general_properties.html"))
third1.xID = "pic_general_properties"
second11 = insDoc(first4, gLnk("R", "Query Menu Command Reference", "ch03s11.html"))
second11.xID = "ch03s11"
second12 = insDoc(first4, gLnk("R", "Insert Query", "insert_query.html"))
second12.xID = "insert_query"
second13 = insDoc(first4, gLnk("R", "Process Results to Database Table", "process_results.html"))
second13.xID = "process_results"
second14 = insDoc(first4, gLnk("R", "Query Properties", "query_properties.html"))
second14.xID = "query_properties"
second15 = insDoc(first4, gLnk("R", "About Aggregation", "ch03s15.html"))
second15.xID = "ch03s15"
second16 = insDoc(first4, gLnk("R", "About Subqueries", "ch03s16.html"))
second16.xID = "ch03s16"
second17 = insDoc(first4, gLnk("R", "About Correlated Subqueries", "ch03s17.html"))
second17.xID = "ch03s17"
second18 = insDoc(first4, gLnk("R", "Union", "ch03s18.html"))
second18.xID = "ch03s18"
second19 = insDoc(first4, gLnk("R", "Union All", "ch03s19.html"))
second19.xID = "ch03s19"
second20 = insDoc(first4, gLnk("R", "Intersection", "ch03s20.html"))
second20.xID = "ch03s20"
second21 = insDoc(first4, gLnk("R", "Except", "ch03s21.html"))
second21.xID = "ch03s21"
second22 = insDoc(first4, gLnk("R", "Database Server", "ch03s22.html"))
second22.xID = "ch03s22"
second23 = insDoc(first4, gLnk("R", "SQL", "ch03s23.html"))
second23.xID = "ch03s23"
second24 = insDoc(first4, gLnk("R", "Interactive Reporting Database Connection Files", "ch03s24.html"))
second24.xID = "ch03s24"
second25 = insDoc(first4, gLnk("R", "Databases", "ch03s25.html"))
second25.xID = "ch03s25"
second26 = insDoc(first4, gLnk("R", "Data Model", "ch03s26.html"))
second26.xID = "ch03s26"
second27 = insDoc(first4, gLnk("R", "Query", "ch03s27.html"))
second27.xID = "ch03s27"
second28 = insDoc(first4, gLnk("R", "Filters", "ch03s28.html"))
second28.xID = "ch03s28"
first5 = insFld(foldersTree, gFld("Results", "ch04.html"))
first5.xID = "ch04"
second1 = insFld(first5, gFld("Results Section", "Results_section.html"))
second1.xID = "Results_section"
third1 = insDoc(second1, gLnk("R", "Understanding Data Types", "ch04s01s01.html"))
third1.xID = "ch04s01s01"
third2 = insDoc(second1, gLnk("R", "Results Data Layout", "ch04s01s02.html"))
third2.xID = "ch04s01s02"
third3 = insDoc(second1, gLnk("R", "Zooming Results", "ch04s01s03.html"))
third3.xID = "ch04s01s03"
third4 = insDoc(second1, gLnk("R", "Formatting Results Columns", "ch04s01s04.html"))
third4.xID = "ch04s01s04"
third5 = insDoc(second1, gLnk("R", "Formatting Results Rows", "ch04s01s05.html"))
third5.xID = "ch04s01s05"
third6 = insDoc(second1, gLnk("R", "Formatting Results Items", "ch04s01s06.html"))
third6.xID = "ch04s01s06"
second2 = insFld(first5, gFld("Enhancing Your Results Set", "ch04s02.html"))
second2.xID = "ch04s02"
third1 = insDoc(second2, gLnk("R", "Filtering Results", "ch04s02s01.html"))
third1.xID = "ch04s02s01"
third2 = insDoc(second2, gLnk("R", "Sorting Results Data", "ch04s02s02.html"))
third2.xID = "ch04s02s02"
third3 = insDoc(second2, gLnk("R", "Adding Computed Items to Results", "ch04s02s03.html"))
third3.xID = "ch04s02s03"
third4 = insFld(second2, gFld("Applying Data Functions to Results", "ch04s02s04.html"))
third4.xID = "ch04s02s04"
fourth1 = insDoc(third4, gLnk("R", "Inserting Column Totals", "ch04s02s04s01.html"))
fourth1.xID = "ch04s02s04s01"
fourth2 = insDoc(third4, gLnk("R", "Inserting Grand Totals", "ch04s02s04s02.html"))
fourth2.xID = "ch04s02s04s02"
fourth3 = insDoc(third4, gLnk("R", "Inserting Break Totals", "ch04s02s04s03.html"))
fourth3.xID = "ch04s02s04s03"
third5 = insDoc(second2, gLnk("R", "Adding Custom Functions", "ch04s02s05.html"))
third5.xID = "ch04s02s05"
third6 = insDoc(second2, gLnk("R", "Adding Grouping Columns", "ch04s02s06.html"))
third6.xID = "ch04s02s06"
third7 = insDoc(second2, gLnk("R", "Modifying Grouped Columns", "ch04s02s07.html"))
third7.xID = "ch04s02s07"
third8 = insDoc(second2, gLnk("R", "Adding Columns Automatically", "ch04s02s08.html"))
third8.xID = "ch04s02s08"
third9 = insDoc(second2, gLnk("R", "Breaking Out Dates", "ch04s02s09.html"))
third9.xID = "ch04s02s09"
second3 = insFld(first5, gFld("Working with the Results Table", "ch04s03.html"))
second3.xID = "ch04s03"
third1 = insDoc(second3, gLnk("R", "Selecting Columns and Rows", "ch04s03s01.html"))
third1.xID = "ch04s03s01"
third2 = insDoc(second3, gLnk("R", "Deleting Columns", "ch04s03s02.html"))
third2.xID = "ch04s03s02"
third3 = insDoc(second3, gLnk("R", "Formatting Commands", "ch04s03s03.html"))
third3.xID = "ch04s03s03"
second4 = insDoc(first5, gLnk("R", "Saving Results Sets", "ch04s04.html"))
second4.xID = "ch04s04"
second5 = insDoc(first5, gLnk("R", "Exporting Result Sets", "ch04s05.html"))
second5.xID = "ch04s05"
second6 = insDoc(first5, gLnk("R", "Extended Access for Interactive Reporting", "ch04s06.html"))
second6.xID = "ch04s06"
second7 = insDoc(first5, gLnk("R", "Results Menu Command Reference", "ch04s07.html"))
second7.xID = "ch04s07"
second8 = insDoc(first5, gLnk("R", "Insert Break Total", "insert_break_total.html"))
second8.xID = "insert_break_total"
second9 = insDoc(first5, gLnk("R", "Insert Grand Total", "insert_grand_total.html"))
second9.xID = "insert_grand_total"
second10 = insDoc(first5, gLnk("R", "Grouped Column", "grouped_column.html"))
second10.xID = "grouped_column"
second11 = insDoc(first5, gLnk("R", "Modify Total Function", "modify_total_function.html"))
second11.xID = "modify_total_function"
second12 = insDoc(first5, gLnk("R", "Custom Function", "custom_function.html"))
second12.xID = "custom_function"
second13 = insDoc(first5, gLnk("R", "Save Query Results with Document", "save_query_results.html"))
second13.xID = "save_query_results"
first6 = insFld(foldersTree, gFld("Tables", "ch05.html"))
first6.xID = "ch05"
second1 = insDoc(first6, gLnk("R", "Table Section", "Table_section.html"))
second1.xID = "Table_section"
second2 = insDoc(first6, gLnk("R", "Creating Tables", "ch05s02.html"))
second2.xID = "ch05s02"
second3 = insDoc(first6, gLnk("R", "Tables as a Data Staging Area", "ch05s03.html"))
second3.xID = "ch05s03"
second4 = insFld(first6, gFld("Manipulating Table Data", "ch05s04.html"))
second4.xID = "ch05s04"
third1 = insDoc(second4, gLnk("R", "Filtering Table Data", "ch05s04s01.html"))
third1.xID = "ch05s04s01"
third2 = insDoc(second4, gLnk("R", "Sorting a Table", "ch05s04s02.html"))
third2.xID = "ch05s04s02"
third3 = insDoc(second4, gLnk("R", "Adding Computed Items", "modify_item.html"))
third3.xID = "modify_item"
third4 = insDoc(second4, gLnk("R", "Adding Grouping Columns", "ch05s04s04.html"))
third4.xID = "ch05s04s04"
third5 = insDoc(second4, gLnk("R", "Modifying Grouping Columns", "ch05s04s05.html"))
third5.xID = "ch05s04s05"
third6 = insDoc(second4, gLnk("R", "Adding Date Groups", "ch05s04s06.html"))
third6.xID = "ch05s04s06"
third7 = insFld(second4, gFld("Applying Data Functions to Tables", "ch05s04s07.html"))
third7.xID = "ch05s04s07"
fourth1 = insDoc(third7, gLnk("R", "Column Totals", "ch05s04s07s01.html"))
fourth1.xID = "ch05s04s07s01"
fourth2 = insDoc(third7, gLnk("R", "Grand Totals", "ch05s04s07s02.html"))
fourth2.xID = "ch05s04s07s02"
fourth3 = insDoc(third7, gLnk("R", "Break Totals", "ch05s04s07s03.html"))
fourth3.xID = "ch05s04s07s03"
second5 = insFld(first6, gFld("Working with Table Components", "ch05s05.html"))
second5.xID = "ch05s05"
third1 = insDoc(second5, gLnk("R", "Selecting Columns and Rows", "ch05s05s01.html"))
third1.xID = "ch05s05s01"
third2 = insDoc(second5, gLnk("R", "Deleting Columns", "ch05s05s02.html"))
third2.xID = "ch05s05s02"
second6 = insDoc(first6, gLnk("R", "Table Menu Command Reference", "ch05s06.html"))
second6.xID = "ch05s06"
first7 = insFld(foldersTree, gFld("Querying Multidimensional Databases", "ch06.html"))
first7.xID = "ch06"
second1 = insDoc(first7, gLnk("R", "OLAPQuery Section", "OLAPQuery_section.html"))
second1.xID = "OLAPQuery_section"
second2 = insFld(first7, gFld("OLAPQuery Options", "ch06s02.html"))
second2.xID = "ch06s02"
third1 = insDoc(second2, gLnk("R", "General OLAPQuery Options", "Olap_options_general.html"))
third1.xID = "Olap_options_general"
third2 = insFld(second2, gFld("Database-specific OLAPQuery Options", "olap_options_db_specific.html"))
third2.xID = "olap_options_db_specific"
fourth1 = insDoc(third2, gLnk("R", "Display Options for Essbase Databases", "ch06s02s02s01.html"))
fourth1.xID = "ch06s02s02s01"
fourth2 = insDoc(third2, gLnk("R", "Display Options for Microsoft OLE/DB", "ch06s02s02s02.html"))
fourth2.xID = "ch06s02s02s02"
second3 = insFld(first7, gFld("Building OLAP Queries", "ch06s03.html"))
second3.xID = "ch06s03"
third1 = insDoc(second3, gLnk("R", "OLAPQuery Section Data Layout Rules", "ch06s03s01.html"))
third1.xID = "ch06s03s01"
third2 = insDoc(second3, gLnk("R", "OLAPQuery Member and Level Rules", "ch06s03s02.html"))
third2.xID = "ch06s03s02"
second4 = insFld(first7, gFld("Refining OLAPQuery Data", "ch06s04.html"))
second4.xID = "ch06s04"
third1 = insDoc(second4, gLnk("R", "Specifying a Slicer", "ch06s04s01.html"))
third1.xID = "ch06s04s01"
third2 = insDoc(second4, gLnk("R", "Drilling Down", "ch06s04s02.html"))
third2.xID = "ch06s04s02"
third3 = insDoc(second4, gLnk("R", "Drilling Up", "ch06s04s03.html"))
third3.xID = "ch06s04s03"
third4 = insDoc(second4, gLnk("R", "Hybrid Analysis and Drilling (Essbase and DB2 only)", "ch06s04s04.html"))
third4.xID = "ch06s04s04"
third5 = insDoc(second4, gLnk("R", "Adding Computed Items", "ch06s04s05.html"))
third5.xID = "ch06s04s05"
third6 = insDoc(second4, gLnk("R", "Using OLAPQuery Functions", "functions_olap.html"))
third6.xID = "functions_olap"
second5 = insFld(first7, gFld("Processing OLAP Queries", "ch06s05.html"))
second5.xID = "ch06s05"
third1 = insDoc(second5, gLnk("R", "Processing OLAP Queries Automatically", "ch06s05s01.html"))
third1.xID = "ch06s05s01"
third2 = insDoc(second5, gLnk("R", "Working with an OLAPQuery Offline", "ch06s05s02.html"))
third2.xID = "ch06s05s02"
third3 = insDoc(second5, gLnk("R", "Creating a OLAPResults Section Automatically", "ch06s05s03.html"))
third3.xID = "ch06s05s03"
second6 = insFld(first7, gFld("Applying Filters", "ch06s06.html"))
second6.xID = "ch06s06"
third1 = insDoc(second6, gLnk("R", "Applying Member Selection Filters", "filter_olap_html.html"))
third1.xID = "filter_olap_html"
third2 = insDoc(second6, gLnk("R", "Applying Measure Filters (Essbase)", "ch06s06s02.html"))
third2.xID = "ch06s06s02"
third3 = insFld(second6, gFld("Applying Variable Filters", "ch06s06s03.html"))
third3.xID = "ch06s06s03"
fourth1 = insDoc(third3, gLnk("R", "Member Variable Filters", "ch06s06s03s01.html"))
fourth1.xID = "ch06s06s03s01"
fourth2 = insDoc(third3, gLnk("R", "Measure Variable Filters", "ch06s06s03s02.html"))
fourth2.xID = "ch06s06s03s02"
fourth3 = insDoc(third3, gLnk("R", "Slicer Variable Filters", "ch06s06s03s03.html"))
fourth3.xID = "ch06s06s03s03"
fourth4 = insDoc(third3, gLnk("R", "Essbase Substitution Variables", "ch06s06s03s04.html"))
fourth4.xID = "ch06s06s03s04"
fourth5 = insDoc(third3, gLnk("R", "Operator Types and Data Operators", "ch06s06s03s05.html"))
fourth5.xID = "ch06s06s03s05"
second7 = insFld(first7, gFld("Changing Data Views", "ch06s07.html"))
second7.xID = "ch06s07"
third1 = insDoc(second7, gLnk("R", "Suppressing Rows", "ch06s07s01.html"))
third1.xID = "ch06s07s01"
third2 = insFld(second7, gFld("Adding Totals", "ch06s07s02.html"))
third2.xID = "ch06s07s02"
fourth1 = insDoc(third2, gLnk("R", "Adding Database Totals", "ch06s07s02s01.html"))
fourth1.xID = "ch06s07s02s01"
fourth2 = insDoc(third2, gLnk("R", "Adding Local Totals", "ch06s07s02s02.html"))
fourth2.xID = "ch06s07s02s02"
third3 = insDoc(second7, gLnk("R", "Adding Data Functions", "ch06s07s03.html"))
third3.xID = "ch06s07s03"
third4 = insDoc(second7, gLnk("R", "Showing OLAP Results as a Chart", "ch06s07s04.html"))
third4.xID = "ch06s07s04"
second8 = insDoc(first7, gLnk("R", "Formatting OLAPQuery Items", "ch06s08.html"))
second8.xID = "ch06s08"
second9 = insFld(first7, gFld("Drilling Through from a Multi-Dimensional Database to a Relational Database", "ch06s09.html"))
second9.xID = "ch06s09"
third1 = insDoc(second9, gLnk("R", "Setting Drill-through Options", "ch06s09s01.html"))
third1.xID = "ch06s09s01"
third2 = insDoc(second9, gLnk("R", "Drilling Through", "ch06s09s02.html"))
third2.xID = "ch06s09s02"
second10 = insDoc(first7, gLnk("R", "OLAP Menu Command Reference", "ch06s10.html"))
second10.xID = "ch06s10"
first8 = insFld(foldersTree, gFld("CubeQuery", "ch07.html"))
first8.xID = "ch07"
second1 = insFld(first8, gFld("About CubeQuery", "CubeQuery_section.html"))
second1.xID = "CubeQuery_section"
third1 = insDoc(second1, gLnk("R", "About Essbase", "ch07s01s01.html"))
third1.xID = "ch07s01s01"
third2 = insFld(second1, gFld("About Multidimensional Databases", "ch07s01s02.html"))
third2.xID = "ch07s01s02"
fourth1 = insDoc(third2, gLnk("R", "Definition of Multidimensional", "ch07s01s02s01.html"))
fourth1.xID = "ch07s01s02s01"
fourth2 = insDoc(third2, gLnk("R", "Dimensions and Members", "ch07s01s02s02.html"))
fourth2.xID = "ch07s01s02s02"
fourth3 = insDoc(third2, gLnk("R", "Non-aggregate Dimensions", "ch07s01s02s03.html"))
fourth3.xID = "ch07s01s02s03"
fourth4 = insDoc(third2, gLnk("R", "Familial Relationships", "ch07s01s02s04.html"))
fourth4.xID = "ch07s01s02s04"
fourth5 = insDoc(third2, gLnk("R", "Generations and Levels", "ch07s01s02s05.html"))
fourth5.xID = "ch07s01s02s05"
fourth6 = insDoc(third2, gLnk("R", "Attributes", "ch07s01s02s06.html"))
fourth6.xID = "ch07s01s02s06"
second2 = insDoc(first8, gLnk("R", "CubeQuery Catalog", "ch07s02.html"))
second2.xID = "ch07s02"
second3 = insFld(first8, gFld("OLAPQuery and CubeQuery Data Layout Differences", "ch07s03.html"))
second3.xID = "ch07s03"
third1 = insDoc(second3, gLnk("R", "Searching Members from the Catalog", "ch07s03s01.html"))
third1.xID = "ch07s03s01"
second4 = insDoc(first8, gLnk("R", "Building a CubeQuery Section", "ch07s04.html"))
second4.xID = "ch07s04"
second5 = insFld(first8, gFld("Member Selection", "member_selection.html"))
second5.xID = "member_selection"
third1 = insFld(second5, gFld("Browsing Members", "ch07s05s01.html"))
third1.xID = "ch07s05s01"
fourth1 = insDoc(third1, gLnk("R", "Date Time Series", "dynamic_time_series.html"))
fourth1.xID = "dynamic_time_series"
fourth2 = insDoc(third1, gLnk("R", "Substitution Variables", "ch07s05s01s02.html"))
fourth2.xID = "ch07s05s01s02"
fourth3 = insDoc(third1, gLnk("R", "Variables", "ch07s05s01s03.html"))
fourth3.xID = "ch07s05s01s03"
third2 = insDoc(second5, gLnk("R", "Searching Members", "ch07s05s02.html"))
third2.xID = "ch07s05s02"
third3 = insDoc(second5, gLnk("R", "Member Selection Exclusions", "ch07s05s03.html"))
third3.xID = "ch07s05s03"
third4 = insDoc(second5, gLnk("R", "Subsets", "subset.html"))
third4.xID = "subset"
third5 = insDoc(second5, gLnk("R", "Also Select Next/Previous", "next_previous.html"))
third5.xID = "next_previous"
third6 = insFld(second5, gFld("Filter Member Selection", "filter_selection.html"))
third6.xID = "filter_selection"
fourth1 = insDoc(third6, gLnk("R", "Browsing Filter Members", "ch07s05s06s01.html"))
fourth1.xID = "ch07s05s06s01"
fourth2 = insDoc(third6, gLnk("R", "Searching Filter Members", "ch07s05s06s02.html"))
fourth2.xID = "ch07s05s06s02"
third7 = insDoc(second5, gLnk("R", "Data Filters", "data_filter.html"))
third7.xID = "data_filter"
third8 = insDoc(second5, gLnk("R", "Set Condition", "set_condition.html"))
third8.xID = "set_condition"
third9 = insDoc(second5, gLnk("R", "Persisting Data Filters", "ch07s05s09.html"))
third9.xID = "ch07s05s09"
second6 = insFld(first8, gFld("Query Options", "query_options.html"))
second6.xID = "query_options"
third1 = insDoc(second6, gLnk("R", "Global Options", "global_queryopt.html"))
third1.xID = "global_queryopt"
third2 = insDoc(second6, gLnk("R", "Display Options", "display_queryopt.html"))
third2.xID = "display_queryopt"
third3 = insDoc(second6, gLnk("R", "Drill Options", "drill_queryopt.html"))
third3.xID = "drill_queryopt"
second7 = insFld(first8, gFld("Navigating CubeQuery", "ch07s07.html"))
second7.xID = "ch07s07"
third1 = insDoc(second7, gLnk("R", "Keep Only", "ch07s07s01.html"))
third1.xID = "ch07s07s01"
third2 = insDoc(second7, gLnk("R", "Remove Only", "ch07s07s02.html"))
third2.xID = "ch07s07s02"
third3 = insDoc(second7, gLnk("R", "Suppressing Missing and Zero Values", "ch07s07s03.html"))
third3.xID = "ch07s07s03"
third4 = insFld(second7, gFld("Drilling", "ch07s07s04.html"))
third4.xID = "ch07s07s04"
fourth1 = insDoc(third4, gLnk("R", "Drilling to a Shared Member", "ch07s07s04s01.html"))
fourth1.xID = "ch07s07s04s01"
second8 = insFld(first8, gFld("Downloading to Results", "ch07s08.html"))
second8.xID = "ch07s08"
third1 = insDoc(second8, gLnk("R", "Separate Columns for Metadata Labels", "ch07s08s01.html"))
third1.xID = "ch07s08s01"
third2 = insDoc(second8, gLnk("R", "Measure Behavior in Columns", "ch07s08s02.html"))
third2.xID = "ch07s08s02"
third3 = insDoc(second8, gLnk("R", "Ragged Hierarchies", "ch07s08s03.html"))
third3.xID = "ch07s08s03"
third4 = insDoc(second8, gLnk("R", "Shared Members", "ch07s08s04.html"))
third4.xID = "ch07s08s04"
third5 = insDoc(second8, gLnk("R", "Including Totals", "ch07s08s05.html"))
third5.xID = "ch07s08s05"
second9 = insDoc(first8, gLnk("R", "Showing as Chart", "ch07s09.html"))
second9.xID = "ch07s09"
second10 = insDoc(first8, gLnk("R", "Exporting a CubeQuery", "ch07s10.html"))
second10.xID = "ch07s10"
second11 = insDoc(first8, gLnk("R", "Formatting CubeQuery Items", "ch07s11.html"))
second11.xID = "ch07s11"
second12 = insDoc(first8, gLnk("R", "CubeQuery Menu Command Reference", "ch07s12.html"))
second12.xID = "ch07s12"
first9 = insFld(foldersTree, gFld("Pivot Tables", "ch08.html"))
first9.xID = "ch08"
second1 = insDoc(first9, gLnk("R", "Pivot Section", "Pivot_section.html"))
second1.xID = "Pivot_section"
second2 = insDoc(first9, gLnk("R", "Creating a Pivot Table", "ch08s02.html"))
second2.xID = "ch08s02"
second3 = insDoc(first9, gLnk("R", "Pivoting Data", "ch08s03.html"))
second3.xID = "ch08s03"
second4 = insDoc(first9, gLnk("R", "Charting a Pivot Table", "ch08s04.html"))
second4.xID = "ch08s04"
second5 = insFld(first9, gFld("Working with Pivot Tables", "ch08s05.html"))
second5.xID = "ch08s05"
third1 = insDoc(second5, gLnk("R", "Selecting Pivot Table Elements", "ch08s05s01.html"))
third1.xID = "ch08s05s01"
third2 = insDoc(second5, gLnk("R", "Moving Pivot Table Elements", "ch08s05s02.html"))
third2.xID = "ch08s05s02"
third3 = insDoc(second5, gLnk("R", "Changing Label Nesting Levels", "ch08s05s03.html"))
third3.xID = "ch08s05s03"
third4 = insDoc(second5, gLnk("R", "Sorting Pivot Tables", "ch08s05s04.html"))
third4.xID = "ch08s05s04"
third5 = insDoc(second5, gLnk("R", "Hiding Pivot Facts", "ch08s05s05.html"))
third5.xID = "ch08s05s05"
third6 = insDoc(second5, gLnk("R", "Formatting Pivot Items", "ch08s05s06.html"))
third6.xID = "ch08s05s06"
second6 = insFld(first9, gFld("Using Data Calculations in Pivot Tables", "ch08s06.html"))
second6.xID = "ch08s06"
third1 = insDoc(second6, gLnk("R", "Adding Totals and Subtotals", "ch08s06s01.html"))
third1.xID = "ch08s06s01"
third2 = insDoc(second6, gLnk("R", "Adding Cumulative Totals", "ch08s06s02.html"))
third2.xID = "ch08s06s02"
third3 = insDoc(second6, gLnk("R", "Using Data Functions", "ch08s06s03.html"))
third3.xID = "ch08s06s03"
third4 = insDoc(second6, gLnk("R", "Using True Computed Item Totals", "ch08s06s04.html"))
third4.xID = "ch08s06s04"
third5 = insDoc(second6, gLnk("R", "Using Surface Values in Data Functions", "ch08s06s05.html"))
third5.xID = "ch08s06s05"
third6 = insDoc(second6, gLnk("R", "Using Weighted Averages", "ch08s06s06.html"))
third6.xID = "ch08s06s06"
third7 = insFld(second6, gFld("Adding Computed Items", "ch08s06s07.html"))
third7.xID = "ch08s06s07"
fourth1 = insDoc(third7, gLnk("R", "Considering Null Fact Values in Pivot Computed Items", "ch08s06s07s01.html"))
fourth1.xID = "ch08s06s07s01"
second7 = insFld(first9, gFld("Pivot Section Aggregation and Surface Values", "ch08s07.html"))
second7.xID = "ch08s07"
third1 = insFld(second7, gFld("Fact Detail Cells", "ch08s07s01.html"))
third1.xID = "ch08s07s01"
fourth1 = insDoc(third1, gLnk("R", "Results/Table Section and Pivot Section", "ch08s07s01s01.html"))
fourth1.xID = "ch08s07s01s01"
fourth2 = insDoc(third1, gLnk("R", "Aggregation Data Functions", "ch08s07s01s02.html"))
fourth2.xID = "ch08s07s01s02"
fourth3 = insDoc(third1, gLnk("R", "Break Totals", "ch08s07s01s03.html"))
fourth3.xID = "ch08s07s01s03"
fourth4 = insDoc(third1, gLnk("R", "Computed Items", "ch08s07s01s04.html"))
fourth4.xID = "ch08s07s01s04"
fourth5 = insDoc(third1, gLnk("R", "Surface Values", "ch08s07s01s05.html"))
fourth5.xID = "ch08s07s01s05"
fourth6 = insDoc(third1, gLnk("R", "Pivot Section Levels", "ch08s07s01s06.html"))
fourth6.xID = "ch08s07s01s06"
third2 = insFld(second7, gFld("Pivot Fact Detail Cell Behavior", "ch08s07s02.html"))
third2.xID = "ch08s07s02"
fourth1 = insDoc(third2, gLnk("R", "Simple Pivot Section With Detail Cell Values Only (No Break Totals)-Surface Values Disabled", "ch08s07s02s01.html"))
fourth1.xID = "ch08s07s02s01"
fourth2 = insDoc(third2, gLnk("R", "Simple Pivot Section With Detail Cell Values Only (No Break Totals)-Surface Values Enabled", "ch08s07s02s02.html"))
fourth2.xID = "ch08s07s02s02"
fourth3 = insDoc(third2, gLnk("R", "Regular Break Total Line-Surface Values Disabled", "ch08s07s02s03.html"))
fourth3.xID = "ch08s07s02s03"
fourth4 = insDoc(third2, gLnk("R", "Regular Break Total Line-Surface Values Enabled", "ch08s07s02s04.html"))
fourth4.xID = "ch08s07s02s04"
fourth5 = insDoc(third2, gLnk("R", "Explicitly Specifying an Aggregation Data Function Across an Entire Break Total Row", "ch08s07s02s05.html"))
fourth5.xID = "ch08s07s02s05"
third3 = insDoc(second7, gLnk("R", "Pivot Section Computed Items", "ch08s07s03.html"))
third3.xID = "ch08s07s03"
third4 = insFld(second7, gFld("Computed Item Detail Cell Values", "ch08s07s04.html"))
third4.xID = "ch08s07s04"
fourth1 = insDoc(third4, gLnk("R", "Computed Item Detail Cell Values-Without Surface Values", "ch08s07s04s01.html"))
fourth1.xID = "ch08s07s04s01"
fourth2 = insDoc(third4, gLnk("R", "Computed Item Detail Values- With Surface Values Enabled", "ch08s07s04s02.html"))
fourth2.xID = "ch08s07s04s02"
fourth3 = insDoc(third4, gLnk("R", "Computed Items With Break Totals-No Surface Values", "ch08s07s04s03.html"))
fourth3.xID = "ch08s07s04s03"
fourth4 = insDoc(third4, gLnk("R", "Computed Items With Break Totals-Surface Values Enabled", "ch08s07s04s04.html"))
fourth4.xID = "ch08s07s04s04"
second8 = insDoc(first9, gLnk("R", "Pivot Menu Command Reference", "ch08s08.html"))
second8.xID = "ch08s08"
first10 = insFld(foldersTree, gFld("Charting Data", "ch09.html"))
first10.xID = "ch09"
second1 = insDoc(first10, gLnk("R", "Chart Section", "Chart_section.html"))
second1.xID = "Chart_section"
second2 = insDoc(first10, gLnk("R", "Charting Basics", "ch09s02.html"))
second2.xID = "ch09s02"
second3 = insDoc(first10, gLnk("R", "Chart Terminology", "ch09s03.html"))
second3.xID = "ch09s03"
second4 = insFld(first10, gFld("Understanding Chart Dimensions", "ch09s04.html"))
second4.xID = "ch09s04"
third1 = insDoc(second4, gLnk("R", "Using the Chart Data Layout", "ch09s04s01.html"))
third1.xID = "ch09s04s01"
second5 = insDoc(first10, gLnk("R", "Creating Charts", "ch09s05.html"))
second5.xID = "ch09s05"
second6 = insDoc(first10, gLnk("R", "Selecting a Chart Type", "ch09s06.html"))
second6.xID = "ch09s06"
second7 = insFld(first10, gFld("Two‑dimensional Charts", "ch09s07.html"))
second7.xID = "ch09s07"
third1 = insFld(second7, gFld("Pie Charts", "ch09s07s01.html"))
third1.xID = "ch09s07s01"
fourth1 = insDoc(third1, gLnk("R", "Creating a Pie Chart", "ch09s07s01s01.html"))
fourth1.xID = "ch09s07s01s01"
fourth2 = insDoc(third1, gLnk("R", "Positioning Pie Slices", "ch09s07s01s02.html"))
fourth2.xID = "ch09s07s01s02"
fourth3 = insDoc(third1, gLnk("R", "Showing Positive and Negative Values", "ch09s07s01s03.html"))
fourth3.xID = "ch09s07s01s03"
fourth4 = insDoc(third1, gLnk("R", "Showing Pie Percentages", "ch09s07s01s04.html"))
fourth4.xID = "ch09s07s01s04"
fourth5 = insDoc(third1, gLnk("R", "Adding Lines to Labels", "ch09s07s01s05.html"))
fourth5.xID = "ch09s07s01s05"
fourth6 = insDoc(third1, gLnk("R", "Rotating Pie Charts", "ch09s07s01s06.html"))
fourth6.xID = "ch09s07s01s06"
fourth7 = insDoc(third1, gLnk("R", "Showing the Pie Outline", "ch09s07s01s07.html"))
fourth7.xID = "ch09s07s01s07"
third2 = insDoc(second7, gLnk("R", "Scatter Charts", "ch09s07s02.html"))
third2.xID = "ch09s07s02"
third3 = insDoc(second7, gLnk("R", "Bubble Charts", "ch09s07s03.html"))
third3.xID = "ch09s07s03"
third4 = insDoc(second7, gLnk("R", "Two-dimensional Bar Charts", "ch09s07s04.html"))
third4.xID = "ch09s07s04"
second8 = insFld(first10, gFld("Multidimensional Charts", "ch09s08.html"))
second8.xID = "ch09s08"
third1 = insDoc(second8, gLnk("R", "About the 3‑D View", "ch09s08s01.html"))
third1.xID = "ch09s08s01"
third2 = insDoc(second8, gLnk("R", "Three‑dimensional Bar Charts", "ch09s08s02.html"))
third2.xID = "ch09s08s02"
third3 = insDoc(second8, gLnk("R", "Clustered Bar Charts", "ch09s08s03.html"))
third3.xID = "ch09s08s03"
third4 = insDoc(second8, gLnk("R", "Stacked Bar Charts", "ch09s08s04.html"))
third4.xID = "ch09s08s04"
third5 = insFld(second8, gFld("Area Charts", "ch09s08s05.html"))
third5.xID = "ch09s08s05"
fourth1 = insDoc(third5, gLnk("R", "Creating an Area Chart", "ch09s08s05s01.html"))
fourth1.xID = "ch09s08s05s01"
fourth2 = insDoc(third5, gLnk("R", "Creating a Stacked Area Chart", "ch09s08s05s02.html"))
fourth2.xID = "ch09s08s05s02"
third6 = insDoc(second8, gLnk("R", "Ribbon Charts", "ch09s08s06.html"))
third6.xID = "ch09s08s06"
third7 = insDoc(second8, gLnk("R", "Line Charts", "ch09s08s07.html"))
third7.xID = "ch09s08s07"
third8 = insDoc(second8, gLnk("R", "Time Aware Axis", "ch09s08s08.html"))
third8.xID = "ch09s08s08"
third9 = insDoc(second8, gLnk("R", "Combination (Bar/Line) Charts", "ch09s08s09.html"))
third9.xID = "ch09s08s09"
second9 = insFld(first10, gFld("Manipulating Chart Data", "ch09s09.html"))
second9.xID = "ch09s09"
third1 = insDoc(second9, gLnk("R", "Using Different Scales to Compare Related Values", "ch09s09s01.html"))
third1.xID = "ch09s09s01"
third2 = insDoc(second9, gLnk("R", "Using Data Functions in Charts", "ch09s09s02.html"))
third2.xID = "ch09s09s02"
third3 = insDoc(second9, gLnk("R", "Adding Computed Items", "ch09s09s03.html"))
third3.xID = "ch09s09s03"
third4 = insFld(second9, gFld("Sorting Chart Items", "ch09s09s04.html"))
third4.xID = "ch09s09s04"
fourth1 = insDoc(third4, gLnk("R", "Sort Items", "ch09s09s04s01.html"))
fourth1.xID = "ch09s09s04s01"
fourth2 = insDoc(third4, gLnk("R", "Reference Items", "ch09s09s04s02.html"))
fourth2.xID = "ch09s09s04s02"
fourth3 = insDoc(third4, gLnk("R", "Functions", "ch09s09s04s03.html"))
fourth3.xID = "ch09s09s04s03"
third5 = insDoc(second9, gLnk("R", "Creating Pivot Tables from Charts", "ch09s09s05.html"))
third5.xID = "ch09s09s05"
third6 = insDoc(second9, gLnk("R", "Drilling into Charts", "ch09s09s06.html"))
third6.xID = "ch09s09s06"
third7 = insFld(second9, gFld("Hiding and Focusing on Charted Data", "ch09s09s07.html"))
third7.xID = "ch09s09s07"
fourth1 = insDoc(third7, gLnk("R", "Focusing on Items", "ch09s09s07s01.html"))
fourth1.xID = "ch09s09s07s01"
fourth2 = insDoc(third7, gLnk("R", "Hiding Items", "ch09s09s07s02.html"))
fourth2.xID = "ch09s09s07s02"
third8 = insDoc(second9, gLnk("R", "Restoring Hidden Items", "ch09s09s08.html"))
third8.xID = "ch09s09s08"
second10 = insDoc(first10, gLnk("R", "Changing Angle and Elevation (Rotating)", "ch09s10.html"))
second10.xID = "ch09s10"
second11 = insFld(first10, gFld("Working with Chart Elements", "ch09s11.html"))
second11.xID = "ch09s11"
third1 = insDoc(second11, gLnk("R", "Selecting Chart Elements", "ch09s11s01.html"))
third1.xID = "ch09s11s01"
third2 = insFld(second11, gFld("Displaying Axis Grid Lines", "ch09s11s02.html"))
third2.xID = "ch09s11s02"
fourth1 = insDoc(third2, gLnk("R", "Adding a Second Y Axis", "ch09s11s02s01.html"))
fourth1.xID = "ch09s11s02s01"
third3 = insDoc(second11, gLnk("R", "Inserting Text", "ch09s11s03.html"))
third3.xID = "ch09s11s03"
third4 = insDoc(second11, gLnk("R", "Changing Chart Backplanes", "ch09s11s04.html"))
third4.xID = "ch09s11s04"
third5 = insDoc(second11, gLnk("R", "Chart Legends", "Set_legend_on.html"))
third5.xID = "Set_legend_on"
second12 = insFld(first10, gFld("Chart Scrolling and Scaling", "ch09s12.html"))
second12.xID = "ch09s12"
third1 = insDoc(second12, gLnk("R", "Scrolling through Chart Data", "ch09s12s01.html"))
third1.xID = "ch09s12s01"
third2 = insDoc(second12, gLnk("R", "Rotating and Elevating Charts", "ch09s12s02.html"))
third2.xID = "ch09s12s02"
third3 = insDoc(second12, gLnk("R", "Smart Scaling", "ch09s12s03.html"))
third3.xID = "ch09s12s03"
third4 = insFld(second12, gFld("Initial Display", "ch09s12s04.html"))
third4.xID = "ch09s12s04"
fourth1 = insDoc(third4, gLnk("R", "Retaining Text", "ch09s12s04s01.html"))
fourth1.xID = "ch09s12s04s01"
fourth2 = insDoc(third4, gLnk("R", "Minimum Font Size", "ch09s12s04s02.html"))
fourth2.xID = "ch09s12s04s02"
fourth3 = insDoc(third4, gLnk("R", "Moving Chart Components", "ch09s12s04s03.html"))
fourth3.xID = "ch09s12s04s03"
third5 = insDoc(second12, gLnk("R", "Auto Resizing Charts", "ch09s12s05.html"))
third5.xID = "ch09s12s05"
third6 = insDoc(second12, gLnk("R", "Fitting Charts to Screen", "ch09s12s06.html"))
third6.xID = "ch09s12s06"
second13 = insFld(first10, gFld("Customizing Chart Properties", "ch09s13.html"))
second13.xID = "ch09s13"
third1 = insFld(second13, gFld("Setting General Chart Properties", "ch09s13s01.html"))
third1.xID = "ch09s13s01"
fourth1 = insDoc(third1, gLnk("R", "Setting Chart Label Axis Properties", "ch09s13s01s01.html"))
fourth1.xID = "ch09s13s01s01"
fourth2 = insDoc(third1, gLnk("R", "Setting Chart Value Axis Properties", "ch09s13s01s02.html"))
fourth2.xID = "ch09s13s01s02"
fourth3 = insDoc(third1, gLnk("R", "Setting Bar Chart Properties", "ch09s13s01s03.html"))
fourth3.xID = "ch09s13s01s03"
fourth4 = insDoc(third1, gLnk("R", "Setting Line Chart Patterns Properties", "line_chart_patterns_props.html"))
fourth4.xID = "line_chart_patterns_props"
fourth5 = insDoc(third1, gLnk("R", "Setting Line Chart Data Labels Properties", "line_chart_data_labels_props.html"))
fourth5.xID = "line_chart_data_labels_props"
third2 = insDoc(second13, gLnk("R", "Setting Bubble Chart Properties", "ch09s13s02.html"))
third2.xID = "ch09s13s02"
third3 = insFld(second13, gFld("Customizing Chart Patterns and Labels", "ch09s13s03.html"))
third3.xID = "ch09s13s03"
fourth1 = insDoc(third3, gLnk("R", "Changing Chart Color Schemes and Fill Patterns", "ch09s13s03s01.html"))
fourth1.xID = "ch09s13s03s01"
fourth2 = insDoc(third3, gLnk("R", "Changing Chart Data Labels", "ch09s13s03s02.html"))
fourth2.xID = "ch09s13s03s02"
third4 = insDoc(second13, gLnk("R", "Auto-Arranging Chart Pie Labels", "ch09s13s04.html"))
third4.xID = "ch09s13s04"
third5 = insFld(second13, gFld("Customizing Chart Colors", "ch09s13s05.html"))
third5.xID = "ch09s13s05"
fourth1 = insDoc(third5, gLnk("R", "Default Color Palette and Legacy Color Palette", "ch09s13s05s01.html"))
fourth1.xID = "ch09s13s05s01"
fourth2 = insDoc(third5, gLnk("R", "Using Legacy Chart Colors", "ch09s13s05s02.html"))
fourth2.xID = "ch09s13s05s02"
fourth3 = insDoc(third5, gLnk("R", "Using Default Colors", "ch09s13s05s03.html"))
fourth3.xID = "ch09s13s05s03"
fourth4 = insDoc(third5, gLnk("R", "Changing the Color of Chart Elements, Lines, and Text", "ch09s13s05s04.html"))
fourth4.xID = "ch09s13s05s04"
second14 = insDoc(first10, gLnk("R", "Chart Menu Command Reference", "ch09s14.html"))
second14.xID = "ch09s14"
second15 = insDoc(first10, gLnk("R", "General Chart Properties", "General_chart_props.html"))
second15.xID = "General_chart_props"
second16 = insDoc(first10, gLnk("R", "Chart Labels Axis Properties", "Chart_labels_axis_props.html"))
second16.xID = "Chart_labels_axis_props"
second17 = insDoc(first10, gLnk("R", "Chart Values Axis Properties", "Chart_values_axis_props.html"))
second17.xID = "Chart_values_axis_props"
second18 = insDoc(first10, gLnk("R", "Bar Chart Properties", "Bar_chart_props.html"))
second18.xID = "Bar_chart_props"
second19 = insDoc(first10, gLnk("R", "Area and Ribbon Chart Patterns Properties", "area_ribbon_chart_patterns_props.html"))
second19.xID = "area_ribbon_chart_patterns_props"
second20 = insDoc(first10, gLnk("R", "Bar Chart Patterns Properties", "bar_chart_patterns_props.html"))
second20.xID = "bar_chart_patterns_props"
second21 = insDoc(first10, gLnk("R", "Bar Chart Data Labels Properties", "bar_chart_data_labels_props.html"))
second21.xID = "bar_chart_data_labels_props"
second22 = insDoc(first10, gLnk("R", "Line Chart Patterns Properties", "line_chart_patterns_props.html"))
second22.xID = "line_chart_patterns_props"
second23 = insDoc(first10, gLnk("R", "Line Chart Axis Properties", "line_chart_axis_props.html"))
second23.xID = "line_chart_axis_props"
second24 = insDoc(first10, gLnk("R", "Line Chart Data Labels Properties", "line_chart_data_labels_props.html"))
second24.xID = "line_chart_data_labels_props"
second25 = insDoc(first10, gLnk("R", "Line Chart Properties", "line_chart_props.html"))
second25.xID = "line_chart_props"
second26 = insDoc(first10, gLnk("R", "Pie Chart Patterns Properties", "pie_chart_patterns_props.html"))
second26.xID = "pie_chart_patterns_props"
second27 = insDoc(first10, gLnk("R", "Pie Chart Data Labels Properties", "pie_chart_data_labels_props.html"))
second27.xID = "pie_chart_data_labels_props"
second28 = insDoc(first10, gLnk("R", "Bubble Chart Properties", "bubble_chart_props.html"))
second28.xID = "bubble_chart_props"
second29 = insDoc(first10, gLnk("R", "Bubble Chart Patterns Properties", "bubble_chart_patterns_props.html "))
second29.xID = "bubble_chart_patterns_props"
second30 = insDoc(first10, gLnk("R", "Scatter Chart Patterns Properties", "scatter_chart_patterns_props.html"))
second30.xID = "scatter_chart_patterns_props"
second31 = insDoc(first10, gLnk("R", "Set Legend On", "set_legend_on.html"))
second31.xID = "set_legend_on"
second32 = insDoc(first10, gLnk("R", "Plot Area", "ch09s32.html"))
second32.xID = "ch09s32"
second33 = insDoc(first10, gLnk("R", "Chart Bar", "ch09s33.html"))
second33.xID = "ch09s33"
second34 = insDoc(first10, gLnk("R", "Axis Labels", "ch09s34.html"))
second34.xID = "ch09s34"
second35 = insDoc(first10, gLnk("R", "Stacking Categories within Data Labels", "ch09s35.html"))
second35.xID = "ch09s35"
second36 = insDoc(first10, gLnk("R", "Stacking Categories of Numeric Data", "ch09s36.html"))
second36.xID = "ch09s36"
second37 = insDoc(first10, gLnk("R", "Vertical Bar Charts", "ch09s37.html"))
second37.xID = "ch09s37"
second38 = insDoc(first10, gLnk("R", "Horizontal Bar Charts", "ch09s38.html"))
second38.xID = "ch09s38"
first11 = insFld(foldersTree, gFld("Report Designer", "ch10.html"))
first11.xID = "ch10"
second1 = insFld(first11, gFld("Report Section", "Report_section.html"))
second1.xID = "Report_section"
third1 = insDoc(second1, gLnk("R", "Report Section Elements", "ch10s01s01.html"))
third1.xID = "ch10s01s01"
third2 = insDoc(second1, gLnk("R", "Report Section Toolbar", "ch10s01s02.html"))
third2.xID = "ch10s01s02"
third3 = insDoc(second1, gLnk("R", "Report Section Title Bar", "ch10s01s03.html"))
third3.xID = "ch10s01s03"
third4 = insFld(second1, gFld("Expression Line", "ch10s01s04.html"))
third4.xID = "ch10s01s04"
fourth1 = insDoc(third4, gLnk("R", "Expression Syntax", "ch10s01s04s01.html"))
fourth1.xID = "ch10s01s04s01"
fourth2 = insDoc(third4, gLnk("R", "Snapping Together Expression Syntax", "ch10s01s04s02.html"))
fourth2.xID = "ch10s01s04s02"
second2 = insFld(first11, gFld("Creating a Custom Report", "ch10s02.html"))
second2.xID = "ch10s02"
third1 = insDoc(second2, gLnk("R", "Report Components", "ch10s02s01.html"))
third1.xID = "ch10s02s01"
third2 = insDoc(second2, gLnk("R", "Table Column Formatting Options", "ch10s02s02.html"))
third2.xID = "ch10s02s02"
third3 = insDoc(second2, gLnk("R", "Inserting Additional Tables in a Custom Report", "ch10s02s03.html"))
third3.xID = "ch10s02s03"
third4 = insDoc(second2, gLnk("R", "Adding Report Group Headers", "ch10s02s04.html"))
third4.xID = "ch10s02s04"
third5 = insDoc(second2, gLnk("R", "Adding Report Group Footers", "ch10s02s05.html"))
third5.xID = "ch10s02s05"
third6 = insDoc(second2, gLnk("R", "Inserting Report Headers and Footers", "ch10s02s06.html"))
third6.xID = "ch10s02s06"
third7 = insDoc(second2, gLnk("R", "Inserting Page Headers and Footers", "ch10s02s07.html"))
third7.xID = "ch10s02s07"
third8 = insDoc(second2, gLnk("R", "Inserting Page Breaks", "ch10s02s08.html"))
third8.xID = "ch10s02s08"
third9 = insFld(second2, gFld("Adding Other Report Elements", "ch10s02s09.html"))
third9.xID = "ch10s02s09"
fourth1 = insDoc(third9, gLnk("R", "Working with Graphic Elements", "ch10s02s09s01.html"))
fourth1.xID = "ch10s02s09s01"
fourth2 = insDoc(third9, gLnk("R", "Working with Fields", "ch10s02s09s02.html"))
fourth2.xID = "ch10s02s09s02"
fourth3 = insDoc(third9, gLnk("R", "Modifying Filter Fields", "ch10s02s09s03.html"))
fourth3.xID = "ch10s02s09s03"
second3 = insFld(first11, gFld("Working with a Report Page", "ch10s03.html"))
second3.xID = "ch10s03"
third1 = insDoc(second3, gLnk("R", "Displaying Rulers", "ch10s03s01.html"))
third1.xID = "ch10s03s01"
third2 = insDoc(second3, gLnk("R", "Using Grids", "ch10s03s02.html"))
third2.xID = "ch10s03s02"
third3 = insDoc(second3, gLnk("R", "Using Design Guides", "ch10s03s03.html"))
third3.xID = "ch10s03s03"
second4 = insFld(first11, gFld("Setting Up a Report", "ch10s04.html"))
second4.xID = "ch10s04"
third1 = insDoc(second4, gLnk("R", "Specifying Page Size", "ch10s04s01.html"))
third1.xID = "ch10s04s01"
third2 = insFld(second4, gFld("Specifying Page Margins", "ch10s04s02.html"))
third2.xID = "ch10s04s02"
fourth1 = insDoc(third2, gLnk("R", "Margin Measurements", "ch10s04s02s01.html"))
fourth1.xID = "ch10s04s02s01"
third3 = insFld(second4, gFld("Setting Up Page Columns", "ch10s04s03.html"))
third3.xID = "ch10s04s03"
fourth1 = insDoc(third3, gLnk("R", "Column Measurements", "ch10s04s03s01.html"))
fourth1.xID = "ch10s04s03s01"
second5 = insFld(first11, gFld("Enhancing Report Data", "ch10s05.html"))
second5.xID = "ch10s05"
third1 = insDoc(second5, gLnk("R", "Sorting Report Items", "ch10s05s01.html"))
third1.xID = "ch10s05s01"
third2 = insDoc(second5, gLnk("R", "Adding Computed Items", "computed_item.html"))
third2.xID = "computed_item"
third3 = insDoc(second5, gLnk("R", "Creating Computed Columns", "ch10s05s03.html"))
third3.xID = "ch10s05s03"
third4 = insDoc(second5, gLnk("R", "Applying Data Functions", "ch10s05s04.html"))
third4.xID = "ch10s05s04"
third5 = insDoc(second5, gLnk("R", "Adding Totals", "ch10s05s05.html"))
third5.xID = "ch10s05s05"
third6 = insDoc(second5, gLnk("R", "Applying Break Totals", "ch10s05s06.html"))
third6.xID = "ch10s05s06"
third7 = insDoc(second5, gLnk("R", "Using True Totals for Computed Items", "ch10s05s07.html"))
third7.xID = "ch10s05s07"
third8 = insFld(second5, gFld("Hiding and Focusing on Reported Data", "ch10s05s08.html"))
third8.xID = "ch10s05s08"
fourth1 = insDoc(third8, gLnk("R", "Focusing on Items", "ch10s05s08s01.html"))
fourth1.xID = "ch10s05s08s01"
fourth2 = insDoc(third8, gLnk("R", "Show All Items", "ch10s05s08s02.html"))
fourth2.xID = "ch10s05s08s02"
fourth3 = insDoc(third8, gLnk("R", "Hiding Items", "ch10s05s08s03.html"))
fourth3.xID = "ch10s05s08s03"
second6 = insDoc(first11, gLnk("R", "Using Multiple Data Sources in a Report", "ch10s06.html"))
second6.xID = "ch10s06"
second7 = insDoc(first11, gLnk("R", "Creating Smart Reports", "ch10s07.html"))
second7.xID = "ch10s07"
second8 = insDoc(first11, gLnk("R", "Formatting Report Items", "ch10s08.html"))
second8.xID = "ch10s08"
second9 = insFld(first11, gFld("Converting Detail Reports from Versions Earlier than 6.0", "ch10s09.html"))
second9.xID = "ch10s09"
third1 = insDoc(second9, gLnk("R", "Display Differences", "ch10s09s01.html"))
third1.xID = "ch10s09s01"
third2 = insDoc(second9, gLnk("R", "Conversion of Detail Report Categories", "ch10s09s02.html"))
third2.xID = "ch10s09s02"
third3 = insDoc(second9, gLnk("R", "Conversion of Data Area", "ch10s09s03.html"))
third3.xID = "ch10s09s03"
third4 = insDoc(second9, gLnk("R", "Conversion of Facts", "ch10s09s04.html"))
third4.xID = "ch10s09s04"
third5 = insDoc(second9, gLnk("R", "Conversion of Smart Reports", "ch10s09s05.html"))
third5.xID = "ch10s09s05"
third6 = insDoc(second9, gLnk("R", "Conversion of Graphic Objects", "ch10s09s06.html"))
third6.xID = "ch10s09s06"
second10 = insDoc(first11, gLnk("R", "Report Menu Command Reference", "ch10s10.html"))
second10.xID = "ch10s10"
second11 = insDoc(first11, gLnk("R", "Printer Dimensions", "ch10s11.html"))
second11.xID = "ch10s11"
second12 = insDoc(first11, gLnk("R", "Custom Dimensions", "ch10s12.html"))
second12.xID = "ch10s12"
second13 = insFld(first11, gFld("Report Properties", "ch10s13.html"))
second13.xID = "ch10s13"
third1 = insDoc(second13, gLnk("R", "Alignment Properties", "alignment_properties.html"))
third1.xID = "alignment_properties"
third2 = insFld(second13, gFld("Border and Background Properties", "properties_border_background.html"))
third2.xID = "properties_border_background"
fourth1 = insDoc(third2, gLnk("R", "Green Bars", "ch10s13s02s01.html"))
fourth1.xID = "ch10s13s02s01"
third3 = insDoc(second13, gLnk("R", "Font Properties", "ch10s13s03.html"))
third3.xID = "ch10s13s03"
third4 = insDoc(second13, gLnk("R", "Gridlines Properties", "properties_gridline.html"))
third4.xID = "properties_gridline"
third5 = insDoc(second13, gLnk("R", "Number Properties", "properties_number.html"))
third5.xID = "properties_number"
third6 = insDoc(second13, gLnk("R", "Picture Properties", "properties_picture.html"))
third6.xID = "properties_picture"
third7 = insDoc(second13, gLnk("R", "Accessibility Properties", "Accessibility.html"))
third7.xID = "Accessibility"
first12 = insFld(foldersTree, gFld("Using Filters", "ch11.html"))
first12.xID = "ch11"
second1 = insFld(first12, gFld("About Filters", "ch11s01.html"))
second1.xID = "ch11s01"
third1 = insFld(second1, gFld("Server versus Local Filter Processing", "ch11s01s01.html"))
third1.xID = "ch11s01s01"
fourth1 = insDoc(third1, gLnk("R", "Server Filters in the Query Section", "ch11s01s01s01.html"))
fourth1.xID = "ch11s01s01s01"
fourth2 = insDoc(third1, gLnk("R", "Local Filters in the Results Section", "ch11s01s01s02.html"))
fourth2.xID = "ch11s01s01s02"
third2 = insFld(second1, gFld("Filter Line", "ch11s01s02.html"))
third2.xID = "ch11s01s02"
fourth1 = insDoc(third2, gLnk("R", "Filter Line Functionality", "ch11s01s02s01.html"))
fourth1.xID = "ch11s01s02s01"
fourth2 = insDoc(third2, gLnk("R", "Filter Line Syntax", "ch11s01s02s02.html"))
fourth2.xID = "ch11s01s02s02"
third3 = insFld(second1, gFld("Filter Controls", "limit.html"))
third3.xID = "limit"
fourth1 = insDoc(third3, gLnk("R", "Showing Values", "ch11s01s03s01.html"))
fourth1.xID = "ch11s01s03s01"
fourth2 = insDoc(third3, gLnk("R", "Defining Custom Values", "ch11s01s03s02.html"))
fourth2.xID = "ch11s01s03s02"
fourth3 = insDoc(third3, gLnk("R", "Using Operators", "ch11s01s03s03.html"))
fourth3.xID = "ch11s01s03s03"
second2 = insFld(first12, gFld("Setting Simple Filters", "ch11s02.html"))
second2.xID = "ch11s02"
third1 = insDoc(second2, gLnk("R", "Filtering Queries", "ch11s02s01.html"))
third1.xID = "ch11s02s01"
third2 = insDoc(second2, gLnk("R", "Removing a Query Filter", "ch11s02s02.html"))
third2.xID = "ch11s02s02"
third3 = insDoc(second2, gLnk("R", "Filtering Results", "ch11s02s03.html"))
third3.xID = "ch11s02s03"
third4 = insDoc(second2, gLnk("R", "Removing a Results Filter", "ch11s02s04.html"))
third4.xID = "ch11s02s04"
second3 = insDoc(first12, gLnk("R", "Setting Compound Filters", "ch11s03.html"))
second3.xID = "ch11s03"
second4 = insDoc(first12, gLnk("R", "Setting Variable Filters", "ch11s04.html"))
second4.xID = "ch11s04"
second5 = insDoc(first12, gLnk("R", "Customizing Filters Options", "customize_limit_html.html"))
second5.xID = "customize_limit_html"
second6 = insDoc(first12, gLnk("R", "Filtering Table Report Data", "ch11s06.html"))
second6.xID = "ch11s06"
second7 = insFld(first12, gFld("Multiple Filters and the Meta Topic", "ch11s07.html"))
second7.xID = "ch11s07"
third1 = insDoc(second7, gLnk("R", "The Two-Tier Strategy", "ch11s07s01.html"))
third1.xID = "ch11s07s01"
second8 = insDoc(first12, gLnk("R", "Filtering Computed Items", "ch11s08.html"))
second8.xID = "ch11s08"
second9 = insDoc(first12, gLnk("R", "Filter", "ch11s09.html"))
second9.xID = "ch11s09"
second10 = insDoc(first12, gLnk("R", "Customize Filter", "customize_limit.html"))
second10.xID = "customize_limit"
first13 = insFld(foldersTree, gFld("Computed Items", "ch12.html"))
first13.xID = "ch12"
second1 = insFld(first13, gFld("About Computed Items", "ch12s01.html"))
second1.xID = "ch12s01"
third1 = insDoc(second1, gLnk("R", "Computing New Data", "ch12s01s01.html"))
third1.xID = "ch12s01s01"
third2 = insFld(second1, gFld("Computed Items in Sections", "ch12s01s02.html"))
third2.xID = "ch12s01s02"
fourth1 = insDoc(third2, gLnk("R", "Computed Items in the Query Section", "ch12s01s02s01.html"))
fourth1.xID = "ch12s01s02s01"
fourth2 = insDoc(third2, gLnk("R", "Computed Items in the Results and Reporting Sections", "ch12s01s02s02.html"))
fourth2.xID = "ch12s01s02s02"
fourth3 = insDoc(third2, gLnk("R", "Computed Items in the Report Section", "ch12s01s02s03.html"))
fourth3.xID = "ch12s01s02s03"
fourth4 = insDoc(third2, gLnk("R", "Computed Items in the Pivot Section", "ch12s01s02s04.html"))
fourth4.xID = "ch12s01s02s04"
fourth5 = insDoc(third2, gLnk("R", "Using Surface Values", "ch12s01s02s05.html"))
fourth5.xID = "ch12s01s02s05"
third3 = insDoc(second1, gLnk("R", "Computed Items and Data Functions", "ch12s01s03.html"))
third3.xID = "ch12s01s03"
third4 = insDoc(second1, gLnk("R", "Pivot Options", "PivotOptions.html"))
third4.xID = "PivotOptions"
second2 = insFld(first13, gFld("Adding Computed Items", "ch12s02.html"))
second2.xID = "ch12s02"
third1 = insFld(second2, gFld("Operators", "ch12s02s01.html"))
third1.xID = "ch12s02s01"
fourth1 = insDoc(third1, gLnk("R", "Arithmetic Operators", "ch12s02s01s01.html"))
fourth1.xID = "ch12s02s01s01"
fourth2 = insDoc(third1, gLnk("R", "Comparison Operators", "ch12s02s01s02.html"))
fourth2.xID = "ch12s02s01s02"
fourth3 = insDoc(third1, gLnk("R", "Statements", "ch12s02s01s03.html"))
fourth3.xID = "ch12s02s01s03"
fourth4 = insDoc(third1, gLnk("R", "Logical Operators", "ch12s02s01s04.html"))
fourth4.xID = "ch12s02s01s04"
second3 = insDoc(first13, gLnk("R", "Referencing Topics in Computed Items", "Reference.html"))
second3.xID = "Reference"
second4 = insFld(first13, gFld("Using Functions", "functions.html"))
second4.xID = "functions"
third1 = insFld(second4, gFld("Scalar Functions", "ch12s04s01.html"))
third1.xID = "ch12s04s01"
fourth1 = insDoc(third1, gLnk("R", "Conditional Scalar Functions", "ch12s04s01s01.html"))
fourth1.xID = "ch12s04s01s01"
fourth2 = insDoc(third1, gLnk("R", "Date Scalar Functions", "ch12s04s01s02.html"))
fourth2.xID = "ch12s04s01s02"
fourth3 = insDoc(third1, gLnk("R", "Math Scalar Functions", "ch12s04s01s03.html"))
fourth3.xID = "ch12s04s01s03"
fourth4 = insDoc(third1, gLnk("R", "Numeric Scalar Functions", "ch12s04s01s04.html"))
fourth4.xID = "ch12s04s01s04"
fourth5 = insDoc(third1, gLnk("R", "Picture Function", "ch12s04s01s05.html"))
fourth5.xID = "ch12s04s01s05"
fourth6 = insDoc(third1, gLnk("R", "Statistical Scalar Functions", "ch12s04s01s06.html"))
fourth6.xID = "ch12s04s01s06"
fourth7 = insDoc(third1, gLnk("R", "String Scalar Functions", "ch12s04s01s07.html"))
fourth7.xID = "ch12s04s01s07"
third2 = insDoc(second4, gLnk("R", "Data Functions", "ch12s04s02.html"))
third2.xID = "ch12s04s02"
third3 = insFld(second4, gFld("Teradata Version 3 OLAP Functions", "ch12s04s03.html"))
third3.xID = "ch12s04s03"
fourth1 = insDoc(third3, gLnk("R", "CSum (Cumulative Sum) Function", "ch12s04s03s01.html"))
fourth1.xID = "ch12s04s03s01"
fourth2 = insDoc(third3, gLnk("R", "MAvg (Moving Average) Function", "ch12s04s03s02.html"))
fourth2.xID = "ch12s04s03s02"
fourth3 = insDoc(third3, gLnk("R", "MDiff (Moving Difference) Function", "ch12s04s03s03.html"))
fourth3.xID = "ch12s04s03s03"
fourth4 = insDoc(third3, gLnk("R", "MSum (Moving Sum) Function", "ch12s04s03s04.html"))
fourth4.xID = "ch12s04s03s04"
fourth5 = insDoc(third3, gLnk("R", "MLingreg (Multiple Linear Regression) Function", "ch12s04s03s05.html"))
fourth5.xID = "ch12s04s03s05"
fourth6 = insDoc(third3, gLnk("R", "Quantile Function", "ch12s04s03s06.html"))
fourth6.xID = "ch12s04s03s06"
fourth7 = insDoc(third3, gLnk("R", "Rank Function", "ch12s04s03s07.html"))
fourth7.xID = "ch12s04s03s07"
fourth8 = insDoc(third3, gLnk("R", "Current_Timestamp Function", "ch12s04s03s08.html"))
fourth8.xID = "ch12s04s03s08"
fourth9 = insDoc(third3, gLnk("R", "Qualify Function", "ch12s04s03s09.html"))
fourth9.xID = "ch12s04s03s09"
fourth10 = insDoc(third3, gLnk("R", "Sample Function", "ch12s04s03s10.html"))
fourth10.xID = "ch12s04s03s10"
fourth11 = insDoc(third3, gLnk("R", "SampleID Function", "ch12s04s03s11.html"))
fourth11.xID = "ch12s04s03s11"
third4 = insFld(second4, gFld("Functions for Returning the Day of the Week", "ch12s04s04.html"))
third4.xID = "ch12s04s04"
fourth1 = insDoc(third4, gLnk("R", "Formatting Day of Week Data", "ch12s04s04s01.html"))
fourth1.xID = "ch12s04s04s01"
fourth2 = insDoc(third4, gLnk("R", "Analyzing Data Based on Day of Week Data", "ch12s04s04s02.html"))
fourth2.xID = "ch12s04s04s02"
second5 = insFld(first13, gFld("Common Computed Item Examples", "ch12s05.html"))
second5.xID = "ch12s05"
third1 = insDoc(second5, gLnk("R", "Math Functions", "ch12s05s01.html"))
third1.xID = "ch12s05s01"
third2 = insDoc(second5, gLnk("R", "Central Tendency", "ch12s05s02.html"))
third2.xID = "ch12s05s02"
third3 = insDoc(second5, gLnk("R", "Calculated Averages", "ch12s05s03.html"))
third3.xID = "ch12s05s03"
third4 = insDoc(second5, gLnk("R", "Percentile", "ch12s05s04.html"))
third4.xID = "ch12s05s04"
third5 = insDoc(second5, gLnk("R", "Rank", "ch12s05s05.html"))
third5.xID = "ch12s05s05"
third6 = insDoc(second5, gLnk("R", "Project Sales", "ch12s05s06.html"))
third6.xID = "ch12s05s06"
second6 = insFld(first13, gFld("Scalar Function Examples", "ch12s06.html"))
second6.xID = "ch12s06"
third1 = insDoc(second6, gLnk("R", "Avg", "ch12s06s01.html"))
third1.xID = "ch12s06s01"
third2 = insDoc(second6, gLnk("R", "AvgNonNull", "ch12s06s02.html"))
third2.xID = "ch12s06s02"
third3 = insDoc(second6, gLnk("R", "ColMax", "ch12s06s03.html"))
third3.xID = "ch12s06s03"
third4 = insDoc(second6, gLnk("R", "ColMin", "ch12s06s04.html"))
third4.xID = "ch12s06s04"
third5 = insDoc(second6, gLnk("R", "Count", "ch12s06s05.html"))
third5.xID = "ch12s06s05"
third6 = insDoc(second6, gLnk("R", "CountDistinct", "ch12s06s06.html"))
third6.xID = "ch12s06s06"
third7 = insDoc(second6, gLnk("R", "CountNull", "ch12s06s07.html"))
third7.xID = "ch12s06s07"
third8 = insDoc(second6, gLnk("R", "CountNonNull", "ch12s06s08.html"))
third8.xID = "ch12s06s08"
third9 = insDoc(second6, gLnk("R", "Cume", "ch12s06s09.html"))
third9.xID = "ch12s06s09"
third10 = insDoc(second6, gLnk("R", "Median", "ch12s06s10.html"))
third10.xID = "ch12s06s10"
third11 = insDoc(second6, gLnk("R", "Mode", "ch12s06s11.html"))
third11.xID = "ch12s06s11"
third12 = insDoc(second6, gLnk("R", "Percentile", "ch12s06s12.html"))
third12.xID = "ch12s06s12"
third13 = insDoc(second6, gLnk("R", "Rank", "ch12s06s13.html"))
third13.xID = "ch12s06s13"
third14 = insDoc(second6, gLnk("R", "RankAsc", "ch12s06s14.html"))
third14.xID = "ch12s06s14"
third15 = insDoc(second6, gLnk("R", "StdDev", "ch12s06s15.html"))
third15.xID = "ch12s06s15"
third16 = insDoc(second6, gLnk("R", "StdDevp", "ch12s06s16.html"))
third16.xID = "ch12s06s16"
third17 = insDoc(second6, gLnk("R", "Sum", "ch12s06s17.html"))
third17.xID = "ch12s06s17"
third18 = insDoc(second6, gLnk("R", "Var", "ch12s06s18.html"))
third18.xID = "ch12s06s18"
third19 = insDoc(second6, gLnk("R", "Varp", "ch12s06s19.html"))
third19.xID = "ch12s06s19"
second7 = insFld(first13, gFld("Trend Functions", "ch12s07.html"))
second7.xID = "ch12s07"
third1 = insDoc(second7, gLnk("R", "General Moving Average and Moving Function Functionality", "ch12s07s01.html"))
third1.xID = "ch12s07s01"
third2 = insDoc(second7, gLnk("R", "Simple Moving Averages", "ch12s07s02.html"))
third2.xID = "ch12s07s02"
third3 = insDoc(second7, gLnk("R", "Positioning of Moving Average Results-Trailing and Centered Averages", "ch12s07s03.html"))
third3.xID = "ch12s07s03"
third4 = insDoc(second7, gLnk("R", "Weighted Moving Averages", "ch12s07s04.html"))
third4.xID = "ch12s07s04"
third5 = insDoc(second7, gLnk("R", "Exponential Moving Averages", "ch12s07s05.html"))
third5.xID = "ch12s07s05"
third6 = insDoc(second7, gLnk("R", "Moving Diff", "ch12s07s06.html"))
third6.xID = "ch12s07s06"
third7 = insDoc(second7, gLnk("R", "Moving Maximum", "ch12s07s07.html"))
third7.xID = "ch12s07s07"
third8 = insDoc(second7, gLnk("R", "Moving Median", "ch12s07s08.html"))
third8.xID = "ch12s07s08"
third9 = insDoc(second7, gLnk("R", "Moving Sum", "ch12s07s09.html"))
third9.xID = "ch12s07s09"
third10 = insDoc(second7, gLnk("R", "Moving Minimum", "ch12s07s10.html"))
third10.xID = "ch12s07s10"
third11 = insDoc(second7, gLnk("R", "Direction Of Moving Function Calculation", "ch12s07s11.html"))
third11.xID = "ch12s07s11"
first14 = insFld(foldersTree, gFld("Applying Sorts", "ch13.html"))
first14.xID = "ch13"
second1 = insDoc(first14, gLnk("R", "Sorting Data", "ch13s01.html"))
second1.xID = "ch13s01"
second2 = insDoc(first14, gLnk("R", "Simple Sorts", "ch13s02.html"))
second2.xID = "ch13s02"
second3 = insDoc(first14, gLnk("R", "Sort Lines", "ch13s03.html"))
second3.xID = "ch13s03"
second4 = insFld(first14, gFld("Complex Sorting", "ch13s04.html"))
second4.xID = "ch13s04"
third1 = insDoc(second4, gLnk("R", "Complex Sorting in the Query, Results, and Table Sections", "ch13s04s01.html"))
third1.xID = "ch13s04s01"
third2 = insFld(second4, gFld("Complex Sorting in Chart, Pivot, and OLAPQuery Reports", "ch13s04s02.html"))
third2.xID = "ch13s04s02"
fourth1 = insDoc(third2, gLnk("R", "Sort Items", "ch13s04s02s01.html"))
fourth1.xID = "ch13s04s02s01"
fourth2 = insDoc(third2, gLnk("R", "Reference Items", "ch13s04s02s02.html"))
fourth2.xID = "ch13s04s02s02"
fourth3 = insDoc(third2, gLnk("R", "Functions", "ch13s04s02s03.html"))
fourth3.xID = "ch13s04s02s03"
second5 = insDoc(first14, gLnk("R", "Nested Sorts", "ch13s05.html"))
second5.xID = "ch13s05"
first15 = insDoc(foldersTree, gLnk("R", "Reserved Words for Interactive Reporting Document Components", "ch14.html"))
first15.xID = "ch14"
first16 = insDoc(foldersTree, gLnk("R", "Part II: Interactive Reporting Developers Guide", "pt02.html"))
first16.xID = "pt02"
first17 = insFld(foldersTree, gFld("Working with Dashboard Sections", "ch15.html"))
first17.xID = "ch15"
second1 = insDoc(first17, gLnk("R", "Dashboard Sections", "Dashboard_section.html"))
second1.xID = "Dashboard_section"
second2 = insFld(first17, gFld("Inserting, Renaming, Deleting, and Changing Mode of Dashboard Sections", "ch15s02.html"))
second2.xID = "ch15s02"
third1 = insDoc(second2, gLnk("R", "Inserting Dashboard Sections", "ch15s02s01.html"))
third1.xID = "ch15s02s01"
third2 = insDoc(second2, gLnk("R", "Renaming Dashboard Sections", "ch15s02s02.html"))
third2.xID = "ch15s02s02"
third3 = insDoc(second2, gLnk("R", "Deleting Dashboard Sections", "ch15s02s03.html"))
third3.xID = "ch15s02s03"
third4 = insDoc(second2, gLnk("R", "Switching Between Design and Run Modes", "ch15s02s04.html"))
third4.xID = "ch15s02s04"
second3 = insFld(first17, gFld("Working with Dashboard Objects", "ch15s03.html"))
second3.xID = "ch15s03"
third1 = insDoc(second3, gLnk("R", "Inserting Dashboard Objects", "ch15s03s01.html"))
third1.xID = "ch15s03s01"
third2 = insDoc(second3, gLnk("R", "Deleting Dashboard Objects", "Deleting_Dashboard_Objects.html"))
third2.xID = "Deleting_Dashboard_Objects"
second4 = insFld(first17, gFld("External Content in Dashboards", "External_Content.html"))
second4.xID = "External_Content"
third1 = insDoc(second4, gLnk("R", "Working with Embedded Browser Controls", "ch15s04s01.html"))
third1.xID = "ch15s04s01"
third2 = insDoc(second4, gLnk("R", "Referencing A Name With A Single-Byte Character", "ch15s04s02.html"))
third2.xID = "ch15s04s02"
third3 = insDoc(second4, gLnk("R", "Browsing the Repository", "ch15s04s03.html"))
third3.xID = "ch15s04s03"
third4 = insDoc(second4, gLnk("R", "Document Options", "Document_Options.html"))
third4.xID = "Document_Options"
third5 = insDoc(second4, gLnk("R", "Setting Dashboard Home Sections", "Dashboard_Home.html"))
third5.xID = "Dashboard_Home"
third6 = insDoc(second4, gLnk("R", "Working with HyperLink Controls", "ch15s04s06.html"))
third6.xID = "ch15s04s06"
second5 = insFld(first17, gFld("Embedded Section Objects", "ch15s05.html"))
second5.xID = "ch15s05"
third1 = insDoc(second5, gLnk("R", "Embedded Section Object Scrollbar and Auto-Sizing Properties", "ch15s05s01.html"))
third1.xID = "ch15s05s01"
third2 = insDoc(second5, gLnk("R", "Embedded Section Object Behaviors-View-Only", "ch15s05s02.html"))
third2.xID = "ch15s05s02"
third3 = insDoc(second5, gLnk("R", "Embedded Section Object Paging", "ch15s05s03.html"))
third3.xID = "ch15s05s03"
third4 = insDoc(second5, gLnk("R", "Embedded Section Object Design Considerations", "ch15s05s04.html"))
third4.xID = "ch15s05s04"
third5 = insDoc(second5, gLnk("R", "Embedded Pivot Section Interactivity", "ch15s05s05.html"))
third5.xID = "ch15s05s05"
second6 = insFld(first17, gFld("Setting Dashboard Properties", "ch15s06.html"))
second6.xID = "ch15s06"
third1 = insDoc(second6, gLnk("R", "Alignment Properties", "alignment_properties.html"))
third1.xID = "alignment_properties"
third2 = insDoc(second6, gLnk("R", "Border and Background Properties", "bordersbackground_properties.html"))
third2.xID = "bordersbackground_properties"
third3 = insDoc(second6, gLnk("R", "Font Properties", "font_properties.html"))
third3.xID = "font_properties"
third4 = insDoc(second6, gLnk("R", "Object Properties", "object_properties.html"))
third4.xID = "object_properties"
third5 = insDoc(second6, gLnk("R", "Picture Properties", "picture_properties.html"))
third5.xID = "picture_properties"
third6 = insDoc(second6, gLnk("R", "Tab-Order Properties", "taborder_properties.html"))
third6.xID = "taborder_properties"
third7 = insDoc(second6, gLnk("R", "Values Properties", "value_properties.html"))
third7.xID = "value_properties"
third8 = insDoc(second6, gLnk("R", "Accessibility Properties", "Accessibility.html"))
third8.xID = "Accessibility"
third9 = insDoc(second6, gLnk("R", "Comments Properties", "Comments.html"))
third9.xID = "Comments"
second7 = insFld(first17, gFld("Using Design Tools", "ch15s07.html"))
second7.xID = "ch15s07"
third1 = insFld(second7, gFld("Layout Tools", "ch15s07s01.html"))
third1.xID = "ch15s07s01"
fourth1 = insDoc(third1, gLnk("R", "Using Design Guides", "ch15s07s01s01.html"))
fourth1.xID = "ch15s07s01s01"
fourth2 = insDoc(third1, gLnk("R", "Using Grids", "ch15s07s01s02.html"))
fourth2.xID = "ch15s07s01s02"
fourth3 = insDoc(third1, gLnk("R", "Using Rulers", "ch15s07s01s03.html"))
fourth3.xID = "ch15s07s01s03"
fourth4 = insDoc(third1, gLnk("R", "Using the Dashboard Section Toolbar", "ch15s07s01s04.html"))
fourth4.xID = "ch15s07s01s04"
third2 = insDoc(second7, gLnk("R", "Using the Navigation Toolbar", "ch15s07s02.html"))
third2.xID = "ch15s07s02"
first18 = insFld(foldersTree, gFld("Working with the Interactive Reporting Object Model", "ch16.html"))
first18.xID = "ch16"
second1 = insDoc(first18, gLnk("R", "The Object Model", "Object_Model.html"))
second1.xID = "Object_Model"
second2 = insFld(first18, gFld("Interactive Reporting Events", "ch16s02.html"))
second2.xID = "ch16s02"
third1 = insDoc(second2, gLnk("R", "Object-Level Events", "ch16s02s01.html"))
third1.xID = "ch16s02s01"
third2 = insDoc(second2, gLnk("R", "Active Section-Level Events", "ch16s02s02.html"))
third2.xID = "ch16s02s02"
third3 = insFld(second2, gFld("Document-Level Events", "document_events.html"))
third3.xID = "document_events"
fourth1 = insDoc(third3, gLnk("R", "Associating Document-Level Events", "ch16s02s03s01.html"))
fourth1.xID = "ch16s02s03s01"
second3 = insFld(first18, gFld("Using Script Editor", "Script_Editor.html"))
second3.xID = "Script_Editor"
third1 = insDoc(second3, gLnk("R", "Using the Object Browser", "ch16s03s01.html"))
third1.xID = "ch16s03s01"
third2 = insDoc(second3, gLnk("R", "Using the Scripting Pane", "ch16s03s02.html"))
third2.xID = "ch16s03s02"
third3 = insDoc(second3, gLnk("R", "Using the Events Menu", "ch16s03s03.html"))
third3.xID = "ch16s03s03"
third4 = insDoc(second3, gLnk("R", "Cutting, Copying and Pasting Dashboard Objects", "ch16s03s04.html"))
third4.xID = "ch16s03s04"
third5 = insDoc(second3, gLnk("R", "Using the Description Pane and Online Help", "ch16s03s05.html"))
third5.xID = "ch16s03s05"
second4 = insDoc(first18, gLnk("R", "Using a Sample JavaScript Script", "ch16s04.html"))
second4.xID = "ch16s04"
second5 = insDoc(first18, gLnk("R", "Testing Scripts Using the Interactive Reporting Execution Window", "ch16s05.html"))
second5.xID = "ch16s05"
second6 = insDoc(first18, gLnk("R", "Reviewing Error Messages in the Interactive Reporting Console Window", "ch16s06.html"))
second6.xID = "ch16s06"
second7 = insDoc(first18, gLnk("R", "Finding and Replacing Within Scripts", "ch16s07.html"))
second7.xID = "ch16s07"
first19 = insFld(foldersTree, gFld("Scripting Dashboard Controls", "ch17.html"))
first19.xID = "ch17"
second1 = insFld(first19, gFld("Scripting Control Objects", "ch17s01.html"))
second1.xID = "ch17s01"
third1 = insDoc(second1, gLnk("R", "Creating a New Dashboard Section", "ch17s01s01.html"))
third1.xID = "ch17s01s01"
third2 = insDoc(second1, gLnk("R", "Changing a Control Object Title", "ch17s01s02.html"))
third2.xID = "ch17s01s02"
second2 = insFld(first19, gFld("Associating Scripts with Command Buttons", "ch17s02.html"))
second2.xID = "ch17s02"
third1 = insDoc(second2, gLnk("R", "Creating a Custom Button", "ch17s02s01.html"))
third1.xID = "ch17s02s01"
second3 = insDoc(first19, gLnk("R", "Associating Scripts with Radio Buttons", "ch17s03.html"))
second3.xID = "ch17s03"
second4 = insDoc(first19, gLnk("R", "Associating Scripts with Check Boxes", "ch17s04.html"))
second4.xID = "ch17s04"
second5 = insFld(first19, gFld("Associating Scripts with List Boxes", "ch17s05.html"))
second5.xID = "ch17s05"
third1 = insDoc(second5, gLnk("R", "Exercise: Associating a Script with a List Box", "ch17s05s01.html"))
third1.xID = "ch17s05s01"
second6 = insDoc(first19, gLnk("R", "Summary", "ch17s06.html"))
second6.xID = "ch17s06"
first20 = insFld(foldersTree, gFld("JavaScript Syntax", "ch18.html"))
first20.xID = "ch18"
second1 = insDoc(first20, gLnk("R", "Basic JavaScript Syntax", "ch18s01.html"))
second1.xID = "ch18s01"
second2 = insDoc(first20, gLnk("R", "JavaScript Code Structure", "ch18s02.html"))
second2.xID = "ch18s02"
second3 = insFld(first20, gFld("JavaScript Operators", "ch18s03.html"))
second3.xID = "ch18s03"
third1 = insFld(second3, gFld("Using Assignment versus Comparison Operators", "ch18s03s01.html"))
third1.xID = "ch18s03s01"
fourth1 = insDoc(third1, gLnk("R", "Exercise: Adding Comparison and Assignment Buttons", "ch18s03s01s01.html"))
fourth1.xID = "ch18s03s01s01"
fourth2 = insDoc(third1, gLnk("R", "Exercise: Using the Comparison Operator", "ch18s03s01s02.html"))
fourth2.xID = "ch18s03s01s02"
fourth3 = insDoc(third1, gLnk("R", "Exercise: Using the Assignment Operator", "ch18s03s01s03.html"))
fourth3.xID = "ch18s03s01s03"
third2 = insFld(second3, gFld("Including Operators in Strings", "ch18s03s02.html"))
third2.xID = "ch18s03s02"
fourth1 = insDoc(third2, gLnk("R", "Exercise: Using Operators as Characters", "ch18s03s02s01.html"))
fourth1.xID = "ch18s03s02s01"
third3 = insFld(second3, gFld("Concatenating versus Adding", "ch18s03s03.html"))
third3.xID = "ch18s03s03"
fourth1 = insDoc(third3, gLnk("R", "Exercise: Concatenating Values", "ch18s03s03s01.html"))
fourth1.xID = "ch18s03s03s01"
fourth2 = insDoc(third3, gLnk("R", "Exercise: Summing Values", "ch18s03s03s02.html"))
fourth2.xID = "ch18s03s03s02"
second4 = insFld(first20, gFld("Variables", "ch18s04.html"))
second4.xID = "ch18s04"
third1 = insDoc(second4, gLnk("R", "Declaring Local Variables", "ch18s04s01.html"))
third1.xID = "ch18s04s01"
third2 = insDoc(second4, gLnk("R", "Declaring Global Variables", "ch18s04s02.html"))
third2.xID = "ch18s04s02"
third3 = insDoc(second4, gLnk("R", "Dynamically Declaring Variables", "ch18s04s03.html"))
third3.xID = "ch18s04s03"
third4 = insDoc(second4, gLnk("R", "Assigning Values", "ch18s04s04.html"))
third4.xID = "ch18s04s04"
second5 = insDoc(first20, gLnk("R", "Reserved Words", "ch18s05.html"))
second5.xID = "ch18s05"
second6 = insDoc(first20, gLnk("R", "Summary", "ch18s06.html"))
second6.xID = "ch18s06"
first21 = insFld(foldersTree, gFld("JavaScript Basics", "ch19.html"))
first21.xID = "ch19"
second1 = insFld(first21, gFld("Using Drop-Down Boxes", "ch19s01.html"))
second1.xID = "ch19s01"
third1 = insDoc(second1, gLnk("R", "Accessing a Drop-Down Selection", "ch19s01s01.html"))
third1.xID = "ch19s01s01"
third2 = insFld(second1, gFld("Using a Variable for the Selection", "ch19s01s02.html"))
third2.xID = "ch19s01s02"
fourth1 = insDoc(third2, gLnk("R", "Exercise: Declaring a Variable", "ch19s01s02s01.html"))
fourth1.xID = "ch19s01s02s01"
second2 = insFld(first21, gFld("Modifying Limits", "ch19s02.html"))
second2.xID = "ch19s02"
third1 = insDoc(second2, gLnk("R", "Modifying a Results Limit", "ch19s02s01.html"))
third1.xID = "ch19s02s01"
third2 = insDoc(second2, gLnk("R", "Using a Variable for an Object", "ch19s02s02.html"))
third2.xID = "ch19s02s02"
third3 = insDoc(second2, gLnk("R", "Modifying a Query Limit", "ch19s02s03.html"))
third3.xID = "ch19s02s03"
second3 = insFld(first21, gFld("Finishing the Interactive Reporting Document File", "ch19s03.html"))
second3.xID = "ch19s03"
third1 = insDoc(second3, gLnk("R", "Setting a Chart Fact", "ch19s03s01.html"))
third1.xID = "ch19s03s01"
third2 = insDoc(second3, gLnk("R", "Hiding Toolbars", "ch19s03s02.html"))
third2.xID = "ch19s03s02"
first22 = insFld(foldersTree, gFld("JavaScript Control Structures", "ch20.html"))
first22.xID = "ch20"
second1 = insDoc(first22, gLnk("R", "Understanding Control Structure Syntax", "ch20s01.html"))
second1.xID = "ch20s01"
second2 = insFld(first22, gFld("About if...else Statements", "ch20s02.html"))
second2.xID = "ch20s02"
third1 = insDoc(second2, gLnk("R", "Exercise: Using an if...else Statement to Change Chart Types", "ch20s02s01.html"))
third1.xID = "ch20s02s01"
third2 = insDoc(second2, gLnk("R", "Exercise", "ch20s02s02.html"))
third2.xID = "ch20s02s02"
second3 = insFld(first22, gFld("About switch Statements", "ch20s03.html"))
second3.xID = "ch20s03"
third1 = insDoc(second3, gLnk("R", "Exercise: Using a switch Statement to Change Chart Types", "ch20s03s01.html"))
third1.xID = "ch20s03s01"
second4 = insDoc(first22, gLnk("R", "Controlling Chart Facts with if...else", "ch20s04.html"))
second4.xID = "ch20s04"
second5 = insDoc(first22, gLnk("R", "Controlling Chart Facts with switch", "ch20s05.html"))
second5.xID = "ch20s05"
second6 = insDoc(first22, gLnk("R", "Summary", "ch20s06.html"))
second6.xID = "ch20s06"
first23 = insFld(foldersTree, gFld("Drop-Down and List Boxes", "ch21.html"))
first23.xID = "ch21"
second1 = insDoc(first23, gLnk("R", "Using for Loops", "ch21s01.html"))
second1.xID = "ch21s01"
second2 = insFld(first23, gFld("Filling Boxes with Multiple Values", "ch21s02.html"))
second2.xID = "ch21s02"
third1 = insFld(second2, gFld("Filling a List Box with Available Values", "ch21s02s01.html"))
third1.xID = "ch21s02s01"
fourth1 = insDoc(third1, gLnk("R", "Exercise: Using a for Loop to Fill a List Box with Limit Values", "ch21s02s01s01.html"))
fourth1.xID = "ch21s02s01s01"
third2 = insDoc(second2, gLnk("R", "Filling a Drop-Down Box with Available Values", "ch21s02s02.html"))
third2.xID = "ch21s02s02"
second3 = insFld(first23, gFld("Accessing Selected Values", "ch21s03.html"))
second3.xID = "ch21s03"
third1 = insDoc(second3, gLnk("R", "Drop-Down Item Argument", "ch21s03s01.html"))
third1.xID = "ch21s03s01"
third2 = insFld(second3, gFld("List Box Item Argument", "ch21s03s02.html"))
third2.xID = "ch21s03s02"
fourth1 = insDoc(third2, gLnk("R", "Exercise: Using Loops to Access List Box Selections", "ch21s03s02s01.html"))
fourth1.xID = "ch21s03s02s01"
second4 = insFld(first23, gFld("Creating Results Limits", "ch21s04.html"))
second4.xID = "ch21s04"
third1 = insDoc(second4, gLnk("R", "Exercise: Using JavaScript to Clear and Assign New Results Limits in Drop-Down Boxes", "ch21s04s01.html"))
third1.xID = "ch21s04s01"
second5 = insDoc(first23, gLnk("R", "Inserting Unique Values in List box/DropDown box", "ch21s05.html"))
second5.xID = "ch21s05"
second6 = insDoc(first23, gLnk("R", "Summary", "ch21s06.html"))
second6.xID = "ch21s06"
first24 = insFld(foldersTree, gFld("Dashboard Scripting", "ch22.html"))
first24.xID = "ch22"
second1 = insDoc(first24, gLnk("R", "About Scripts", "ch22s01.html"))
second1.xID = "ch22s01"
second2 = insFld(first24, gFld("Understanding Functions", "ch22s02.html"))
second2.xID = "ch22s02"
third1 = insDoc(second2, gLnk("R", "Defining Functions", "ch22s02s01.html"))
third1.xID = "ch22s02s01"
third2 = insDoc(second2, gLnk("R", "Changing Function Parameters and Object Properties", "ch22s02s02.html"))
third2.xID = "ch22s02s02"
third3 = insDoc(second2, gLnk("R", "Calling Functions", "ch22s02s03.html"))
third3.xID = "ch22s02s03"
third4 = insFld(second2, gFld("Function Scope", "ch22s02s04.html"))
third4.xID = "ch22s02s04"
fourth1 = insDoc(third4, gLnk("R", "Defining Functions in Different Scopes", "ch22s02s04s01.html"))
fourth1.xID = "ch22s02s04s01"
fourth2 = insDoc(third4, gLnk("R", "Examples: Defining Functions in Different Scopes", "ch22s02s04s02.html"))
fourth2.xID = "ch22s02s04s02"
third5 = insFld(second2, gFld("Using Variables", "ch22s02s05.html"))
third5.xID = "ch22s02s05"
fourth1 = insDoc(third5, gLnk("R", "Using Global Variables", "ch22s02s05s01.html"))
fourth1.xID = "ch22s02s05s01"
fourth2 = insDoc(third5, gLnk("R", "Using Document Variables", "ch22s02s05s02.html"))
fourth2.xID = "ch22s02s05s02"
fourth3 = insDoc(third5, gLnk("R", "Using Section Variables", "ch22s02s05s03.html"))
fourth3.xID = "ch22s02s05s03"
second3 = insFld(first24, gFld("Using JavaScript Statements", "ch22s03.html"))
second3.xID = "ch22s03"
third1 = insFld(second3, gFld("Conditional Statements", "ch22s03s01.html"))
third1.xID = "ch22s03s01"
fourth1 = insDoc(third1, gLnk("R", "if...else Statements", "ch22s03s01s01.html"))
fourth1.xID = "ch22s03s01s01"
fourth2 = insDoc(third1, gLnk("R", "Inline if Statements", "ch22s03s01s02.html"))
fourth2.xID = "ch22s03s01s02"
fourth3 = insDoc(third1, gLnk("R", "switch Statements", "ch22s03s01s03.html"))
fourth3.xID = "ch22s03s01s03"
third2 = insFld(second3, gFld("Loop Statements", "ch22s03s02.html"))
third2.xID = "ch22s03s02"
fourth1 = insDoc(third2, gLnk("R", "for Statements", "ch22s03s02s01.html"))
fourth1.xID = "ch22s03s02s01"
fourth2 = insDoc(third2, gLnk("R", "do...while Statements", "ch22s03s02s02.html"))
fourth2.xID = "ch22s03s02s02"
fourth3 = insDoc(third2, gLnk("R", "while Statements", "ch22s03s02s03.html"))
fourth3.xID = "ch22s03s02s03"
fourth4 = insDoc(third2, gLnk("R", "label Statements", "ch22s03s02s04.html"))
fourth4.xID = "ch22s03s02s04"
fourth5 = insDoc(third2, gLnk("R", "continue Statements", "ch22s03s02s05.html"))
fourth5.xID = "ch22s03s02s05"
third3 = insDoc(second3, gLnk("R", "break Statements", "ch22s03s03.html"))
third3.xID = "ch22s03s03"
second4 = insFld(first24, gFld("Manipulating Objects with JavaScript", "ch22s04.html"))
second4.xID = "ch22s04"
third1 = insDoc(second4, gLnk("R", "for...in Statements", "ch22s04s01.html"))
third1.xID = "ch22s04s01"
third2 = insDoc(second4, gLnk("R", "with Statements", "ch22s04s02.html"))
third2.xID = "ch22s04s02"
second5 = insDoc(first24, gLnk("R", "Microsoft Automation Interfaces and the Object Model", "ch22s05.html"))
second5.xID = "ch22s05"
second6 = insDoc(first24, gLnk("R", "OLE Automation Controller within JavaScript (JOOLE)", "ch22s06.html"))
second6.xID = "ch22s06"
second7 = insDoc(first24, gLnk("R", "Exporting Scripts to Text Files", "ch22s07.html"))
second7.xID = "ch22s07"
first25 = insFld(foldersTree, gFld("Objects", "ch23.html"))
first25.xID = "ch23"
second1 = insDoc(first25, gLnk("R", "ActiveDocument (Object)", "ActiveDocument_ob.html"))
second1.xID = "ActiveDocument_ob"
second2 = insDoc(first25, gLnk("R", "ActiveSection (Object)", "ActiveSection_ob.html"))
second2.xID = "ActiveSection_ob"
second3 = insDoc(first25, gLnk("R", "AggregateLimits (Collection)", "AggregateLimits_col.html"))
second3.xID = "AggregateLimits_col"
second4 = insDoc(first25, gLnk("R", "AliasTable (Object)", "AliasTableName_ob.html"))
second4.xID = "AliasTableName_ob"
second5 = insDoc(first25, gLnk("R", "AliasTable (Collection)", "AliasTableName_col.html"))
second5.xID = "AliasTableName_col"
second6 = insDoc(first25, gLnk("R", "AppendQueries (Collection)", "AppendQueries_col.html"))
second6.xID = "AppendQueries_col"
second7 = insDoc(first25, gLnk("R", "Application (Object)", "Application_ob.html"))
second7.xID = "Application_ob"
second8 = insDoc(first25, gLnk("R", "AreaChart (Object)", "AreaChart_ob.html"))
second8.xID = "AreaChart_ob"
second9 = insDoc(first25, gLnk("R", "AvailableValues (Collection)", "AvailableValues_col.html"))
second9.xID = "AvailableValues_col"
second10 = insDoc(first25, gLnk("R", "AxisItems (Collection)", "AxisItems_col.html"))
second10.xID = "AxisItems_col"
second11 = insDoc(first25, gLnk("R", "AxisLabels (Collection)", "AxisLabels_col.html"))
second11.xID = "AxisLabels_col"
second12 = insDoc(first25, gLnk("R", "BarChart (Object)", "BarChart_ob.html"))
second12.xID = "BarChart_ob"
second13 = insDoc(first25, gLnk("R", "BarLineChart (Object)", "BarLineChart_ob.html"))
second13.xID = "BarLineChart_ob"
second14 = insDoc(first25, gLnk("R", "Body (Object)", "Body_ob.html"))
second14.xID = "Body_ob"
second15 = insDoc(first25, gLnk("R", "bqoEvent (Object)", "bqoEvent_ob.html"))
second15.xID = "bqoEvent_ob"
second16 = insDoc(first25, gLnk("R", "BubbleChart (Object)", "BubbleChart_ob.html"))
second16.xID = "BubbleChart_ob"
second17 = insDoc(first25, gLnk("R", "Chart (Object)", "Chartem_ob.html"))
second17.xID = "Chartem_ob"
second18 = insDoc(first25, gLnk("R", "ChartSection (Object)", "ChartSection_ob.html"))
second18.xID = "ChartSection_ob"
second19 = insDoc(first25, gLnk("R", "Column (Object)", "Column_ob.html"))
second19.xID = "Column_ob"
second20 = insDoc(first25, gLnk("R", "Columns (Collection)", "Columns_col.html"))
second20.xID = "Columns_col"
second21 = insDoc(first25, gLnk("R", "Connection (Object)", "Connection_ob.html"))
second21.xID = "Connection_ob"
second22 = insDoc(first25, gLnk("R", "Console (Object)", "Console_ob.html"))
second22.xID = "Console_ob"
second23 = insDoc(first25, gLnk("R", "Control (Object)", "Control_ob.html"))
second23.xID = "Control_ob"
second24 = insDoc(first25, gLnk("R", "Controls (Collection)", "Controls_col.html"))
second24.xID = "Controls_col"
second25 = insDoc(first25, gLnk("R", "ControlsCheckBox (Object)", "ControlsCheckBox_ob.html"))
second25.xID = "ControlsCheckBox_ob"
second26 = insDoc(first25, gLnk("R", "ControlsCommandButton (Object)", "ControlsCommandButton_ob.html"))
second26.xID = "ControlsCommandButton_ob"
second27 = insDoc(first25, gLnk("R", "ControlsDropDown (Object)", "ControlsDropDown_ob.html"))
second27.xID = "ControlsDropDown_ob"
second28 = insDoc(first25, gLnk("R", "ControlsListBox (Object)", "ControlsListBox_ob.html"))
second28.xID = "ControlsListBox_ob"
second29 = insDoc(first25, gLnk("R", "ControlsRadioButton (Object)", "ControlsRadioButton_ob.html"))
second29.xID = "ControlsRadioButton_ob"
second30 = insDoc(first25, gLnk("R", "ControlsTextBox (Object)", "ControlsTextBox_ob.html"))
second30.xID = "ControlsTextBox_ob"
second31 = insDoc(first25, gLnk("R", "Cookies (Object)", "Cookies_col.html"))
second31.xID = "Cookies_col"
second32 = insDoc(first25, gLnk("R", "CornerLabels (Object)", "CornerLabels_ob.html"))
second32.xID = "CornerLabels_ob"
second33 = insDoc(first25, gLnk("R", "CreatedDate (Object)", "CreatedDate_ob.html"))
second33.xID = "CreatedDate_ob"
second34 = insDoc(first25, gLnk("R", "CustomValues (Collection)", "CustomValues_col.html"))
second34.xID = "CustomValues_col"
second35 = insDoc(first25, gLnk("R", "DashboardSection (Object)", "ch23s35.html"))
second35.xID = "ch23s35"
second36 = insDoc(first25, gLnk("R", "DataLabels (Object)", "DataLabels_ob.html"))
second36.xID = "DataLabels_ob"
second37 = insDoc(first25, gLnk("R", "DataModelSection (Object)", "DataModelSection_ob.html"))
second37.xID = "DataModelSection_ob"
second38 = insDoc(first25, gLnk("R", "Date Field (Object)", "DateField_ob.html"))
second38.xID = "DateField_ob"
second39 = insDoc(first25, gLnk("R", "DateNow Field (Object)", "DateNowField_ob.html"))
second39.xID = "DateNowField_ob"
second40 = insDoc(first25, gLnk("R", "DateTime Field (Object)", "DateTimeField_ob.html"))
second40.xID = "DateTimeField_ob"
second41 = insDoc(first25, gLnk("R", "DateTimeNow Field (Object)", "DateTimeNowField_ob.html"))
second41.xID = "DateTimeNowField_ob"
second42 = insDoc(first25, gLnk("R", "DBSpecific (Object)", "DBSpecific_ob.html"))
second42.xID = "DBSpecific_ob"
second43 = insDoc(first25, gLnk("R", "DefinedJoinPaths (Collection)", "DefinedJoinPaths_col.html"))
second43.xID = "DefinedJoinPaths_col"
second44 = insDoc(first25, gLnk("R", "DefinedJoinPath (Object)", "DefinedJoinPath_ob.html"))
second44.xID = "DefinedJoinPath_ob"
second45 = insDoc(first25, gLnk("R", "DerivableQuery (Object)", "DerivableQuery_ob.html"))
second45.xID = "DerivableQuery_ob"
second46 = insDoc(first25, gLnk("R", "DerivableQueries (Collection)", "DerivableQueries_col.html"))
second46.xID = "DerivableQueries_col"
second47 = insDoc(first25, gLnk("R", "DerivedItem (Object)", "DerivedItem_ob.html"))
second47.xID = "DerivedItem_ob"
second48 = insDoc(first25, gLnk("R", "DerivedItems (Collection)", "DerivedItems_col.html"))
second48.xID = "DerivedItems_col"
second49 = insDoc(first25, gLnk("R", "DerivedTable (Object)", "DerivedTable_ob.html"))
second49.xID = "DerivedTable_ob"
second50 = insDoc(first25, gLnk("R", "DerivedTables (Collection)", "DerivedTables_col.html"))
second50.xID = "DerivedTables_col"
second51 = insDoc(first25, gLnk("R", "DesktopClient (Object)", "DesktopClient_ob.html"))
second51.xID = "DesktopClient_ob"
second52 = insDoc(first25, gLnk("R", "Dimension (Object)", "Dimension_ob.html"))
second52.xID = "Dimension_ob"
second53 = insDoc(first25, gLnk("R", "Dimensions (Collection)", "Dimensions_col.html"))
second53.xID = "Dimensions_col"
second54 = insDoc(first25, gLnk("R", "DMCatalog (Object)", "DMCatalog_ob.html"))
second54.xID = "DMCatalog_ob"
second55 = insDoc(first25, gLnk("R", "DMCatalogItem (Object)", "DMCatalogItem_ob.html"))
second55.xID = "DMCatalogItem_ob"
second56 = insDoc(first25, gLnk("R", "DMCatalogItems (Collection)", "DMCatalogItems_col.html"))
second56.xID = "DMCatalogItems_col"
second57 = insDoc(first25, gLnk("R", "Document (Object)", "Document_ob.html"))
second57.xID = "Document_ob"
second58 = insDoc(first25, gLnk("R", "Documents (Collection)", "Documents_col.html"))
second58.xID = "Documents_col"
second59 = insDoc(first25, gLnk("R", "EmbeddedBrowser (Object)", "EmbeddedBrowser_ob.html"))
second59.xID = "EmbeddedBrowser_ob"
second60 = insDoc(first25, gLnk("R", "Events (Collection)", "Events_ob.html"))
second60.xID = "Events_ob"
second61 = insDoc(first25, gLnk("R", "EventScript (Object)", "EventScript_ob.html"))
second61.xID = "EventScript_ob"
second62 = insDoc(first25, gLnk("R", "EventScripts (Collection)", "EventScripts_col.html"))
second62.xID = "EventScripts_col"
second63 = insDoc(first25, gLnk("R", "Facts (Collection)", "Facts_col.html"))
second63.xID = "Facts_col"
second64 = insDoc(first25, gLnk("R", "Facts (Object)", "Facts_ob.html"))
second64.xID = "Facts_ob"
second65 = insDoc(first25, gLnk("R", "Field (Object)", "Field_ob.html"))
second65.xID = "Field_ob"
second66 = insDoc(first25, gLnk("R", "Fields (Collection)", "Fields_col.html"))
second66.xID = "Fields_col"
second67 = insDoc(first25, gLnk("R", "FillFormat (Object)", "FillFormat_ob.html"))
second67.xID = "FillFormat_ob"
second68 = insDoc(first25, gLnk("R", "Font (Object)", "Font_ob.html"))
second68.xID = "Font_ob"
second69 = insDoc(first25, gLnk("R", "Footer (Object)", "Footer_ob.html"))
second69.xID = "Footer_ob"
second70 = insDoc(first25, gLnk("R", "Form (Object)", "Form_col.html"))
second70.xID = "Form_col"
second71 = insDoc(first25, gLnk("R", "Formatting (Object)", "Formatting_ob.html"))
second71.xID = "Formatting_ob"
second72 = insDoc(first25, gLnk("R", "Group (Object)", "Group_ob.html"))
second72.xID = "Group_ob"
second73 = insDoc(first25, gLnk("R", "Groups (Collection)", "Groups_col.html"))
second73.xID = "Groups_col"
second74 = insDoc(first25, gLnk("R", "GroupItem (Object)", "GroupItem_ob.html"))
second74.xID = "GroupItem_ob"
second75 = insDoc(first25, gLnk("R", "GroupItems (Collection)", "GroupItems_col.html"))
second75.xID = "GroupItems_col"
second76 = insDoc(first25, gLnk("R", "Header (Object)", "Header_ob.html"))
second76.xID = "Header_ob"
second77 = insDoc(first25, gLnk("R", "HyperLink (Object)", "HyperLink_ob.html"))
second77.xID = "HyperLink_ob"
second78 = insDoc(first25, gLnk("R", "Item (Object)", "Item_ob.html"))
second78.xID = "Item_ob"
second79 = insDoc(first25, gLnk("R", "Items (Collection)", "Items_col.html"))
second79.xID = "Items_col"
second80 = insDoc(first25, gLnk("R", "Join (Object)", "Join_ob.html"))
second80.xID = "Join_ob"
second81 = insDoc(first25, gLnk("R", "JoinPath (Object)", "JoinPath_ob.html"))
second81.xID = "JoinPath_ob"
second82 = insDoc(first25, gLnk("R", "Joins (Collection)", "Joins_col.html"))
second82.xID = "Joins_col"
second83 = insDoc(first25, gLnk("R", "JoinOptions (Collection)", "JoinsOptions_col.html"))
second83.xID = "JoinsOptions_col"
second84 = insDoc(first25, gLnk("R", "LabelsAxis (Object)", "LabelsAxis_ob.html"))
second84.xID = "LabelsAxis_ob"
second85 = insDoc(first25, gLnk("R", "LabelValues (Object)", "LabelValues_ob.html"))
second85.xID = "LabelValues_ob"
second86 = insDoc(first25, gLnk("R", "LastPrinted (Object)", "LastPrinted_ob.html"))
second86.xID = "LastPrinted_ob"
second87 = insDoc(first25, gLnk("R", "LastPrinted (Object)", "LastPrinted_ob.html"))
second87.xID = "LastPrinted_ob"
second88 = insDoc(first25, gLnk("R", "LastPrinted Field (Object)", "LastPrintedField_ob.html"))
second88.xID = "LastPrintedField_ob"
second89 = insDoc(first25, gLnk("R", "LastSaved (Object)", "LastSaved_ob.html"))
second89.xID = "LastSaved_ob"
second90 = insDoc(first25, gLnk("R", "LastSaved Field (Object)", "LastSavedField_ob.html"))
second90.xID = "LastSavedField_ob"
second91 = insDoc(first25, gLnk("R", "LeftAxis (Object)", "LeftAxis_ob.html"))
second91.xID = "LeftAxis_ob"
second92 = insDoc(first25, gLnk("R", "Legend (Object)", "Legend_ob.html"))
second92.xID = "Legend_ob"
second93 = insDoc(first25, gLnk("R", "Legend (Collection)", "Legend_col.html"))
second93.xID = "Legend_col"
second94 = insDoc(first25, gLnk("R", "Limits (Collection)", "Limits_col.html"))
second94.xID = "Limits_col"
second95 = insDoc(first25, gLnk("R", "Limit (Object)", "Limit_ob.html"))
second95.xID = "Limit_ob"
second96 = insDoc(first25, gLnk("R", "Limits (Collection)", "Limits_col.html"))
second96.xID = "Limits_col"
second97 = insDoc(first25, gLnk("R", "LimitValues (Collection)", "LimitValues_col.html"))
second97.xID = "LimitValues_col"
second98 = insDoc(first25, gLnk("R", "LineChart (Object)", "LineChart_ob.html"))
second98.xID = "LineChart_ob"
second99 = insDoc(first25, gLnk("R", "LineFormat (Object)", "LineFormat_ob.html"))
second99.xID = "LineFormat_ob"
second100 = insDoc(first25, gLnk("R", "LocalJoins (Collection)", "LocalJoins_col.html"))
second100.xID = "LocalJoins_col"
second101 = insDoc(first25, gLnk("R", "LocalResults (Collection)", "LocalResults_col.html"))
second101.xID = "LocalResults_col"
second102 = insDoc(first25, gLnk("R", "LocalResultsTopicItems (Collection)", "LocalResultsTopicItems_col.html"))
second102.xID = "LocalResultsTopicItems_col"
second103 = insDoc(first25, gLnk("R", "MetaDataConnection (Object)", "MetaDataConnection_ob.html"))
second103.xID = "MetaDataConnection_ob"
second104 = insDoc(first25, gLnk("R", "ModifiedDate (Object)", "ModifiedDate_ob.html"))
second104.xID = "ModifiedDate_ob"
second105 = insDoc(first25, gLnk("R", "Navigation (Object)", "Navigation_ob.html"))
second105.xID = "Navigation_ob"
second106 = insDoc(first25, gLnk("R", "OLAPCatalog (Object)", "OLAPCatalog_ob.html"))
second106.xID = "OLAPCatalog_ob"
second107 = insDoc(first25, gLnk("R", "OLAPCatalogNew (Object)", "OLAPCatalogNew_ob.html"))
second107.xID = "OLAPCatalogNew_ob"
second108 = insDoc(first25, gLnk("R", "OLAPConnection (Object)", "OLAPConnection_ob.html"))
second108.xID = "OLAPConnection_ob"
second109 = insDoc(first25, gLnk("R", "OLAPDimensionNew (Collection)", "OLAPDimensionNew_col.html"))
second109.xID = "OLAPDimensionNew_col"
second110 = insDoc(first25, gLnk("R", "OLAPDimensions (Object)", "OLAPDimensions_ob.html"))
second110.xID = "OLAPDimensions_ob"
second111 = insDoc(first25, gLnk("R", "OLAPFilter (Object)", "OLAPFilter_ob.html"))
second111.xID = "OLAPFilter_ob"
second112 = insDoc(first25, gLnk("R", "OLAPFilters (Collection)", "OLAPFilters_col.html"))
second112.xID = "OLAPFilters_col"
second113 = insDoc(first25, gLnk("R", "OLAPLabel (Object)", "OLAPLabel_ob.html"))
second113.xID = "OLAPLabel_ob"
second114 = insDoc(first25, gLnk("R", "OLAPLabels (Collection)", "OLAPLabels_col.html"))
second114.xID = "OLAPLabels_col"
second115 = insDoc(first25, gLnk("R", "OLAPLevelOrHierarchy (Collection)", "OLAPLevelOrHierarchy_col.html"))
second115.xID = "OLAPLevelOrHierarchy_col"
second116 = insDoc(first25, gLnk("R", "OLAPLevelOrHierarchy (Object)", "OLAPLevelOrHierarchy_ob.html"))
second116.xID = "OLAPLevelOrHierarchy_ob"
second117 = insDoc(first25, gLnk("R", "OLAPLevelOrHierarchyNew (Collection)", "OLAPLevelOrHierarchyNew_col.html"))
second117.xID = "OLAPLevelOrHierarchyNew_col"
second118 = insDoc(first25, gLnk("R", "OLAPMeasure (Object)", "OLAPMeasure_ob.html"))
second118.xID = "OLAPMeasure_ob"
second119 = insDoc(first25, gLnk("R", "OLAPMeasures (Collection)", "OLAPMeasures_col.html"))
second119.xID = "OLAPMeasures_col"
second120 = insDoc(first25, gLnk("R", "OLAPMemberSelectors (Collection)", "OLAPMemberSelectors_col.html"))
second120.xID = "OLAPMemberSelectors_col"
second121 = insDoc(first25, gLnk("R", "OLAPMemberSelector (Object)", "OLAPMemberSelector_ob.html"))
second121.xID = "OLAPMemberSelector_ob"
second122 = insDoc(first25, gLnk("R", "OLAPQuerySection (Object)", "OLAPQuerySection_ob.html"))
second122.xID = "OLAPQuerySection_ob"
second123 = insDoc(first25, gLnk("R", "OLAPResults (Object)", "OLAPResults_ob.html"))
second123.xID = "OLAPResults_ob"
second124 = insDoc(first25, gLnk("R", "OLAPSlicer (Object)", "OLAPSlicer_ob.html"))
second124.xID = "OLAPSlicer_ob"
second125 = insDoc(first25, gLnk("R", "OLAPSlicers (Collection)", "OLAPSlicers_col.html"))
second125.xID = "OLAPSlicers_col"
second126 = insDoc(first25, gLnk("R", "OLAPValues (Object)", "OLAPValues_ob.html"))
second126.xID = "OLAPValues_ob"
second127 = insDoc(first25, gLnk("R", "OLAPValues (Collection)", "OLAPValues_col.html"))
second127.xID = "OLAPValues_col"
second128 = insDoc(first25, gLnk("R", "PageCount Field (Object)", "PageCountField_ob.html"))
second128.xID = "PageCountField_ob"
second129 = insDoc(first25, gLnk("R", "PageFooter (Object)", "PageFooter_ob.html"))
second129.xID = "PageFooter_ob"
second130 = insDoc(first25, gLnk("R", "PageHeader (Object)", "PageHeader_ob.html"))
second130.xID = "PageHeader_ob"
second131 = insDoc(first25, gLnk("R", "PageNm Field (Object)", "PageNm_ob.html"))
second131.xID = "PageNm_ob"
second132 = insDoc(first25, gLnk("R", "PageXofY Field (Object)", "PageXofYField_ob.html"))
second132.xID = "PageXofYField_ob"
second133 = insDoc(first25, gLnk("R", "Paging (Object)", "Paging_ob.html"))
second133.xID = "Paging_ob"
second134 = insDoc(first25, gLnk("R", "Parentheses (Collections)", "Parentheses_col.html"))
second134.xID = "Parentheses_col"
second135 = insDoc(first25, gLnk("R", "Parentheses (Object)", "Parentheses_ob.html"))
second135.xID = "Parentheses_ob"
second136 = insDoc(first25, gLnk("R", "Path Field (Object)", "PathField_ob.html"))
second136.xID = "PathField_ob"
second137 = insDoc(first25, gLnk("R", "PieChart (Object)", "PieChart_ob.html"))
second137.xID = "PieChart_ob"
second138 = insDoc(first25, gLnk("R", "Pivot (Object)", "ch23s138.html"))
second138.xID = "ch23s138"
second139 = insDoc(first25, gLnk("R", "PivotFact (Object)", "PivotFact_ob.html"))
second139.xID = "PivotFact_ob"
second140 = insDoc(first25, gLnk("R", "PivotFacts (Collection)", "PivotFacts_col.html"))
second140.xID = "PivotFacts_col"
second141 = insDoc(first25, gLnk("R", "PivotLabel (Object)", "PivotLabel_ob.html"))
second141.xID = "PivotLabel_ob"
second142 = insDoc(first25, gLnk("R", "PivotLabels (Collection)", "PivotLabels_col.html"))
second142.xID = "PivotLabels_col"
second143 = insDoc(first25, gLnk("R", "PivotLabelTotal (Object)", "PivotLabelTotal_ob.html"))
second143.xID = "PivotLabelTotal_ob"
second144 = insDoc(first25, gLnk("R", "PivotLabelTotals (Collection)", "PivotLabelTotals_col.html"))
second144.xID = "PivotLabelTotals_col"
second145 = insDoc(first25, gLnk("R", "PivotSection (Object)", "PivotSection_ob.html"))
second145.xID = "PivotSection_ob"
second146 = insDoc(first25, gLnk("R", "PlugInClient (Object)", "PlugInClient_ob.html"))
second146.xID = "PlugInClient_ob"
second147 = insDoc(first25, gLnk("R", "QueryOptions (Object)", "QueryOptions_ob.html"))
second147.xID = "QueryOptions_ob"
second148 = insDoc(first25, gLnk("R", "QueryLabel (Collection)", "QueryLabel_col.html"))
second148.xID = "QueryLabel_col"
second149 = insDoc(first25, gLnk("R", "QueryLabel (Object)", "QueryLabel_ob.html"))
second149.xID = "QueryLabel_ob"
second150 = insDoc(first25, gLnk("R", "QuerySection (Object)", "QuerySection_ob.html"))
second150.xID = "QuerySection_ob"
second151 = insDoc(first25, gLnk("R", "Query Limit (Object)", "QueryLimit_ob.html"))
second151.xID = "QueryLimit_ob"
second152 = insDoc(first25, gLnk("R", "Query SQL (Object)", "QuerySQL_ob.html"))
second152.xID = "QuerySQL_ob"
second153 = insDoc(first25, gLnk("R", "RecentFiles (Collection)", "RecentFiles_ob.html"))
second153.xID = "RecentFiles_ob"
second154 = insDoc(first25, gLnk("R", "ReportCharts (Collection)", "ReportCharts_col.html"))
second154.xID = "ReportCharts_col"
second155 = insDoc(first25, gLnk("R", "ReportChart (Object)", "ReportChart_ob.html"))
second155.xID = "ReportChart_ob"
second156 = insDoc(first25, gLnk("R", "ReportFooter (Object)", "ReportFooter_ob.html"))
second156.xID = "ReportFooter_ob"
second157 = insDoc(first25, gLnk("R", "ReportGroup (Object)", "ReportGroup_ob.html"))
second157.xID = "ReportGroup_ob"
second158 = insDoc(first25, gLnk("R", "ReportHeader (Object)", "ReportHeader_ob.html"))
second158.xID = "ReportHeader_ob"
second159 = insDoc(first25, gLnk("R", "ReportName Field (Object)", "ReportNameField_ob.html"))
second159.xID = "ReportNameField_ob"
second160 = insDoc(first25, gLnk("R", "ReportPivot (Object)", "ReportPivot_ob.html"))
second160.xID = "ReportPivot_ob"
second161 = insDoc(first25, gLnk("R", "ReportPivots (Collection)", "ReportPivots_col.html"))
second161.xID = "ReportPivots_col"
second162 = insDoc(first25, gLnk("R", "ReportSection (Object)", "ReportSection_ob.html"))
second162.xID = "ReportSection_ob"
second163 = insDoc(first25, gLnk("R", "ReportTable (Object)", "ReportTable_ob.html"))
second163.xID = "ReportTable_ob"
second164 = insDoc(first25, gLnk("R", "ReportTables (Collection)", "ReportTables_col.html"))
second164.xID = "ReportTables_col"
second165 = insDoc(first25, gLnk("R", "Request (Object)", "Request_ob.html"))
second165.xID = "Request_ob"
second166 = insDoc(first25, gLnk("R", "Requests (Collection)", "Requests_col.html"))
second166.xID = "Requests_col"
second167 = insDoc(first25, gLnk("R", "Result Limit (Object)", "ResultLimit_ob.html"))
second167.xID = "ResultLimit_ob"
second168 = insDoc(first25, gLnk("R", "Results (Collection)", "Results_col.html"))
second168.xID = "Results_col"
second169 = insDoc(first25, gLnk("R", "Results (Object)", "Results_ob.html"))
second169.xID = "Results_ob"
second170 = insDoc(first25, gLnk("R", "RightAxis (Object)", "RightAxis_ob.html"))
second170.xID = "RightAxis_ob"
second171 = insDoc(first25, gLnk("R", "ScatterChart (Object)", "ScatterChart_ob.html"))
second171.xID = "ScatterChart_ob"
second172 = insDoc(first25, gLnk("R", "Scheduler (Object)", "Scheduler_ob.html"))
second172.xID = "Scheduler_ob"
second173 = insDoc(first25, gLnk("R", "Section (Object)", "Section_ob.html"))
second173.xID = "Section_ob"
second174 = insDoc(first25, gLnk("R", "Sections (Object)", "Sections_ob.html"))
second174.xID = "Sections_ob"
second175 = insDoc(first25, gLnk("R", "Sections (Collection)", "Sections_col.html"))
second175.xID = "Sections_col"
second176 = insDoc(first25, gLnk("R", "SelectedList (Collection)", "SelectedList_col.html"))
second176.xID = "SelectedList_col"
second177 = insDoc(first25, gLnk("R", "SelectedList (Object)", "SelectedList_ob.html"))
second177.xID = "SelectedList_ob"
second178 = insDoc(first25, gLnk("R", "SelectedValues (Collection)", "SelectedValues_col.html"))
second178.xID = "SelectedValues_col"
second179 = insDoc(first25, gLnk("R", "Session (Object)", "Session_ob.html"))
second179.xID = "Session_ob"
second180 = insDoc(first25, gLnk("R", "Shape (Object)", "Shape_ob.html"))
second180.xID = "Shape_ob"
second181 = insDoc(first25, gLnk("R", "Shapes (Collection)", "Shapes_col.html"))
second181.xID = "Shapes_col"
second182 = insDoc(first25, gLnk("R", "SharedLibrary (Object)", "SharedLibrary_ob.html"))
second182.xID = "SharedLibrary_ob"
second183 = insDoc(first25, gLnk("R", "SideLabels (Collection)", "ch23s183.html"))
second183.xID = "ch23s183"
second184 = insDoc(first25, gLnk("R", "SideLabelValues (Array)", "SideLabelValues_ob.html"))
second184.xID = "SideLabelValues_ob"
second185 = insDoc(first25, gLnk("R", "SmartViewClient (Object)", "SmartViewClient_ob.html"))
second185.xID = "SmartViewClient_ob"
second186 = insDoc(first25, gLnk("R", "SortItems (Collection)", "SortItems_col.html"))
second186.xID = "SortItems_col"
second187 = insDoc(first25, gLnk("R", "SortItems (Object)", "SortItems_ob.html"))
second187.xID = "SortItems_ob"
second188 = insDoc(first25, gLnk("R", "Standard (Object)", "Standard_ob.html"))
second188.xID = "Standard_ob"
second189 = insDoc(first25, gLnk("R", "TableFact (Object)", "TableFact_ob.html"))
second189.xID = "TableFact_ob"
second190 = insDoc(first25, gLnk("R", "TableFacts (Collection)", "TableFacts_col.html"))
second190.xID = "TableFacts_col"
second191 = insDoc(first25, gLnk("R", "Table (Object)", "Tableem_ob.html"))
second191.xID = "Tableem_ob"
second192 = insDoc(first25, gLnk("R", "TableSection (Object)", "TableSection_ob.html"))
second192.xID = "TableSection_ob"
second193 = insDoc(first25, gLnk("R", "ThinClient (Object)", "ThinClient_ob.html"))
second193.xID = "ThinClient_ob"
second194 = insDoc(first25, gLnk("R", "Time Field (Object)", "TimeField_ob.html"))
second194.xID = "TimeField_ob"
second195 = insDoc(first25, gLnk("R", "TimeNow Field (Object)", "TimeNowField_ob.html"))
second195.xID = "TimeNowField_ob"
second196 = insDoc(first25, gLnk("R", "Toolbar (Object)", "Toolbar_ob.html"))
second196.xID = "Toolbar_ob"
second197 = insDoc(first25, gLnk("R", "Toolbars (Collection)", "Toolbars_col.html"))
second197.xID = "Toolbars_col"
second198 = insDoc(first25, gLnk("R", "TopLabels (Collection)", "ch23s198.html"))
second198.xID = "ch23s198"
second199 = insDoc(first25, gLnk("R", "TopLabelValues (Array)", "TopLabelValues_ob.html"))
second199.xID = "TopLabelValues_ob"
second200 = insDoc(first25, gLnk("R", "Topic (Object)", "Topic_ob.html"))
second200.xID = "Topic_ob"
second201 = insDoc(first25, gLnk("R", "TopicItem (Object)", "TopicItem_ob.html"))
second201.xID = "TopicItem_ob"
second202 = insDoc(first25, gLnk("R", "TopicItems (Collection)", "TopicItems_col.html"))
second202.xID = "TopicItems_col"
second203 = insDoc(first25, gLnk("R", "Topics (Collection)", "Topics_col.html"))
second203.xID = "Topics_col"
second204 = insDoc(first25, gLnk("R", "URL (Object)", "URL_col.html"))
second204.xID = "URL_col"
second205 = insDoc(first25, gLnk("R", "UserValues (Collection)", "UserValues_col.html"))
second205.xID = "UserValues_col"
second206 = insDoc(first25, gLnk("R", "ValuesAxis (Object)", "ValuesAxis_ob.html"))
second206.xID = "ValuesAxis_ob"
second207 = insDoc(first25, gLnk("R", "WebClientDocument (Object)", "WebClientDocument_ob.html"))
second207.xID = "WebClientDocument_ob"
second208 = insDoc(first25, gLnk("R", "XAxisLabel (Object)", "XAxisLabel_ob.html"))
second208.xID = "XAxisLabel_ob"
second209 = insDoc(first25, gLnk("R", "XCategories (Collection)", "XCategories_col.html"))
second209.xID = "XCategories_col"
second210 = insDoc(first25, gLnk("R", "XCategory (Object)", "XCategory_ob.html"))
second210.xID = "XCategory_ob"
second211 = insDoc(first25, gLnk("R", "XFacts (Collection)", "XFacts_col.html"))
second211.xID = "XFacts_col"
second212 = insDoc(first25, gLnk("R", "XFact (Object)", "XFact_ob.html"))
second212.xID = "XFact_ob"
second213 = insDoc(first25, gLnk("R", "XLabels (Object)", "XLabels_ob.html"))
second213.xID = "XLabels_ob"
second214 = insDoc(first25, gLnk("R", "YFacts (Collection)", "YFacts_col.html"))
second214.xID = "YFacts_col"
second215 = insDoc(first25, gLnk("R", "YFact (Object)", "YFact_ob.html"))
second215.xID = "YFact_ob"
second216 = insDoc(first25, gLnk("R", "YLabels (Object)", "YLabels_ob.html"))
second216.xID = "YLabels_ob"
second217 = insDoc(first25, gLnk("R", "ZAxisLabel (Object)", "ZAxisLabel_ob.html"))
second217.xID = "ZAxisLabel_ob"
second218 = insDoc(first25, gLnk("R", "ZCategories (Collection)", "ZCategories_col.html"))
second218.xID = "ZCategories_col"
second219 = insDoc(first25, gLnk("R", "ZCategory (Object)", "ZCategory_ob.html"))
second219.xID = "ZCategory_ob"
second220 = insDoc(first25, gLnk("R", "ZFacts (Collection)", "ZFacts_col.html"))
second220.xID = "ZFacts_col"
second221 = insDoc(first25, gLnk("R", "ZFact (Object)", "ZFact_ob.html"))
second221.xID = "ZFact_ob"
second222 = insDoc(first25, gLnk("R", "ZLabels (Object)", "ZLabels_ob.html"))
second222.xID = "ZLabels_ob"
second223 = insFld(first25, gFld("Adding and Maintaining the UserValue Object", "ch23s223.html"))
second223.xID = "ch23s223"
third1 = insDoc(second223, gLnk("R", "Adding a UserValue object", "ch23s223s01.html"))
third1.xID = "ch23s223s01"
third2 = insDoc(second223, gLnk("R", "Retrieving a UserValue object", "ch23s223s02.html"))
third2.xID = "ch23s223s02"
third3 = insDoc(second223, gLnk("R", "Removing a UserValue object", "ch23s223s03.html"))
third3.xID = "ch23s223s03"
first26 = insFld(foldersTree, gFld("Methods", "AutoArrangeLabel_meth.html"))
first26.xID = "AutoArrangeLabel_meth"
second1 = insDoc(first26, gLnk("R", "Activate (Method)", "Activate_meth.html"))
second1.xID = "Activate_meth"
second2 = insDoc(first26, gLnk("R", "Add (Method)", "Add_meth.html"))
second2.xID = "Add_meth"
second3 = insDoc(first26, gLnk("R", "AddAll (Method)", "AddAll_meth.html"))
second3.xID = "AddAll_meth"
second4 = insDoc(first26, gLnk("R", "AddAllTopics (Method)", "AddAllTopics_meth.html"))
second4.xID = "AddAllTopics_meth"
second5 = insDoc(first26, gLnk("R", "AddComputed (Method)", "AddComputed_meth.html"))
second5.xID = "AddComputed_meth"
second6 = insDoc(first26, gLnk("R", "AddComputedItem (Method)", "AddComputedItem_meth.html"))
second6.xID = "AddComputedItem_meth"
second7 = insDoc(first26, gLnk("R", "AddDrillThroughValue (Method)", "AddDrillThroughValue_meth.html"))
second7.xID = "AddDrillThroughValue_meth"
second8 = insDoc(first26, gLnk("R", "AddExportSection (Method)", "ch24s08.html"))
second8.xID = "ch24s08"
second9 = insDoc(first26, gLnk("R", "AddFilter (Method)", "AddFilter_meth.html"))
second9.xID = "AddFilter_meth"
second10 = insDoc(first26, gLnk("R", "AddFilterValue (Method)", "AddFilterValue_meth.html"))
second10.xID = "AddFilterValue_meth"
second11 = insDoc(first26, gLnk("R", "AddTopic (Method)", "AddTopic_meth.html"))
second11.xID = "AddTopic_meth"
second12 = insDoc(first26, gLnk("R", "AddTotal (Method)", "AddTotal_meth.html"))
second12.xID = "AddTotal_meth"
second13 = insDoc(first26, gLnk("R", "AddTotals (Method)", "AddTotals_meth.html"))
second13.xID = "AddTotals_meth"
second14 = insDoc(first26, gLnk("R", "Alert (Method)", "Alert_meth.html"))
second14.xID = "Alert_meth"
second15 = insDoc(first26, gLnk("R", "AliasTable (Method)", "AliasTable_meth.html"))
second15.xID = "AliasTable_meth"
second16 = insDoc(first26, gLnk("R", "AuditSQL (Method)", "AuditSQL_meth.html"))
second16.xID = "AuditSQL_meth"
second17 = insDoc(first26, gLnk("R", "AutoArrangeLabel (Method)", "ch24s17.html"))
second17.xID = "ch24s17"
second18 = insDoc(first26, gLnk("R", "AutoSizeHeight (Method)", "AutoSizeHeight_meth.html"))
second18.xID = "AutoSizeHeight_meth"
second19 = insDoc(first26, gLnk("R", "AutoSizeWidth (Method)", "AutoSizeWidth_meth.html"))
second19.xID = "AutoSizeWidth_meth"
second20 = insDoc(first26, gLnk("R", "Call (Method)", "ch24s20.html"))
second20.xID = "ch24s20"
second21 = insDoc(first26, gLnk("R", "ChartThisPivot (Method)", "ChartThisPivot_meth.html"))
second21.xID = "ChartThisPivot_meth"
second22 = insDoc(first26, gLnk("R", "Close (Method)", "Close_meth.html"))
second22.xID = "Close_meth"
second23 = insDoc(first26, gLnk("R", "Connect (Method)", "Connect_meth.html"))
second23.xID = "Connect_meth"
second24 = insDoc(first26, gLnk("R", "Copy (Method)", "Copy_meth.html"))
second24.xID = "Copy_meth"
second25 = insDoc(first26, gLnk("R", "CreateConnection (Method)", "CreateConnection_meth.html"))
second25.xID = "CreateConnection_meth"
second26 = insDoc(first26, gLnk("R", "CreateDateGroup (Method)", "CreateDateGroup_meth.html"))
second26.xID = "CreateDateGroup_meth"
second27 = insDoc(first26, gLnk("R", "CreateLimit (Method)", "CreateLimit_meth.html"))
second27.xID = "CreateLimit_meth"
second28 = insDoc(first26, gLnk("R", "CreateShape (Method)", "CreateShape_meth.html"))
second28.xID = "CreateShape_meth"
second29 = insDoc(first26, gLnk("R", "CustomSQLFrom (Method)", "CustomSQLFrom_meth.html"))
second29.xID = "CustomSQLFrom_meth"
second30 = insDoc(first26, gLnk("R", "CustomSQLWhere (Method)", "CustomSQLWhere_meth.html"))
second30.xID = "CustomSQLWhere_meth"
second31 = insDoc(first26, gLnk("R", "Disconnect (Method)", "Disconnect_meth.html"))
second31.xID = "Disconnect_meth"
second32 = insDoc(first26, gLnk("R", "DoEvents (Method)", "DoEvents_meth.html"))
second32.xID = "DoEvents_meth"
second33 = insDoc(first26, gLnk("R", "DownloadToResults (Method)", "DownloadToResults_meth.html"))
second33.xID = "DownloadToResults_meth"
second34 = insDoc(first26, gLnk("R", "DownloadToResults (Method)", "DownloadToResults_meth.html"))
second34.xID = "DownloadToResults_meth"
second35 = insDoc(first26, gLnk("R", "DrillDown (Method)", "DrillDown_meth.html"))
second35.xID = "DrillDown_meth"
second36 = insDoc(first26, gLnk("R", "DrillThrough (Method)", "DrillThrough_meth.html"))
second36.xID = "DrillThrough_meth"
second37 = insDoc(first26, gLnk("R", "DrillUp (Method)", "DrillUp_meth.html"))
second37.xID = "DrillUp_meth"
second38 = insDoc(first26, gLnk("R", "Duplicate (Method)", "Duplicate_meth.html"))
second38.xID = "Duplicate_meth"
second39 = insDoc(first26, gLnk("R", "ExecuteBScript (Method)", "ExecuteBScript_meth.html"))
second39.xID = "ExecuteBScript_meth"
second40 = insDoc(first26, gLnk("R", "Export (Method)", "Export_meth.html"))
second40.xID = "Export_meth"
second41 = insDoc(first26, gLnk("R", "ExportToStream (Method)", "ExportToStream_meth.html"))
second41.xID = "ExportToStream_meth"
second42 = insDoc(first26, gLnk("R", "Find (Method)", "QueryLabelFindResults_meth.html"))
second42.xID = "QueryLabelFindResults_meth"
second43 = insDoc(first26, gLnk("R", "FindAndAdd (Method)", "FindAndAdd_meth.html"))
second43.xID = "FindAndAdd_meth"
second44 = insDoc(first26, gLnk("R", "FocusSelection (Method)", "FocusSelection_meth.html"))
second44.xID = "FocusSelection_meth"
second45 = insDoc(first26, gLnk("R", "GetCell (Method)", "GetCell_meth.html"))
second45.xID = "GetCell_meth"
second46 = insDoc(first26, gLnk("R", "Hide (Method)", "Hide_meth.html"))
second46.xID = "Hide_meth"
second47 = insDoc(first26, gLnk("R", "HideSelection (Method)", "HideSelection_meth.html"))
second47.xID = "HideSelection_meth"
second48 = insDoc(first26, gLnk("R", "ImportDataFile (Method)", "ImportDataFile_meth.html"))
second48.xID = "ImportDataFile_meth"
second49 = insDoc(first26, gLnk("R", "ImportSQLFile (Method)", "ImportSQLFile_meth.html"))
second49.xID = "ImportSQLFile_meth"
second50 = insDoc(first26, gLnk("R", "InterruptQueryProcess (Method)", "InterruptQueryProcess_meth.html"))
second50.xID = "InterruptQueryProcess_meth"
second51 = insDoc(first26, gLnk("R", "Item (Method)", "Item_meth.html"))
second51.xID = "Item_meth"
second52 = insDoc(first26, gLnk("R", "ItemIndex (Method)", "ItemIndex_meth.html"))
second52.xID = "ItemIndex_meth"
second53 = insDoc(first26, gLnk("R", "Layer (Method)", "Layer_meth.html"))
second53.xID = "Layer_meth"
second54 = insDoc(first26, gLnk("R", "LoadFromFile (Method)", "LoadFromFile_meth.html"))
second54.xID = "LoadFromFile_meth"
second55 = insDoc(first26, gLnk("R", "LoadSharedLibrary (Method)", "LoadSharedLibrary_meth.html"))
second55.xID = "LoadSharedLibrary_meth"
second56 = insDoc(first26, gLnk("R", "ModifyComputed (Method)", "ModifyComputed_meth.html"))
second56.xID = "ModifyComputed_meth"
second57 = insDoc(first26, gLnk("R", "ModifyRepositoryFileAnalyzer (Method)", "ModifyRepositoryFileAnalyzer_meth.html"))
second57.xID = "ModifyRepositoryFileAnalyzer_meth"
second58 = insDoc(first26, gLnk("R", "ModifyRepositoryFileOther (Method)", "ModifyRepositoryFileOther_meth.html"))
second58.xID = "ModifyRepositoryFileOther_meth"
second59 = insDoc(first26, gLnk("R", "ModifyRepositoryFileBQY (Method)", "ModifyRepositoryFileBQY_meth.html"))
second59.xID = "ModifyRepositoryFileBQY_meth"
second60 = insDoc(first26, gLnk("R", "ModifyRepositoryFileBQYJob (Method)", "ModifyRepositoryFileBQYJob_meth.html"))
second60.xID = "ModifyRepositoryFileBQYJob_meth"
second61 = insDoc(first26, gLnk("R", "ModifyRepositoryFileSQRJob (Method)", "ModifyRepositoryFileSQRJob_meth.html"))
second61.xID = "ModifyRepositoryFileSQRJob_meth"
second62 = insDoc(first26, gLnk("R", "ModifyRepositoryFileReports (Method)", "ModifyRepositoryFileReports_meth.html"))
second62.xID = "ModifyRepositoryFileReports_meth"
second63 = insDoc(first26, gLnk("R", "Move (Method)", "Move_meth.html"))
second63.xID = "Move_meth"
second64 = insDoc(first26, gLnk("R", "New (Method)", "New_meth.html"))
second64.xID = "New_meth"
second65 = insDoc(first26, gLnk("R", "OfficeHTMLFormulasEnabled (Property)", "OfficeHTMLFormulasEnabled_pro.html"))
second65.xID = "OfficeHTMLFormulasEnabled_pro"
second66 = insDoc(first26, gLnk("R", "OnActivate (Method)", "OnActivate_meth.html"))
second66.xID = "OnActivate_meth"
second67 = insDoc(first26, gLnk("R", "OnCellDoubleClick (Method)", "OnCellDoubleClick_meth.html"))
second67.xID = "OnCellDoubleClick_meth"
second68 = insDoc(first26, gLnk("R", "OnChange (Method)", "OnChange_meth.html"))
second68.xID = "OnChange_meth"
second69 = insDoc(first26, gLnk("R", "OnClick (Method)", "OnClick_meth.html"))
second69.xID = "OnClick_meth"
second70 = insDoc(first26, gLnk("R", "OnClientClick (Method)", "OnClientClick_meth.html"))
second70.xID = "OnClientClick_meth"
second71 = insDoc(first26, gLnk("R", "OnClientEnter (Method)", "OnClientEnter_meth.html"))
second71.xID = "OnClientEnter_meth"
second72 = insDoc(first26, gLnk("R", "OnClientExit (Method)", "OnClientExit_meth.html"))
second72.xID = "OnClientExit_meth"
second73 = insDoc(first26, gLnk("R", "OnDeactivate (Method)", "OnDeactivate_meth.html"))
second73.xID = "OnDeactivate_meth"
second74 = insDoc(first26, gLnk("R", "OnDoubleClick (Method)", "OnDoubleClick_meth.html"))
second74.xID = "OnDoubleClick_meth"
second75 = insDoc(first26, gLnk("R", "OnEnter (Method)", "OnEnter_meth.html"))
second75.xID = "OnEnter_meth"
second76 = insDoc(first26, gLnk("R", "OnExit (Method)", "OnExit_meth.html"))
second76.xID = "OnExit_meth"
second77 = insDoc(first26, gLnk("R", "OnPostProcess (Method)", "OnPostProcess_meth.html"))
second77.xID = "OnPostProcess_meth"
second78 = insDoc(first26, gLnk("R", "OnPreProcess (Method)", "OnPreProcess_meth.html"))
second78.xID = "OnPreProcess_meth"
second79 = insDoc(first26, gLnk("R", "OnRowDoubleClick (Method)", "OnRowDoubleClick_meth.html"))
second79.xID = "OnRowDoubleClick_meth"
second80 = insDoc(first26, gLnk("R", "OnSelection (Method)", "OnSelection_meth.html"))
second80.xID = "OnSelection_meth"
second81 = insDoc(first26, gLnk("R", "OnShutdown (Method)", "OnShutdown_meth.html"))
second81.xID = "OnShutdown_meth"
second82 = insDoc(first26, gLnk("R", "OnStartup (Method)", "OnStartup_meth.html"))
second82.xID = "OnStartup_meth"
second83 = insDoc(first26, gLnk("R", "Open (Method)", "Open_meth.html"))
second83.xID = "Open_meth"
second84 = insDoc(first26, gLnk("R", "OpenURL (Method)", "OpenURL_meth.html"))
second84.xID = "OpenURL_meth"
second85 = insDoc(first26, gLnk("R", "PivotThisChart (Method)", "PivotThisChart_meth.html"))
second85.xID = "PivotThisChart_meth"
second86 = insDoc(first26, gLnk("R", "PivotTo (Method)", "PivotTo_meth.html"))
second86.xID = "PivotTo_meth"
second87 = insDoc(first26, gLnk("R", "PlacementModify (Method)", "PlacementModify_meth.html"))
second87.xID = "PlacementModify_meth"
second88 = insDoc(first26, gLnk("R", "PreloadContent (Method)", "PreloadContent_meth.html"))
second88.xID = "PreloadContent_meth"
second89 = insDoc(first26, gLnk("R", "PrintOut (Method)", "PrintOut_meth.html"))
second89.xID = "PrintOut_meth"
second90 = insDoc(first26, gLnk("R", "Process (Method)", "Process_meth.html"))
second90.xID = "Process_meth"
second91 = insDoc(first26, gLnk("R", "ProcessAll (Method)", "ProcessAll_meth.html"))
second91.xID = "ProcessAll_meth"
second92 = insDoc(first26, gLnk("R", "ProcessStoredProc (Method)", "ch24s92.html"))
second92.xID = "ch24s92"
second93 = insDoc(first26, gLnk("R", "ProcessToTable (Method)", "ProcessToTable_meth.html"))
second93.xID = "ProcessToTable_meth"
second94 = insDoc(first26, gLnk("R", "Quit (Method)", "Quit_meth.html"))
second94.xID = "Quit_meth"
second95 = insDoc(first26, gLnk("R", "Recalculate (Method)", "Recalculate_meth.html"))
second95.xID = "Recalculate_meth"
second96 = insDoc(first26, gLnk("R", "Refresh (Method)", "Refresh_meth.html"))
second96.xID = "Refresh_meth"
second97 = insDoc(first26, gLnk("R", "RefreshAvailableValues (Method)", "RefreshAvailableValues_meth.html"))
second97.xID = "RefreshAvailableValues_meth"
second98 = insDoc(first26, gLnk("R", "RefreshDataNow (Method)", "RefreshDataNow_meth.html"))
second98.xID = "RefreshDataNow_meth"
second99 = insDoc(first26, gLnk("R", "Remove (Method)", "Remove_meth.html"))
second99.xID = "Remove_meth"
second100 = insDoc(first26, gLnk("R", "RemoveAll (Method)", "RemoveAll_meth.html"))
second100.xID = "RemoveAll_meth"
second101 = insDoc(first26, gLnk("R", "RemoveAllTopics (Method)", "RemoveAllTopics_meth.html"))
second101.xID = "RemoveAllTopics_meth"
second102 = insDoc(first26, gLnk("R", "RemoveExportSection (Method)", "RemoveExportSection_meth.html"))
second102.xID = "RemoveExportSection_meth"
second103 = insDoc(first26, gLnk("R", "RemoveFilterValue (Method)", "RemoveFilterValue_meth.html"))
second103.xID = "RemoveFilterValue_meth"
second104 = insDoc(first26, gLnk("R", "RemoveShape (Method)", "RemoveShape_meth.html"))
second104.xID = "RemoveShape_meth"
second105 = insDoc(first26, gLnk("R", "RemoveTopic (Method)", "RemoveTopic_meth.html"))
second105.xID = "RemoveTopic_meth"
second106 = insDoc(first26, gLnk("R", "RemoveTotal (Method)", "RemoveTotal_meth.html"))
second106.xID = "RemoveTotal_meth"
second107 = insDoc(first26, gLnk("R", "ResetCustomerSQL (Method)", "ResetCustomerSQL_meth.html"))
second107.xID = "ResetCustomerSQL_meth"
second108 = insDoc(first26, gLnk("R", "ResizeToBestFit (Method)", "ResizeToBestFit_meth.html"))
second108.xID = "ResizeToBestFit_meth"
second109 = insDoc(first26, gLnk("R", "RetrieveDimensions (Method)", "RetrieveDimensions_meth.html"))
second109.xID = "RetrieveDimensions_meth"
second110 = insDoc(first26, gLnk("R", "Save (Method)", "Save_meth.html"))
second110.xID = "Save_meth"
second111 = insDoc(first26, gLnk("R", "SaveAs (Method)", "SaveAs_meth.html"))
second111.xID = "SaveAs_meth"
second112 = insDoc(first26, gLnk("R", "Select (Method)", "Select_meth.html"))
second112.xID = "Select_meth"
second113 = insDoc(first26, gLnk("R", "SendSQL (Method)", "SendSQL_meth.html"))
second113.xID = "SendSQL_meth"
second114 = insDoc(first26, gLnk("R", "SetDrillThrough (Method)", "SetDrillThrough_meth.html"))
second114.xID = "SetDrillThrough_meth"
second115 = insDoc(first26, gLnk("R", "SetODSPassword (Method)", "SetODSPassword_meth.html"))
second115.xID = "SetODSPassword_meth"
second116 = insDoc(first26, gLnk("R", "SetPassword (Method)", "SetPassword_meth.html"))
second116.xID = "SetPassword_meth"
second117 = insDoc(first26, gLnk("R", "SetStoredProcParam (Method)", "SetStoredProcParam_meth.html"))
second117.xID = "SetStoredProcParam_meth"
second118 = insDoc(first26, gLnk("R", "Shell (Method)", "Shell_meth.html"))
second118.xID = "Shell_meth"
second119 = insDoc(first26, gLnk("R", "ShowAll (Method)", "ShowAll_meth.html"))
second119.xID = "ShowAll_meth"
second120 = insDoc(first26, gLnk("R", "ShowAsChart (Method)", "ShowAsChartCube_meth.html"))
second120.xID = "ShowAsChartCube_meth"
second121 = insDoc(first26, gLnk("R", "ShowAsChart (Method)", "ShowAsChart_meth.html"))
second121.xID = "ShowAsChart_meth"
second122 = insDoc(first26, gLnk("R", "SortByFact (Method)", "SortByFact_meth.html"))
second122.xID = "SortByFact_meth"
second123 = insDoc(first26, gLnk("R", "SortByLabel (Method)", "SortByLabel_meth.html"))
second123.xID = "SortByLabel_meth"
second124 = insDoc(first26, gLnk("R", "SortNow (Method)", "SortNow_meth.html"))
second124.xID = "SortNow_meth"
second125 = insDoc(first26, gLnk("R", "Spring (Method)", "Spring_meth.html"))
second125.xID = "Spring_meth"
second126 = insDoc(first26, gLnk("R", "SyncWithDatabase (Method)", "SyncWithDatabase_meth.html"))
second126.xID = "SyncWithDatabase_meth"
second127 = insDoc(first26, gLnk("R", "UnHide (Method)", "Unhide_meth.html"))
second127.xID = "Unhide_meth"
second128 = insDoc(first26, gLnk("R", "UnhideAll (Method)", "UnhideAll_meth.html"))
second128.xID = "UnhideAll_meth"
second129 = insDoc(first26, gLnk("R", "Unselect (Method)", "Unselect_meth.html"))
second129.xID = "Unselect_meth"
second130 = insDoc(first26, gLnk("R", "UnSpring (Method)", "UnSpring_meth.html"))
second130.xID = "UnSpring_meth"
second131 = insDoc(first26, gLnk("R", "UseAlternateMetadataLocation (Method)", "ch24s131.html"))
second131.xID = "ch24s131"
second132 = insDoc(first26, gLnk("R", "Write (Method)", "Write_meth.html"))
second132.xID = "Write_meth"
second133 = insDoc(first26, gLnk("R", "Writeln (Method)", "WriteIn_meth.html"))
second133.xID = "WriteIn_meth"
first27 = insFld(foldersTree, gFld("Properties", "AutoArrangeLabel_prop.html"))
first27.xID = "AutoArrangeLabel_prop"
second1 = insDoc(first27, gLnk("R", "Accessibility (Property)", "Accessibility_pro.html"))
second1.xID = "Accessibility_pro"
second2 = insDoc(first27, gLnk("R", "Active (Property)", "Active_pro.html"))
second2.xID = "Active_pro"
second3 = insDoc(first27, gLnk("R", "AdaptiveState (Property)", "AdaptiveState_pro.html"))
second3.xID = "AdaptiveState_pro"
second4 = insDoc(first27, gLnk("R", "AdjustableScale (Property)", "AdjustableScale_pro.html"))
second4.xID = "AdjustableScale_pro"
second5 = insDoc(first27, gLnk("R", "AliasTable (Property)", "ch25s05.html"))
second5.xID = "ch25s05"
second6 = insDoc(first27, gLnk("R", "Alignment (Property)", "Alignment_pro.html"))
second6.xID = "Alignment_pro"
second7 = insDoc(first27, gLnk("R", "AllowNonJoinedQueries (Property)", "AllowNonJoinedQueries_pro.html"))
second7.xID = "AllowNonJoinedQueries_pro"
second8 = insDoc(first27, gLnk("R", "API (Property)", "API_pro.html"))
second8.xID = "API_pro"
second9 = insDoc(first27, gLnk("R", "AttributeDimension (Property)", "AttributeDimension_pro.html"))
second9.xID = "AttributeDimension_pro"
second10 = insDoc(first27, gLnk("R", "AutoAlias (Property)", "AutoAlias_pro.html"))
second10.xID = "AutoAlias_pro"
second11 = insDoc(first27, gLnk("R", "AutoCommit (Property)", "AutoCommit_pro.html"))
second11.xID = "AutoCommit_pro"
second12 = insDoc(first27, gLnk("R", "AutoFrequency (Property)", "AutoFrequency_pro.html"))
second12.xID = "AutoFrequency_pro"
second13 = insDoc(first27, gLnk("R", "AutoInterval (Property)", "AutoInterval_pro.html"))
second13.xID = "AutoInterval_pro"
second14 = insDoc(first27, gLnk("R", "AutoJoin (Property)", "AutoJoin_pro.html"))
second14.xID = "AutoJoin_pro"
second15 = insDoc(first27, gLnk("R", "AutoProcess (Property)", "AutoProcess_pro.html"))
second15.xID = "AutoProcess_pro"
second16 = insDoc(first27, gLnk("R", "AutoRefreshQuery (Property)", "AutoRefreshQuery_pro.html"))
second16.xID = "AutoRefreshQuery_pro"
second17 = insDoc(first27, gLnk("R", "AutoResize (Property)", "AutoResize_pro.html"))
second17.xID = "AutoResize_pro"
second18 = insDoc(first27, gLnk("R", "AutoRotate (Property)", "AutoRotate_pro.html"))
second18.xID = "AutoRotate_pro"
second19 = insDoc(first27, gLnk("R", "AutoScale (Property)", "AutoScale_pro.html"))
second19.xID = "AutoScale_pro"
second20 = insDoc(first27, gLnk("R", "AutoSize (Property)", "ch25s20.html"))
second20.xID = "ch25s20"
second21 = insDoc(first27, gLnk("R", "AxisPlotValues (Property)", "AxisPlotValues_pro.html"))
second21.xID = "AxisPlotValues_pro"
second22 = insDoc(first27, gLnk("R", "AxisType (Property)", "AxisType_pro.html"))
second22.xID = "AxisType_pro"
second23 = insDoc(first27, gLnk("R", "BackgroundAlternateColor (Property)", "BackgroundAlternateColor_pro.html"))
second23.xID = "BackgroundAlternateColor_pro"
second24 = insDoc(first27, gLnk("R", "BackgroundAlternateFrequency (Property)", "BackgroundAlternateFrequency_pro.html"))
second24.xID = "BackgroundAlternateFrequency_pro"
second25 = insDoc(first27, gLnk("R", "BackgroundColor (Property)", "BackgroundColor_pro.html"))
second25.xID = "BackgroundColor_pro"
second26 = insDoc(first27, gLnk("R", "BackgroundShowAlternateColor (Property)", "BackgroundShowAlternateColor_pro.html"))
second26.xID = "BackgroundShowAlternateColor_pro"
second27 = insDoc(first27, gLnk("R", "BeginLimitName (Property)", "BeginLimitName_pro.html"))
second27.xID = "BeginLimitName_pro"
second28 = insDoc(first27, gLnk("R", "BorderColor (Property)", "BorderColor_pro.html"))
second28.xID = "BorderColor_pro"
second29 = insDoc(first27, gLnk("R", "BorderWidth (Property)", "BorderWidth_pro.html"))
second29.xID = "BorderWidth_pro"
second30 = insDoc(first27, gLnk("R", "BottomMargin (Property)", "BottomMargin_pro.html"))
second30.xID = "BottomMargin_pro"
second31 = insDoc(first27, gLnk("R", "BrushStyle (Property)", "BrushStyle_pro.html"))
second31.xID = "BrushStyle_pro"
second32 = insDoc(first27, gLnk("R", "CatalogDisplayMembers (Property)", "CatalogDisplayMembers_pro.html"))
second32.xID = "CatalogDisplayMembers_pro"
second33 = insDoc(first27, gLnk("R", "CellValue (Property)", "CellValue_pro.html"))
second33.xID = "CellValue_pro"
second34 = insDoc(first27, gLnk("R", "ChartType (Property)", "ChartType_pro.html"))
second34.xID = "ChartType_pro"
second35 = insDoc(first27, gLnk("R", "Checked (Property)", "Checked_pro.html"))
second35.xID = "Checked_pro"
second36 = insDoc(first27, gLnk("R", "ClickX (Property)", "ClickX_pro.html"))
second36.xID = "ClickX_pro"
second37 = insDoc(first27, gLnk("R", "ClickY (Property)", "ClickY_pro.html"))
second37.xID = "ClickY_pro"
second38 = insDoc(first27, gLnk("R", "ClientScriptStatus (Property)", "ClientScriptStatus_pro.html"))
second38.xID = "ClientScriptStatus_pro"
second39 = insDoc(first27, gLnk("R", "Clusterby (Property)", "Clusterby_pro.html"))
second39.xID = "Clusterby_pro"
second40 = insDoc(first27, gLnk("R", "Color (Property)", "Color_pro.html"))
second40.xID = "Color_pro"
second41 = insDoc(first27, gLnk("R", "ColumnType (Property)", "ColumnType_pro.html"))
second41.xID = "ColumnType_pro"
second42 = insDoc(first27, gLnk("R", "Connected (Property)", "Connected_pro.html"))
second42.xID = "Connected_pro"
second43 = insDoc(first27, gLnk("R", "ContainsHybridAnalysisData (Property)", "ContainsHybridAnalysisData_pro.html"))
second43.xID = "ContainsHybridAnalysisData_pro"
second44 = insDoc(first27, gLnk("R", "Count (Property)", "Count_pro.html"))
second44.xID = "Count_pro"
second45 = insDoc(first27, gLnk("R", "CreatedAppType (Property)", "ch25s45.html"))
second45.xID = "ch25s45"
second46 = insDoc(first27, gLnk("R", "CreatedAppVersion (Property)", "CreatedAppVersion_pro.html"))
second46.xID = "CreatedAppVersion_pro"
second47 = insDoc(first27, gLnk("R", "CubeName (Property)", "CubeName_pro.html"))
second47.xID = "CubeName_pro"
second48 = insDoc(first27, gLnk("R", "CurrentDir (Property)", "CurrentDir_pro.html"))
second48.xID = "CurrentDir_pro"
second49 = insDoc(first27, gLnk("R", "CSSExport (Property)", "CSSExport_pro.html"))
second49.xID = "CSSExport_pro"
second50 = insDoc(first27, gLnk("R", "CustomSQL (Property)", "CustomSQL_pro.html"))
second50.xID = "CustomSQL_pro"
second51 = insDoc(first27, gLnk("R", "DashStyle (Property)", "DashStyle_pro.html"))
second51.xID = "DashStyle_pro"
second52 = insDoc(first27, gLnk("R", "Database (Property)", "Database_pro.html"))
second52.xID = "Database_pro"
second53 = insDoc(first27, gLnk("R", "DatabaseList (Property)", "DatabaseList_pro.html"))
second53.xID = "DatabaseList_pro"
second54 = insDoc(first27, gLnk("R", "DatabaseName (Property)", "DatabaseName_pro.html"))
second54.xID = "DatabaseName_pro"
second55 = insDoc(first27, gLnk("R", "DatabaseTotals (Property)", "DatabaseTotals_pro.html"))
second55.xID = "DatabaseTotals_pro"
second56 = insDoc(first27, gLnk("R", "DataFunction (Property)", "DataFunction_pro.html"))
second56.xID = "DataFunction_pro"
second57 = insDoc(first27, gLnk("R", "DataType (Property)", "DataType_pro.html"))
second57.xID = "DataType_pro"
second58 = insDoc(first27, gLnk("R", "DBLibAllowChangeDatabase (Property)", "DBLibAllowChangeDatabase_pro.html"))
second58.xID = "DBLibAllowChangeDatabase_pro"
second59 = insDoc(first27, gLnk("R", "DBLibApiSeverity (Property)", "DBLibApiSeverity_pro.html"))
second59.xID = "DBLibApiSeverity_pro"
second60 = insDoc(first27, gLnk("R", "DBLibDatabaseCancel (Property)", "DBLibDatabaseCancel_pro.html"))
second60.xID = "DBLibDatabaseCancel_pro"
second61 = insDoc(first27, gLnk("R", "DBLibPacketSize (Property)", "DBLibPacketSize_pro.html"))
second61.xID = "DBLibPacketSize_pro"
second62 = insDoc(first27, gLnk("R", "DBLibServerSeverity (Property)", "DBLibServerSeverity_pro.html"))
second62.xID = "DBLibServerSeverity_pro"
second63 = insDoc(first27, gLnk("R", "DBLibUseQuotedIdentifiers (Property)", "DBLibUseQuotedIdentifiers_pro.html"))
second63.xID = "DBLibUseQuotedIdentifiers_pro"
second64 = insDoc(first27, gLnk("R", "DBLibUseSQLTable (Property)", "DBLibUseSQLTable_pro.html"))
second64.xID = "DBLibUseSQLTable_pro"
second65 = insDoc(first27, gLnk("R", "DecimalPlaces (Property)", "DecimalPlaces_pro.html"))
second65.xID = "DecimalPlaces_pro"
second66 = insDoc(first27, gLnk("R", "DefaultDrillOperation (Property)", "DefaultDrillOperation_pro.html"))
second66.xID = "DefaultDrillOperation_pro"
second67 = insDoc(first27, gLnk("R", "DefaultSortOrderLang (Property)", "DefaultSortOrderLang_pro.html"))
second67.xID = "DefaultSortOrderLang_pro"
second68 = insDoc(first27, gLnk("R", "Description (Property)", "Description_pro.html"))
second68.xID = "Description_pro"
second69 = insDoc(first27, gLnk("R", "Dimension (Property)", "Dimension_pro.html"))
second69.xID = "Dimension_pro"
second70 = insDoc(first27, gLnk("R", "DisableSelection (Property)", "DisableSelection_pro.html"))
second70.xID = "DisableSelection_pro"
second71 = insDoc(first27, gLnk("R", "Display (Property)", "Display_pro.html"))
second71.xID = "Display_pro"
second72 = insDoc(first27, gLnk("R", "DisplayAllTextWithSmartScaling (Property)", "DisplayAllTextWithSmartScaling_pro.html"))
second72.xID = "DisplayAllTextWithSmartScaling_pro"
second73 = insDoc(first27, gLnk("R", "DisplayMode (Property)", "ch25s73.html"))
second73.xID = "ch25s73"
second74 = insDoc(first27, gLnk("R", "DisplayName (Property)", "DisplayName_pro.html"))
second74.xID = "DisplayName_pro"
second75 = insDoc(first27, gLnk("R", "DrillDownDisplay (Property)", "DrillDownOption_pro.html"))
second75.xID = "DrillDownOption_pro"
second76 = insDoc(first27, gLnk("R", "Effect (Property)", "Effect_pro.html"))
second76.xID = "Effect_pro"
second77 = insDoc(first27, gLnk("R", "EnableAsyncProcess (Property)", "EnableAsyncProcess_pro.html"))
second77.xID = "EnableAsyncProcess_pro"
second78 = insDoc(first27, gLnk("R", "Enabled (Property)", "Enabled_pro.html"))
second78.xID = "Enabled_pro"
second79 = insDoc(first27, gLnk("R", "EnableForHybridAnalysis (Property)", "HybridAnalysis_pro.html"))
second79.xID = "HybridAnalysis_pro"
second80 = insDoc(first27, gLnk("R", "EnableNullFactsInComputedItems (Property)", "EnableNullFactsInComputedItems_pro.html"))
second80.xID = "EnableNullFactsInComputedItems_pro"
second81 = insDoc(first27, gLnk("R", "EnableTransActionMode (Property)", "EnableTransActionMode_pro.html"))
second81.xID = "EnableTransActionMode_pro"
second82 = insDoc(first27, gLnk("R", "EndLimitName (Property)", "EndLimitName_pro.html"))
second82.xID = "EndLimitName_pro"
second83 = insDoc(first27, gLnk("R", "ExecuteOnPostProcess (Property)", "ExecuteOnPostProcess_pro.html"))
second83.xID = "ExecuteOnPostProcess_pro"
second84 = insDoc(first27, gLnk("R", "ExecuteOnPreProcess (Property)", "ExecuteOnPreProcess_pro.html"))
second84.xID = "ExecuteOnPreProcess_pro"
second85 = insDoc(first27, gLnk("R", "ExecuteOnShutDown (Property)", "ExecuteOnShutDown_pro.html"))
second85.xID = "ExecuteOnShutDown_pro"
second86 = insDoc(first27, gLnk("R", "ExecuteOnStartup (Property)", "ExecuteOnStartup_pro.html"))
second86.xID = "ExecuteOnStartup_pro"
second87 = insDoc(first27, gLnk("R", "ExpandLabelBox (Property)", "ExpandLabelBox_pro.html"))
second87.xID = "ExpandLabelBox_pro"
second88 = insDoc(first27, gLnk("R", "ExportWithoutQuotes (Property)", "ExportWithoutQuotes_pro.html"))
second88.xID = "ExportWithoutQuotes_pro"
second89 = insDoc(first27, gLnk("R", "FactName (Property)", "FactName_pro.html"))
second89.xID = "FactName_pro"
second90 = insDoc(first27, gLnk("R", "Filename (Property)", "Filename_pro.html"))
second90.xID = "Filename_pro"
second91 = insDoc(first27, gLnk("R", "FilePath (Property)", "FilePath_pro.html"))
second91.xID = "FilePath_pro"
second92 = insDoc(first27, gLnk("R", "FillUnderRibbon (Property)", "FillUnderRibbon_pro.html"))
second92.xID = "FillUnderRibbon_pro"
second93 = insDoc(first27, gLnk("R", "Focus (Property)", "Focus_pro.html"))
second93.xID = "Focus_pro"
second94 = insDoc(first27, gLnk("R", "Formula (Property)", "Formula_pro.html"))
second94.xID = "Formula_pro"
second95 = insDoc(first27, gLnk("R", "FullName (Property)", "FullName_pro.html"))
second95.xID = "FullName_pro"
second96 = insDoc(first27, gLnk("R", "GraphicsFileType (Property)", "GraphicsFileType_pro.html"))
second96.xID = "GraphicsFileType_pro"
second97 = insDoc(first27, gLnk("R", "Group (Property)", "Group_pro.html"))
second97.xID = "Group_pro"
second98 = insDoc(first27, gLnk("R", "HardwireMode (Property)", "HardwireMode_pro.html"))
second98.xID = "HardwireMode_pro"
second99 = insDoc(first27, gLnk("R", "Height (Property)", "Height_pro.html"))
second99.xID = "Height_pro"
second100 = insDoc(first27, gLnk("R", "HomeDashboard (Property)", "HomeDashboard_pro.html"))
second100.xID = "HomeDashboard_pro"
second101 = insDoc(first27, gLnk("R", "HorizontalAlignment (Property)", "HorizontalAlignment_pro.html"))
second101.xID = "HorizontalAlignment_pro"
second102 = insDoc(first27, gLnk("R", "HostName (Property)", "HostName_pro.html"))
second102.xID = "HostName_pro"
second103 = insDoc(first27, gLnk("R", "HTMLBoundaryHeight (Property)", "HTMLBoundaryHeight_pro.html"))
second103.xID = "HTMLBoundaryHeight_pro"
second104 = insDoc(first27, gLnk("R", "HTMLBoundaryMode (Property)", "HTMLBoundaryMode_pro.html"))
second104.xID = "HTMLBoundaryMode_pro"
second105 = insDoc(first27, gLnk("R", "HTMLBoundaryWidth (Property)", "HTMLBoundaryWidth_pro.html"))
second105.xID = "HTMLBoundaryWidth_pro"
second106 = insDoc(first27, gLnk("R", "HTMLDisplayViews (Property)", "HTMLDisplayViews_pro.html"))
second106.xID = "HTMLDisplayViews_pro"
second107 = insDoc(first27, gLnk("R", "HTMLExportBreakColumnCount (Property)", "HTMLExportBreakColCount_pro.html"))
second107.xID = "HTMLExportBreakColCount_pro"
second108 = insDoc(first27, gLnk("R", "HTMLExportBreakRowCount (Property)", "HTMLExportBreakRowCount_pro.html"))
second108.xID = "HTMLExportBreakRowCount_pro"
second109 = insDoc(first27, gLnk("R", "HTMLHorizontalPageBreakEnabled (Property)", "HTMLHorizontalPageBreakEnabled_pro.html"))
second109.xID = "HTMLHorizontalPageBreakEnabled_pro"
second110 = insDoc(first27, gLnk("R", "HTMLHorizontalPageBreakUnits (Property)", "HTMLHorizontalPageBreakUnits_pro.html"))
second110.xID = "HTMLHorizontalPageBreakUnits_pro"
second111 = insDoc(first27, gLnk("R", "HTMLMaxBarsDisplayed (Property)", "HTMLMaxBarsDisplayed_pro.html"))
second111.xID = "HTMLMaxBarsDisplayed_pro"
second112 = insDoc(first27, gLnk("R", "HTMLSyncScrollingProps (Property)", "HTMLSyncScrollingProps_pro.html"))
second112.xID = "HTMLSyncScrollingProps_pro"
second113 = insDoc(first27, gLnk("R", "HTMLVerticalPageBreakEnabled (Property)", "HTMLVerticalPageBreakEnabled_pro.html"))
second113.xID = "HTMLVerticalPageBreakEnabled_pro"
second114 = insDoc(first27, gLnk("R", "HTMLVerticalPageBreakUnits (Property)", "HTMLVerticalPageBreakUnits_pro.html"))
second114.xID = "HTMLVerticalPageBreakUnits_pro"
second115 = insDoc(first27, gLnk("R", "Ignore (Property)", "Ignore_pro.html"))
second115.xID = "Ignore_pro"
second116 = insDoc(first27, gLnk("R", "IncludeInProcessAll (Property)", "IncludeInProcessAll_pro.html"))
second116.xID = "IncludeInProcessAll_pro"
second117 = insDoc(first27, gLnk("R", "IncludeNulls (Property)", "IncludeNulls_pro.html"))
second117.xID = "IncludeNulls_pro"
second118 = insDoc(first27, gLnk("R", "IncludeSelectedMember (Property)", "IncludeSelectedMember_pro.html"))
second118.xID = "IncludeSelectedMember_pro"
second119 = insDoc(first27, gLnk("R", "IncludeWithinSelectedGroup (Property)", "IncludeWithinSelectedGroup_pro.html"))
second119.xID = "IncludeWithinSelectedGroup_pro"
second120 = insDoc(first27, gLnk("R", "Index (Property)", "Index_pro.html"))
second120.xID = "Index_pro"
second121 = insDoc(first27, gLnk("R", "IntervalFrequency (Property)", "IntervalFrequency_pro.html"))
second121.xID = "IntervalFrequency_pro"
second122 = insDoc(first27, gLnk("R", "KeepWithNext (Property)", "KeepWithNext_pro.html"))
second122.xID = "KeepWithNext_pro"
second123 = insDoc(first27, gLnk("R", "KeepTogether (Property)", "KeepTogether_pro.html"))
second123.xID = "KeepTogether_pro"
second124 = insDoc(first27, gLnk("R", "LabelFrequency (Property)", "LabelFrequency_pro.html"))
second124.xID = "LabelFrequency_pro"
second125 = insDoc(first27, gLnk("R", "LabelText (Property)", "LabelText_pro.html"))
second125.xID = "LabelText_pro"
second126 = insDoc(first27, gLnk("R", "LastSQLStatement (Property)", "LastSQLStatement_pro.html"))
second126.xID = "LastSQLStatement_pro"
second127 = insDoc(first27, gLnk("R", "LeftMargin (Property)", "LeftMargin_pro.html"))
second127.xID = "LeftMargin_pro"
second128 = insDoc(first27, gLnk("R", "LimitValueType (Property)", "LimitValueType_pro.html"))
second128.xID = "LimitValueType_pro"
second129 = insDoc(first27, gLnk("R", "LogicalOperator (Property)", "LogicalOperator_pro.html"))
second129.xID = "LogicalOperator_pro"
second130 = insDoc(first27, gLnk("R", "MarkerBorderColor (Property)", "MarkerBorderColor_pro.html"))
second130.xID = "MarkerBorderColor_pro"
second131 = insDoc(first27, gLnk("R", "MarkerFillColor (Property)", "MarkerFillColor_pro.html"))
second131.xID = "MarkerFillColor_pro"
second132 = insDoc(first27, gLnk("R", "MarkerSize (Property)", "MarkerSize_pro.html"))
second132.xID = "MarkerSize_pro"
second133 = insDoc(first27, gLnk("R", "MarkerStyle (Property)", "MarkerStyle_pro.html"))
second133.xID = "MarkerStyle_pro"
second134 = insDoc(first27, gLnk("R", "MaxBubbleSize (Property)", "MaxBubbleSize_pro.html"))
second134.xID = "MaxBubbleSize_pro"
second135 = insDoc(first27, gLnk("R", "MaximumBarsDisplayed (Property)", "MaximumBarsDisplayed_pro.html"))
second135.xID = "MaximumBarsDisplayed_pro"
second136 = insDoc(first27, gLnk("R", "MaximumBarsEnabled (Property)", "MaximumBarsEnabled_pro.html"))
second136.xID = "MaximumBarsEnabled_pro"
second137 = insDoc(first27, gLnk("R", "Member (Property)", "Member_pro.html"))
second137.xID = "Member_pro"
second138 = insDoc(first27, gLnk("R", "MetadataPassword (Property)", "MetadataPassword_pro.html"))
second138.xID = "MetadataPassword_pro"
second139 = insDoc(first27, gLnk("R", "MetadataUser (Property)", "MetadataUser_pro.html"))
second139.xID = "MetadataUser_pro"
second140 = insDoc(first27, gLnk("R", "MetaFileChoice (Property)", "MetaFileChoice_pro.html"))
second140.xID = "MetaFileChoice_pro"
second141 = insDoc(first27, gLnk("R", "MinFontSize (Property)", "MinFontSize_pro.html"))
second141.xID = "MinFontSize_pro"
second142 = insDoc(first27, gLnk("R", "Modified (Property)", "Modified_pro.html"))
second142.xID = "Modified_pro"
second143 = insDoc(first27, gLnk("R", "ModifiedAppType (Property)", "ModifiedAppType_pro.html"))
second143.xID = "ModifiedAppType_pro"
second144 = insDoc(first27, gLnk("R", "ModifiedAppVersion (Property)", "ModifiedAppVersion_pro.html"))
second144.xID = "ModifiedAppVersion_pro"
second145 = insDoc(first27, gLnk("R", "MultiSelect (Property)", "MultiSelect_pro.html"))
second145.xID = "MultiSelect_pro"
second146 = insDoc(first27, gLnk("R", "Name (Property)", "Name_pro.html"))
second146.xID = "Name_pro"
second147 = insDoc(first27, gLnk("R", "Negate (Property)", "Negate_pro.html"))
second147.xID = "Negate_pro"
second148 = insDoc(first27, gLnk("R", "NumberFormat (Property)", "NumberFormat_pro.html"))
second148.xID = "NumberFormat_pro"
second149 = insDoc(first27, gLnk("R", "ODBCDatabasePrompt (Property)", "ODBCDatabasePrompt_pro.html"))
second149.xID = "ODBCDatabasePrompt_pro"
second150 = insDoc(first27, gLnk("R", "ODBCEnableLargeBufferMode (Property)", "ODBCEnableLargeBufferMode_pro.html"))
second150.xID = "ODBCEnableLargeBufferMode_pro"
second151 = insDoc(first27, gLnk("R", "ODSUsername (Property)", "ODSUsername_pro.html"))
second151.xID = "ODSUsername_pro"
second152 = insDoc(first27, gLnk("R", "Operator (Property)", "Operator_pro.html"))
second152.xID = "Operator_pro"
second153 = insDoc(first27, gLnk("R", "Orientation (Property)", "Orientation_pro.html"))
second153.xID = "Orientation_pro"
second154 = insDoc(first27, gLnk("R", "Owner (Property)", "Owner_pro.html"))
second154.xID = "Owner_pro"
second155 = insDoc(first27, gLnk("R", "PageBreak (Property)", "PageBreak_pro.html"))
second155.xID = "PageBreak_pro"
second156 = insDoc(first27, gLnk("R", "ParentName (Property)", "ParentName_pro.html"))
second156.xID = "ParentName_pro"
second157 = insDoc(first27, gLnk("R", "Password (Property)", "Password_pro.html"))
second157.xID = "Password_pro"
second158 = insDoc(first27, gLnk("R", "Path (Property)", "Path_pro.html"))
second158.xID = "Path_pro"
second159 = insDoc(first27, gLnk("R", "PathSeparator (Property)", "PathSeparator_pro.html"))
second159.xID = "PathSeparator_pro"
second160 = insDoc(first27, gLnk("R", "Pattern (Property)", "Pattern_pro.html"))
second160.xID = "Pattern_pro"
second161 = insDoc(first27, gLnk("R", "PhysicalName (Property)", "PhysicalName_pro.html"))
second161.xID = "PhysicalName_pro"
second162 = insDoc(first27, gLnk("R", "PreloadHomeSection (Property)", "PreloadHomeSection_pro.html"))
second162.xID = "PreloadHomeSection_pro"
second163 = insDoc(first27, gLnk("R", "PrintAllViews (Property)", "PrintAllViews_pro.html"))
second163.xID = "PrintAllViews_pro"
second164 = insDoc(first27, gLnk("R", "ProcessEventOrigin (Property)", "ProcessEventOrigin_pro.html"))
second164.xID = "ProcessEventOrigin_pro"
second165 = insDoc(first27, gLnk("R", "ProcessSequenceNum (Property)", "ProcessSequenceNumber_pro.html"))
second165.xID = "ProcessSequenceNumber_pro"
second166 = insDoc(first27, gLnk("R", "Prompt (Property)", "Prompt_pro.html"))
second166.xID = "Prompt_pro"
second167 = insDoc(first27, gLnk("R", "PromptToSave (Property)", "PromptToSave_pro.html"))
second167.xID = "PromptToSave_pro"
second168 = insDoc(first27, gLnk("R", "QueryCount (Property)", "QueryCount_pro.html"))
second168.xID = "QueryCount_pro"
second169 = insDoc(first27, gLnk("R", "QueryInProcess (Property)", "QueryInProcess_pro.html"))
second169.xID = "QueryInProcess_pro"
second170 = insDoc(first27, gLnk("R", "QuerySize (Property)", "QuerySize_pro.html"))
second170.xID = "QuerySize_pro"
second171 = insDoc(first27, gLnk("R", "RefreshData (Property)", "RefreshData_pro.html"))
second171.xID = "RefreshData_pro"
second172 = insDoc(first27, gLnk("R", "RemoveUnselectedGroup (Property)", "RemoveUnselectedGroup_pro.html"))
second172.xID = "RemoveUnselectedGroup_pro"
second173 = insDoc(first27, gLnk("R", "ReplaceMissing (Property)", "ReplaceMissing_pro.html"))
second173.xID = "ReplaceMissing_pro"
second174 = insDoc(first27, gLnk("R", "ReplaceZeros (Property)", "ReplaceZeros_pro.html"))
second174.xID = "ReplaceZeros_pro"
second175 = insDoc(first27, gLnk("R", "Repository (Property)", "Repository_pro.html"))
second175.xID = "Repository_pro"
second176 = insDoc(first27, gLnk("R", "RepositoryBQYSection (Property)", "RepositoryBQYSection_pro.html"))
second176.xID = "RepositoryBQYSection_pro"
second177 = insDoc(first27, gLnk("R", "RepositoryBQYToolbarType (Property)", "RepositoryBQYToolbarType_pro.html"))
second177.xID = "RepositoryBQYToolbarType_pro"
second178 = insDoc(first27, gLnk("R", "RepositoryDocument (Property)", "RepositoryDocument_pro.html"))
second178.xID = "RepositoryDocument_pro"
second179 = insDoc(first27, gLnk("R", "RepositoryFileType (Property)", "RepositoryFileType_pro.html"))
second179.xID = "RepositoryFileType_pro"
second180 = insDoc(first27, gLnk("R", "RepositoryJobFilename (Property)", "RepositoryJobFilename_pro.html"))
second180.xID = "RepositoryJobFilename_pro"
second181 = insDoc(first27, gLnk("R", "RepositoryJobRun (Property)", "RepositoryJobRun_pro.html"))
second181.xID = "RepositoryJobRun_pro"
second182 = insDoc(first27, gLnk("R", "RepositoryParams (Property)", "RepositoryParams_pro.html"))
second182.xID = "RepositoryParams_pro"
second183 = insDoc(first27, gLnk("R", "RepositoryReportsDisplayFormat (Property)", "RepositoryReportsDisplayFormat_pro.html"))
second183.xID = "RepositoryReportsDisplayFormat_pro"
second184 = insDoc(first27, gLnk("R", "RepositorySmartcut (Property)", "RepositorySmartcut_pro.html"))
second184.xID = "RepositorySmartcut_pro"
second185 = insDoc(first27, gLnk("R", "RepositorySmartcutParams (Property)", "ch25s185.html"))
second185.xID = "ch25s185"
second186 = insDoc(first27, gLnk("R", "RepositoryToolbarType (Property)", "RepositoryReportsToolbar_pro.html"))
second186.xID = "RepositoryReportsToolbar_pro"
second187 = insDoc(first27, gLnk("R", "ResetDefaultSortOrderLang (Property)", "ResetDefaultSortOrderLang_pro.html"))
second187.xID = "ResetDefaultSortOrderLang_pro"
second188 = insDoc(first27, gLnk("R", "ResetPrintProperties (Property)", "ResetPrintProperties_pro.html"))
second188.xID = "ResetPrintProperties_pro"
second189 = insDoc(first27, gLnk("R", "RightMargin (Property)", "RightMargin_pro.html"))
second189.xID = "RightMargin_pro"
second190 = insDoc(first27, gLnk("R", "Rotation (Property)", "Rotation_pro.html"))
second190.xID = "Rotation_pro"
second191 = insDoc(first27, gLnk("R", "RowCount (Property)", "RowCount_pro.html"))
second191.xID = "RowCount_pro"
second192 = insDoc(first27, gLnk("R", "RowLimit (Property)", "RowLimit_pro.html"))
second192.xID = "RowLimit_pro"
second193 = insDoc(first27, gLnk("R", "RowLimitActive (Property)", "RowLimitActive_pro.html"))
second193.xID = "RowLimitActive_pro"
second194 = insDoc(first27, gLnk("R", "RowNumber (Property)", "RowNumber_pro.html"))
second194.xID = "RowNumber_pro"
second195 = insDoc(first27, gLnk("R", "SaveResults (Property)", "SaveResults_pro.html"))
second195.xID = "SaveResults_pro"
second196 = insDoc(first27, gLnk("R", "SaveWithoutUsername (Property)", "SaveWithoutUsername_pro.html"))
second196.xID = "SaveWithoutUsername_pro"
second197 = insDoc(first27, gLnk("R", "ScaleMax (Property)", "ScaleMax_pro.html"))
second197.xID = "ScaleMax_pro"
second198 = insDoc(first27, gLnk("R", "ScaleMin (Property)", "ScaleMin_pro.html"))
second198.xID = "ScaleMin_pro"
second199 = insDoc(first27, gLnk("R", "ScaleX (Property)", "ScaleX_pro.html"))
second199.xID = "ScaleX_pro"
second200 = insDoc(first27, gLnk("R", "ScaleY (Property)", "ScaleY_pro.html"))
second200.xID = "ScaleY_pro"
second201 = insDoc(first27, gLnk("R", "Scrollable (Property)", "Scrollable_pro.html"))
second201.xID = "Scrollable_pro"
second202 = insDoc(first27, gLnk("R", "ScrollbarsAlwaysShown (Property)", "ScrollbarsAlwaysShown_pro.html"))
second202.xID = "ScrollbarsAlwaysShown_pro"
second203 = insDoc(first27, gLnk("R", "SelectedIndex (Property)", "SelectedIndex_pro.html"))
second203.xID = "SelectedIndex_pro"
second204 = insDoc(first27, gLnk("R", "ServerAddress (Property)", "ServerAddress_pro.html"))
second204.xID = "ServerAddress_pro"
second205 = insDoc(first27, gLnk("R", "Shadow (Property)", "Shadow_pro.html"))
second205.xID = "Shadow_pro"
second206 = insDoc(first27, gLnk("R", "ShiftPoints (Property)", "ShiftPoints_pro.html"))
second206.xID = "ShiftPoints_pro"
second207 = insDoc(first27, gLnk("R", "Show3DObjects (Property)", "Show3DObjects_pro.html"))
second207.xID = "Show3DObjects_pro"
second208 = insDoc(first27, gLnk("R", "ShowAdvanced (Property)", "ShowAdvanced_pro.html"))
second208.xID = "ShowAdvanced_pro"
second209 = insDoc(first27, gLnk("R", "ShowAllPositive (Property)", "ShowAllPositive_pro.html"))
second209.xID = "ShowAllPositive_pro"
second210 = insDoc(first27, gLnk("R", "ShowBackPlane (Property)", "ShowBackPlane_pro.html"))
second210.xID = "ShowBackPlane_pro"
second211 = insDoc(first27, gLnk("R", "ShowBarOutline (Property)", "ShowOutline_pro.html"))
second211.xID = "ShowOutline_pro"
second212 = insDoc(first27, gLnk("R", "ShowBarValues (Property)", "ShowBarValues_pro.html"))
second212.xID = "ShowBarValues_pro"
second213 = insDoc(first27, gLnk("R", "ShowBorder (Property)", "ShowBorder_pro.html"))
second213.xID = "ShowBorder_pro"
second214 = insDoc(first27, gLnk("R", "ShowBrioRepositoryTables (Property)", "ShowBrioRepositoryTables_pro.html"))
second214.xID = "ShowBrioRepositoryTables_pro"
second215 = insDoc(first27, gLnk("R", "ShowCatalog (Property)", "ShowCatalog_pro.html"))
second215.xID = "ShowCatalog_pro"
second216 = insDoc(first27, gLnk("R", "ShowColumnTitles (Property)", "ShowColumnTitles_pro.html"))
second216.xID = "ShowColumnTitles_pro"
second217 = insDoc(first27, gLnk("R", "ShowColumnTotal (Property)", "ShowColumnTotal_pro.html"))
second217.xID = "ShowColumnTotal_pro"
second218 = insDoc(first27, gLnk("R", "ShowCustomMenu (Property)", "ShowCustomMenu_pro.html"))
second218.xID = "ShowCustomMenu_pro"
second219 = insDoc(first27, gLnk("R", "ShowDerivableQueries (Property)", "ShowDerivableQueries_pro.html"))
second219.xID = "ShowDerivableQueries_pro"
second220 = insDoc(first27, gLnk("R", "ShowDrillpathInLabels (Property)", "ShowDrillpathInLabels_pro.html"))
second220.xID = "ShowDrillpathInLabels_pro"
second221 = insDoc(first27, gLnk("R", "ShowFilter (Property)", "ShowFilter_pro.html"))
second221.xID = "ShowFilter_pro"
second222 = insDoc(first27, gLnk("R", "ShowFullNames (Property)", "ShowFullNames_pro.html"))
second222.xID = "ShowFullNames_pro"
second223 = insDoc(first27, gLnk("R", "ShowHorizontalPlane (Property)", "ShowHorizontalPlane_pro.html"))
second223.xID = "ShowHorizontalPlane_pro"
second224 = insDoc(first27, gLnk("R", "ShowIconJoins(Property)", "ShowIconJoins_pro.html"))
second224.xID = "ShowIconJoins_pro"
second225 = insDoc(first27, gLnk("R", "ShowIntervalTickmarks (Property)", "ShowIntervalTickmarks_pro.html"))
second225.xID = "ShowIntervalTickmarks_pro"
second226 = insDoc(first27, gLnk("R", "ShowIntervalValues (Property)", "ShowIntervalValues_pro.html"))
second226.xID = "ShowIntervalValues_pro"
second227 = insDoc(first27, gLnk("R", "ShowLabel (Property)", "ShowLabel_pro.html"))
second227.xID = "ShowLabel_pro"
second228 = insDoc(first27, gLnk("R", "ShowLabels (Property)", "ShowLabels_pro.html"))
second228.xID = "ShowLabels_pro"
second229 = insDoc(first27, gLnk("R", "ShowLegend (Property)", "ShowLegend_pro.html"))
second229.xID = "ShowLegend_pro"
second230 = insDoc(first27, gLnk("R", "ShowLevelProperties (Property)", "ShowLevelProperties_pro.html"))
second230.xID = "ShowLevelProperties_pro"
second231 = insDoc(first27, gLnk("R", "ShowLocalResults (Property)", "ShowLocalResults_pro.html"))
second231.xID = "ShowLocalResults_pro"
second232 = insDoc(first27, gLnk("R", "ShowMarkerOutline (Property)", "ShowMarkerOutline_pro.html"))
second232.xID = "ShowMarkerOutline_pro"
second233 = insDoc(first27, gLnk("R", "ShowMenuBar (Property)", "ShowMenuBar_pro.html"))
second233.xID = "ShowMenuBar_pro"
second234 = insDoc(first27, gLnk("R", "ShowMetadata (Property)", "ShowMetadata_pro.html"))
second234.xID = "ShowMetadata_pro"
second235 = insDoc(first27, gLnk("R", "ShowNegativeValues (Property)", "ShowNegativeValues_pro.html"))
second235.xID = "ShowNegativeValues_pro"
second236 = insDoc(first27, gLnk("R", "ShowOutline (Property)", "ShowOutline_pro.html"))
second236.xID = "ShowOutline_pro"
second237 = insDoc(first27, gLnk("R", "ShowOutliner (Property)", "ShowOutliner_pro.html"))
second237.xID = "ShowOutliner_pro"
second238 = insDoc(first27, gLnk("R", "ShowPartialViewIndicator (Property)", "ShowPartialViewIndicator_pro.html"))
second238.xID = "ShowPartialViewIndicator_pro"
second239 = insDoc(first27, gLnk("R", "ShowPercentages (Property)", "ShowPercentages_pro.html"))
second239.xID = "ShowPercentages_pro"
second240 = insDoc(first27, gLnk("R", "ShowPieOutline (Property)", "ShowPieOutline_pro.html"))
second240.xID = "ShowPieOutline_pro"
second241 = insDoc(first27, gLnk("R", "ShowRowNumbers (Property)", "ShowRowNumbers_pro.html"))
second241.xID = "ShowRowNumbers_pro"
second242 = insDoc(first27, gLnk("R", "ShowSectionTitleBar (Property)", "ShowSectionTitleBar_pro.html"))
second242.xID = "ShowSectionTitleBar_pro"
second243 = insDoc(first27, gLnk("R", "ShowScrollbar (Property)", "ShowScrollbar_pro.html"))
second243.xID = "ShowScrollbar_pro"
second244 = insDoc(first27, gLnk("R", "ShowSlicer (Property)", "ShowSlicer_pro.html"))
second244.xID = "ShowSlicer_pro"
second245 = insDoc(first27, gLnk("R", "ShowSortLine (Property)", "ShowSortLine_pro.html"))
second245.xID = "ShowSortLine_pro"
second246 = insDoc(first27, gLnk("R", "ShowStatusBar (Property)", "ShowStatusBar_pro.html"))
second246.xID = "ShowStatusBar_pro"
second247 = insDoc(first27, gLnk("R", "ShowSubTitle (Property)", "ShowSubTitle_pro.html"))
second247.xID = "ShowSubTitle_pro"
second248 = insDoc(first27, gLnk("R", "ShowTickmarks (Property)", "ShowTickmarks_pro.html"))
second248.xID = "ShowTickmarks_pro"
second249 = insDoc(first27, gLnk("R", "ShowTitle (Property)", "ShowTitle_pro.html"))
second249.xID = "ShowTitle_pro"
second250 = insDoc(first27, gLnk("R", "ShowValues (Property)", "ShowValues_pro.html"))
second250.xID = "ShowValues_pro"
second251 = insDoc(first27, gLnk("R", "ShowValuesAtRight (Property)", "ShowValuesAtRight_pro.html"))
second251.xID = "ShowValuesAtRight_pro"
second252 = insDoc(first27, gLnk("R", "ShowVerticalPlane (Property)", "ShowVerticalPlane_pro.html"))
second252.xID = "ShowVerticalPlane_pro"
second253 = insDoc(first27, gLnk("R", "ShowZeroBubbles (Property)", "ShowZeroBubbles_pro.html"))
second253.xID = "ShowZeroBubbles_pro"
second254 = insDoc(first27, gLnk("R", "Size (Property)", "Size_pro.html"))
second254.xID = "Size_pro"
second255 = insDoc(first27, gLnk("R", "SmartScaling (Property)", "SmartScaling_pro.html"))
second255.xID = "SmartScaling_pro"
second256 = insDoc(first27, gLnk("R", "SortAscending (Property)", "SortAscending_pro.html"))
second256.xID = "SortAscending_pro"
second257 = insDoc(first27, gLnk("R", "SortDescending (Property)", "SortDescending_pro.html"))
second257.xID = "SortDescending_pro"
second258 = insDoc(first27, gLnk("R", "SortFactName (Property)", "SortFactName_pro.html"))
second258.xID = "SortFactName_pro"
second259 = insDoc(first27, gLnk("R", "SortFunction (Property)", "SortFunction_pro.html"))
second259.xID = "SortFunction_pro"
second260 = insDoc(first27, gLnk("R", "SortOrder (Property)", "SortOrder_pro.html"))
second260.xID = "SortOrder_pro"
second261 = insDoc(first27, gLnk("R", "SortOrderLang (Property)", "SortOrderLang_pro.html"))
second261.xID = "SortOrderLang_pro"
second262 = insDoc(first27, gLnk("R", "SpecificMetadataLogin (Property)", "SpecificMetadataLogin_pro.html"))
second262.xID = "SpecificMetadataLogin_pro"
second263 = insDoc(first27, gLnk("R", "SQLDecimalPositions (Property)", "ch25s263.html"))
second263.xID = "ch25s263"
second264 = insDoc(first27, gLnk("R", "SQLName (Property)", "SQLName_pro.html"))
second264.xID = "SQLName_pro"
second265 = insDoc(first27, gLnk("R", "SQLNetRetainDateFormats (Property)", "SQLNetRetainDateFormats_pro.html"))
second265.xID = "SQLNetRetainDateFormats_pro"
second266 = insDoc(first27, gLnk("R", "StackClusterType (Property)", "StackClusterType_pro.html"))
second266.xID = "StackClusterType_pro"
second267 = insDoc(first27, gLnk("R", "StatusText (Property)", "StatusText_pro.html"))
second267.xID = "StatusText_pro"
second268 = insDoc(first27, gLnk("R", "Script (Property)", "Script_pro.html"))
second268.xID = "Script_pro"
second269 = insDoc(first27, gLnk("R", "StringRetrieval (Property)", "StringRetrieval_pro.html"))
second269.xID = "StringRetrieval_pro"
second270 = insDoc(first27, gLnk("R", "Style (Property)", "Style_pro.html"))
second270.xID = "Style_pro"
second271 = insDoc(first27, gLnk("R", "SubTitle (Property)", "SubTitle_pro.html"))
second271.xID = "SubTitle_pro"
second272 = insDoc(first27, gLnk("R", "SuppressDuplicates (Property)", "SuppressDuplicates_pro.html"))
second272.xID = "SuppressDuplicates_pro"
second273 = insDoc(first27, gLnk("R", "SuppressEmptyRows (Property)", "SuppressEmptyRows_pro.html"))
second273.xID = "SuppressEmptyRows_pro"
second274 = insDoc(first27, gLnk("R", "SuppressMissingColumns (Property)", "SuppressMissingColumns_pro.html"))
second274.xID = "SuppressMissingColumns_pro"
second275 = insDoc(first27, gLnk("R", "SuppressMissingRows (Property)", "SuppressMissingRows_pro.html"))
second275.xID = "SuppressMissingRows_pro"
second276 = insDoc(first27, gLnk("R", "SuppressSharedMembers (Property)", "SuppressSharedMembers_pro.html"))
second276.xID = "SuppressSharedMembers_pro"
second277 = insDoc(first27, gLnk("R", "SuppressZeroColumns (Property)", "SuppressZeroColumns_pro.html"))
second277.xID = "SuppressZeroColumns_pro"
second278 = insDoc(first27, gLnk("R", "SuppressZeroRows (Property)", "SuppressZeroRows_pro.html"))
second278.xID = "SuppressZeroRows_pro"
second279 = insDoc(first27, gLnk("R", "SurfaceValues (Property)", "SurfaceValues_pro.html"))
second279.xID = "SurfaceValues_pro"
second280 = insDoc(first27, gLnk("R", "SuspendCalculation (Property)", "SuspendCalculation_pro.html"))
second280.xID = "SuspendCalculation_pro"
second281 = insDoc(first27, gLnk("R", "SuspendRecalculation (Property)", "SuspendRecalculation_pro.html"))
second281.xID = "SuspendRecalculation_pro"
second282 = insDoc(first27, gLnk("R", "Text (Property)", "Text_pro.html"))
second282.xID = "Text_pro"
second283 = insDoc(first27, gLnk("R", "TextWrap (Property)", "TextWrap_pro.html"))
second283.xID = "TextWrap_pro"
second284 = insDoc(first27, gLnk("R", "TickmarkFrequency (Property)", "TickmarkFrequency_pro.html"))
second284.xID = "TickmarkFrequency_pro"
second285 = insDoc(first27, gLnk("R", "TimeAwareAutoRange (Property)", "TimeAwareAutoRange_pro.html"))
second285.xID = "TimeAwareAutoRange_pro"
second286 = insDoc(first27, gLnk("R", "TimeAwareLabelIntervalType (Property)", "TimeAwareLabelIntervalType_pro.html"))
second286.xID = "TimeAwareLabelIntervalType_pro"
second287 = insDoc(first27, gLnk("R", "TimeAwareOn (Property)", "ch25s287.html"))
second287.xID = "ch25s287"
second288 = insDoc(first27, gLnk("R", "TimeAwareIntervalScrollType (Property)", "TimeAwareIntervalScrollType_pro.html"))
second288.xID = "TimeAwareIntervalScrollType_pro"
second289 = insDoc(first27, gLnk("R", "TimeAwareMax (Property)", "TimeAwareMax_pro.html"))
second289.xID = "TimeAwareMax_pro"
second290 = insDoc(first27, gLnk("R", "TimeAwareMin (Property)", "TimeAwareMin_pro.html"))
second290.xID = "TimeAwareMin_pro"
second291 = insDoc(first27, gLnk("R", "TimeAwareScrollEnabled (Property)", "TimeAwareScrollEnabled_pro.html"))
second291.xID = "TimeAwareScrollEnabled_pro"
second292 = insDoc(first27, gLnk("R", "TimeAwareScrollMaxDisplayed (Property)", "TimeAwareScrollMaxDisplayed_pro.html"))
second292.xID = "TimeAwareScrollMaxDisplayed_pro"
second293 = insDoc(first27, gLnk("R", "TimeAwareTickIntervalType", "TimeAwareTickIntervalType_pro.html"))
second293.xID = "TimeAwareTickIntervalType_pro"
second294 = insDoc(first27, gLnk("R", "TimeLimit (Property)", "TimeLimit_pro.html"))
second294.xID = "TimeLimit_pro"
second295 = insDoc(first27, gLnk("R", "TimeLimitActive (Property)", "TimeLimitActive_pro.html"))
second295.xID = "TimeLimitActive_pro"
second296 = insDoc(first27, gLnk("R", "Title (Property)", "Title_pro.html"))
second296.xID = "Title_pro"
second297 = insDoc(first27, gLnk("R", "TopMargin (Property)", "TopMargin_pro.html"))
second297.xID = "TopMargin_pro"
second298 = insDoc(first27, gLnk("R", "TopicName (Property)", "TopicName_pro.html"))
second298.xID = "TopicName_pro"
second299 = insDoc(first27, gLnk("R", "TrueComputedItemTotals (Property)", "TrueTotals_pro .html"))
second299.xID = "TrueTotals_pro "
second300 = insDoc(first27, gLnk("R", "Type (Property)", "Type_pro.html"))
second300.xID = "Type_pro"
second301 = insDoc(first27, gLnk("R", "UILanguage (Property)", "UILanguage_pro.html"))
second301.xID = "UILanguage_pro"
second302 = insDoc(first27, gLnk("R", "UnicodeEnabled (Property)", "UnicodeEnabled_pro.html"))
second302.xID = "UnicodeEnabled_pro"
second303 = insDoc(first27, gLnk("R", "UnionController (Property)", "UnionController_pro.html"))
second303.xID = "UnionController_pro"
second304 = insDoc(first27, gLnk("R", "UniqueName (Property)", "UniqueName_pro.html"))
second304.xID = "UniqueName_pro"
second305 = insDoc(first27, gLnk("R", "UniqueRows (Property)", "UniqueRows_pro.html"))
second305.xID = "UniqueRows_pro"
second306 = insDoc(first27, gLnk("R", "URL (Property)", "URL_pro.html"))
second306.xID = "URL_pro"
second307 = insDoc(first27, gLnk("R", "UseAliasTable (Property)", "UseAliasTable_pro.html"))
second307.xID = "UseAliasTable_pro"
second308 = insDoc(first27, gLnk("R", "UseLegacyColors (Property)", "UseLegacyColors_pro.html"))
second308.xID = "UseLegacyColors_pro"
second309 = insDoc(first27, gLnk("R", "Username (Property)", "Username_pro.html"))
second309.xID = "Username_pro"
second310 = insDoc(first27, gLnk("R", "ValueSource (Property)", "ValueSource_pro.html"))
second310.xID = "ValueSource_pro"
second311 = insDoc(first27, gLnk("R", "Variable (Property)", "Variable_pro.html"))
second311.xID = "Variable_pro"
second312 = insDoc(first27, gLnk("R", "VariableLimit (Property)", "VariableLimit_pro.html"))
second312.xID = "VariableLimit_pro"
second313 = insDoc(first27, gLnk("R", "VariableSlicerMode (Property)", "VariableSlicerMode_pro.html"))
second313.xID = "VariableSlicerMode_pro"
second314 = insDoc(first27, gLnk("R", "Version (Property)", "Version_pro.html"))
second314.xID = "Version_pro"
second315 = insDoc(first27, gLnk("R", "VerticalAlignment (Property)", "VerticalAlignment_pro.html"))
second315.xID = "VerticalAlignment_pro"
second316 = insDoc(first27, gLnk("R", "View (Property)", "View_pro.html"))
second316.xID = "View_pro"
second317 = insDoc(first27, gLnk("R", "ViewCount (Property)", "ViewCount_pro.html"))
second317.xID = "ViewCount_pro"
second318 = insDoc(first27, gLnk("R", "ViewIndex (Property)", "ViewIndex_pro.html"))
second318.xID = "ViewIndex_pro"
second319 = insDoc(first27, gLnk("R", "Visible (Property)", "Visible_pro.html"))
second319.xID = "Visible_pro"
second320 = insDoc(first27, gLnk("R", "Width (Property)", "Width_pro.html"))
second320.xID = "Width_pro"
second321 = insDoc(first27, gLnk("R", "WindowState (Property)", "WindowState_pro.html"))
second321.xID = "WindowState_pro"
second322 = insDoc(first27, gLnk("R", "XOffset (Property)", "XOffset_pro.html"))
second322.xID = "XOffset_pro"
second323 = insDoc(first27, gLnk("R", "YOffset (Property)", "YOffset_pro.html"))
second323.xID = "YOffset_pro"
first28 = insDoc(foldersTree, gLnk("R", "Constants", "ch26.html"))
first28.xID = "ch26"
first29 = insFld(foldersTree, gFld("JavaScript Examples", "ch27.html"))
first29.xID = "ch27"
second1 = insDoc(first29, gLnk("R", "Displaying and Entering Values in Text Boxes", "ch27s01.html"))
second1.xID = "ch27s01"
second2 = insDoc(first29, gLnk("R", "Retrieving and Setting Object Properties", "ch27s02.html"))
second2.xID = "ch27s02"
second3 = insDoc(first29, gLnk("R", "Object Model Placement and Sizing", "ch27s03.html"))
second3.xID = "ch27s03"
second4 = insFld(first29, gFld("Placement Node", "Placement_node.html"))
second4.xID = "Placement_node"
third1 = insDoc(second4, gLnk("R", "Placement Properties", "ch27s04s01.html"))
third1.xID = "ch27s04s01"
third2 = insDoc(second4, gLnk("R", "Placement Method", "ch27s04s02.html"))
third2.xID = "ch27s04s02"
second5 = insFld(first29, gFld("Creating and Deleting Shapes", "ch27s05.html"))
second5.xID = "ch27s05"
third1 = insDoc(second5, gLnk("R", "CreateShape Function", "ch27s05s01.html"))
third1.xID = "ch27s05s01"
third2 = insDoc(second5, gLnk("R", "RemoveShape Function", "ch27s05s02.html"))
third2.xID = "ch27s05s02"
second6 = insFld(first29, gFld("Using the Placement Properties and Method", "ch27s06.html"))
second6.xID = "ch27s06"
third1 = insDoc(second6, gLnk("R", "Placing Objects", "ch27s06s01.html"))
third1.xID = "ch27s06s01"
third2 = insDoc(second6, gLnk("R", "Verifying Functionality", "ch27s06s02.html"))
third2.xID = "ch27s06s02"
second7 = insDoc(first29, gLnk("R", "Using CreateShape and RemoveShape", "ch27s07.html"))
second7.xID = "ch27s07"
second8 = insDoc(first29, gLnk("R", "Verify CreateShape and RemoveShape Functionality", "ch27s08.html"))
second8.xID = "ch27s08"
second9 = insDoc(first29, gLnk("R", "Enabling and Disabling Controls", "ch27s09.html"))
second9.xID = "ch27s09"
second10 = insDoc(first29, gLnk("R", "Controlling the Visibility of Graphics and Controls", "ch27s10.html"))
second10.xID = "ch27s10"
second11 = insDoc(first29, gLnk("R", "Creating Interactive Reporting Database Connection Files (OCEs)", "ch27s11.html"))
second11.xID = "ch27s11"
second12 = insDoc(first29, gLnk("R", "Displaying a Connection Login Box", "ch27s12.html"))
second12.xID = "ch27s12"
second13 = insDoc(first29, gLnk("R", "Downloading Data Models", "ch27s13.html"))
second13.xID = "ch27s13"
second14 = insDoc(first29, gLnk("R", "Displaying Table Catalogs", "ch27s14.html"))
second14.xID = "ch27s14"
second15 = insDoc(first29, gLnk("R", "Adding Topics To Data Model Sections", "ch27s15.html"))
second15.xID = "ch27s15"
second16 = insDoc(first29, gLnk("R", "Setting Up Topic Object Variables", "ch27s16.html"))
second16.xID = "ch27s16"
second17 = insDoc(first29, gLnk("R", "Adding Joins", "ch27s17.html"))
second17.xID = "ch27s17"
second18 = insDoc(first29, gLnk("R", "Adding Items to the Request Line", "ch27s18.html"))
second18.xID = "ch27s18"
second19 = insDoc(first29, gLnk("R", "Adding Computed Columns to Query Request Lines", "ch27s19.html"))
second19.xID = "ch27s19"
second20 = insDoc(first29, gLnk("R", "Creating and Setting Variable Filters (Limits)", "ch27s20.html"))
second20.xID = "ch27s20"
second21 = insDoc(first29, gLnk("R", "Using a BrioQuery 5.5 Limit Dialog Box to Store Values", "ch27s21.html"))
second21.xID = "ch27s21"
second22 = insDoc(first29, gLnk("R", "Turning Off Page Headers on Report First Page", "ch27s22.html"))
second22.xID = "ch27s22"
second23 = insDoc(first29, gLnk("R", "Turning Off the Prompt to Save Dialog Box", "ch27s23.html"))
second23.xID = "ch27s23"
first30 = insFld(foldersTree, gFld("Object Model Map", "ch28.html"))
first30.xID = "ch28"
second1 = insDoc(first30, gLnk("R", "Object Model Hierarchy", "ch28s01.html"))
second1.xID = "ch28s01"
second2 = insDoc(first30, gLnk("R", "Application Level Hierarchy", "ch28s02.html"))
second2.xID = "ch28s02"
second3 = insDoc(first30, gLnk("R", "ActiveDocument Level Hierarchy", "ch28s03.html"))
second3.xID = "ch28s03"
second4 = insDoc(first30, gLnk("R", "Sections", "ch28s04.html"))
second4.xID = "ch28s04"
second5 = insDoc(first30, gLnk("R", "Query Section", "ch28s05.html"))
second5.xID = "ch28s05"
second6 = insDoc(first30, gLnk("R", "Dashboard Section", "ch28s06.html"))
second6.xID = "ch28s06"
second7 = insDoc(first30, gLnk("R", "Chart Section", "ch28s07.html"))
second7.xID = "ch28s07"
second8 = insDoc(first30, gLnk("R", "Results, Report, and Pivot Sections", "ch28s08.html"))
second8.xID = "ch28s08"
second9 = insDoc(first30, gLnk("R", "Table and OLAPQuery Sections", "ch28s09.html"))
second9.xID = "ch28s09"
first31 = insFld(foldersTree, gFld("Troubleshooting Scripts", "ch29.html"))
first31.xID = "ch29"
second1 = insDoc(first31, gLnk("R", "Identifying Errors", "ch29s01.html"))
second1.xID = "ch29s01"
second2 = insDoc(first31, gLnk("R", "Space-Saving Variables", "ch29s02.html"))
second2.xID = "ch29s02"
second3 = insDoc(first31, gLnk("R", "Case-Sensitive Code", "ch29s03.html"))
second3.xID = "ch29s03"
second4 = insDoc(first31, gLnk("R", "Assignment Operators Versus Comparison Operators", "ch29s04.html"))
second4.xID = "ch29s04"
second5 = insDoc(first31, gLnk("R", "Conditional Tests", "ch29s05.html"))
second5.xID = "ch29s05"
second6 = insDoc(first31, gLnk("R", "Syntax Displayed in the Description Pane", "ch29s06.html"))
second6.xID = "ch29s06"
second7 = insDoc(first31, gLnk("R", "Recalculating Results", "ch29s07.html"))
second7.xID = "ch29s07"
second8 = insDoc(first31, gLnk("R", "Designing Scripts", "ch29s08.html"))
second8.xID = "ch29s08"
second9 = insDoc(first31, gLnk("R", "Code Entry", "ch29s09.html"))
second9.xID = "ch29s09"
second10 = insDoc(first31, gLnk("R", "Bypass Errors", "ch29s10.html"))
second10.xID = "ch29s10"
second11 = insDoc(first31, gLnk("R", "Getting Assistance with Problem Scripts", "ch29s11.html"))
second11.xID = "ch29s11"
first32 = insFld(foldersTree, gFld("Designing for Workspace", "ch30.html"))
first32.xID = "ch30"
second1 = insFld(first32, gFld("Architecture of Workspace", "ch30s01.html"))
second1.xID = "ch30s01"
third1 = insDoc(second1, gLnk("R", "Workspace Components", "ch30s01s01.html"))
third1.xID = "ch30s01s01"
third2 = insFld(second1, gFld("Workspace Performance-Enhancing Features", "ch30s01s02.html"))
third2.xID = "ch30s01s02"
fourth1 = insDoc(third2, gLnk("R", "Partial Document Loading", "ch30s01s02s01.html"))
fourth1.xID = "ch30s01s02s01"
fourth2 = insDoc(third2, gLnk("R", "Multithreading", "ch30s01s02s02.html"))
fourth2.xID = "ch30s01s02s02"
fourth3 = insDoc(third2, gLnk("R", "Distributed Components", "ch30s01s02s03.html"))
fourth3.xID = "ch30s01s02s03"
fourth4 = insDoc(third2, gLnk("R", "Disk Caching Of Interactive Reporting Documents", "ch30s01s02s04.html"))
fourth4.xID = "ch30s01s02s04"
second2 = insDoc(first32, gLnk("R", "Interactive Reporting Features Supported in Workspace", "ch30s02.html"))
second2.xID = "ch30s02"
second3 = insFld(first32, gFld("Workspace Limitations-Designing and Using Interactive Reporting Document Sections", "ch30s03.html"))
second3.xID = "ch30s03"
third1 = insDoc(second3, gLnk("R", "General Functions-Workspace Limitations", "ch30s03s01.html"))
third1.xID = "ch30s03s01"
third2 = insDoc(second3, gLnk("R", "Query and Data Model Sections-Workspace Limitations", "ch30s03s02.html"))
third2.xID = "ch30s03s02"
third3 = insDoc(second3, gLnk("R", "OLAPQuery Sections-Workspace Limitations", "ch30s03s03.html"))
third3.xID = "ch30s03s03"
third4 = insDoc(second3, gLnk("R", "Results and Table Sections-Workspace Limitations", "ch30s03s04.html"))
third4.xID = "ch30s03s04"
third5 = insDoc(second3, gLnk("R", "Pivot Sections-Workspace Limitations", "ch30s03s05.html"))
third5.xID = "ch30s03s05"
third6 = insDoc(second3, gLnk("R", "Chart Sections-Workspace Limitations", "ch30s03s06.html"))
third6.xID = "ch30s03s06"
third7 = insDoc(second3, gLnk("R", "Dashboard Sections-Workspace Limitations", "ch30s03s07.html"))
third7.xID = "ch30s03s07"
third8 = insDoc(second3, gLnk("R", "Report Sections-Workspace Limitations", "ch30s03s08.html"))
third8.xID = "ch30s03s08"
third9 = insDoc(second3, gLnk("R", "Computed Items Workspace Limitations", "ch30s03s09.html"))
third9.xID = "ch30s03s09"
second4 = insDoc(first32, gLnk("R", "Creating Predefined Drill-Down Paths", "ch30s04.html"))
second4.xID = "ch30s04"
second5 = insDoc(first32, gLnk("R", "Chart Sizing", "ch30s05.html"))
second5.xID = "ch30s05"
second6 = insFld(first32, gFld("Locating Errors", "ch30s06.html"))
second6.xID = "ch30s06"
third1 = insDoc(second6, gLnk("R", "Console Window", "ch30s06s01.html"))
third1.xID = "ch30s06s01"
third2 = insDoc(second6, gLnk("R", "Error Logs", "ch30s06s02.html"))
third2.xID = "ch30s06s02"
third3 = insDoc(second6, gLnk("R", "try-catch Block", "ch30s06s03.html"))
third3.xID = "ch30s06s03"
second7 = insDoc(first32, gLnk("R", "Controls", "ch30s07.html"))
second7.xID = "ch30s07"
second8 = insDoc(first32, gLnk("R", "Control Objects Properties", "ch30s08.html"))
second8.xID = "ch30s08"
second9 = insDoc(first32, gLnk("R", "Graphics", "ch30s09.html"))
second9.xID = "ch30s09"
second10 = insDoc(first32, gLnk("R", "Borders, Background, and Fonts", "ch30s10.html"))
second10.xID = "ch30s10"
second11 = insDoc(first32, gLnk("R", "Events", "ch30s11.html"))
second11.xID = "ch30s11"
second12 = insFld(first32, gFld("Client-Side JavaScript", "ch30s12.html"))
second12.xID = "ch30s12"
third1 = insDoc(second12, gLnk("R", "Client Status", "ch30s12s01.html"))
third1.xID = "ch30s12s01"
third2 = insDoc(second12, gLnk("R", "Client-Side Events", "ch30s12s02.html"))
third2.xID = "ch30s12s02"
third3 = insDoc(second12, gLnk("R", "Text Box Events and Properties", "ch30s12s03.html"))
third3.xID = "ch30s12s03"
second13 = insDoc(first32, gLnk("R", "Alert Dialog Box", "ch30s13.html"))
second13.xID = "ch30s13"
second14 = insFld(first32, gFld("Toolbars", "ch30s14.html"))
second14.xID = "ch30s14"
third1 = insDoc(second14, gLnk("R", "Toolbars Not Required in Workspace", "ch30s14s01.html"))
third1.xID = "ch30s14s01"
third2 = insDoc(second14, gLnk("R", "Standard Interactive Reporting Toolbar", "ch30s14s02.html"))
third2.xID = "ch30s14s02"
third3 = insDoc(second14, gLnk("R", "Event Controls for Toolbar Display", "ch30s14s03.html"))
third3.xID = "ch30s14s03"
third4 = insDoc(second14, gLnk("R", "Rules for Toolbars in Workspace", "ch30s14s04.html"))
third4.xID = "ch30s14s04"
third5 = insDoc(second14, gLnk("R", "Personal Pages", "ch30s14s05.html"))
third5.xID = "ch30s14s05"
third6 = insDoc(second14, gLnk("R", "Section 508 Compliance", "ch30s14s06.html"))
third6.xID = "ch30s14s06"
second15 = insDoc(first32, gLnk("R", "Accessibility", "ch30s15.html"))
second15.xID = "ch30s15"
second16 = insFld(first32, gFld("Guided Analysis and Reporting", "ch30s16.html"))
second16.xID = "ch30s16"
third1 = insDoc(second16, gLnk("R", "Processing the POV", "ch30s16s01.html"))
third1.xID = "ch30s16s01"
third2 = insDoc(second16, gLnk("R", "Parsing SmartCuts and Storing Data in Global Variables", "ch30s16s02.html"))
third2.xID = "ch30s16s02"
third3 = insDoc(second16, gLnk("R", "Traversing the Object Model Tree", "ch30s16s03.html"))
third3.xID = "ch30s16s03"
second17 = insDoc(first32, gLnk("R", "Object Model Items Excluded from Workspace", "ch30s17.html"))
second17.xID = "ch30s17"
second18 = insDoc(first32, gLnk("R", "Object Model Properties Irrelevant to Workspace That Must Be Retained", "ch30s18.html"))
second18.xID = "ch30s18"
second19 = insDoc(first32, gLnk("R", "User Embedded HTML", "ch30s19.html"))
second19.xID = "ch30s19"
second20 = insDoc(first32, gLnk("R", "BQY-XML Formatting", "ch30s20.html"))
second20.xID = "ch30s20"
second21 = insDoc(first32, gLnk("R", "User Credentials in Scripting", "ch30s21.html"))
second21.xID = "ch30s21"
second22 = insDoc(first32, gLnk("R", "Fixing Scripted Credentials Errors", "ch30s22.html"))
second22.xID = "ch30s22"
second23 = insDoc(first32, gLnk("R", "PrintOut() Method Support in Workspace", "ch30s23.html"))
second23.xID = "ch30s23"
second24 = insDoc(first32, gLnk("R", "Anti-Aliasing and Charts", "ch30s24.html"))
second24.xID = "ch30s24"
first33 = insFld(foldersTree, gFld("Statements", "ch31.html"))
first33.xID = "ch31"
second1 = insDoc(first33, gLnk("R", "break", "ch31s01.html"))
second1.xID = "ch31s01"
second2 = insDoc(first33, gLnk("R", "comment", "ch31s02.html"))
second2.xID = "ch31s02"
second3 = insDoc(first33, gLnk("R", "continue", "ch31s03.html"))
second3.xID = "ch31s03"
second4 = insDoc(first33, gLnk("R", "delete", "ch31s04.html"))
second4.xID = "ch31s04"
second5 = insDoc(first33, gLnk("R", "do...while", "ch31s05.html"))
second5.xID = "ch31s05"
second6 = insDoc(first33, gLnk("R", "for", "ch31s06.html"))
second6.xID = "ch31s06"
second7 = insDoc(first33, gLnk("R", "for...in", "ch31s07.html"))
second7.xID = "ch31s07"
second8 = insDoc(first33, gLnk("R", "function", "ch31s08.html"))
second8.xID = "ch31s08"
second9 = insDoc(first33, gLnk("R", "if...else", "ch31s09.html"))
second9.xID = "ch31s09"
second10 = insDoc(first33, gLnk("R", "labeled", "ch31s10.html"))
second10.xID = "ch31s10"
second11 = insDoc(first33, gLnk("R", "return", "ch31s11.html"))
second11.xID = "ch31s11"
second12 = insDoc(first33, gLnk("R", "switch", "ch31s12.html"))
second12.xID = "ch31s12"
second13 = insDoc(first33, gLnk("R", "var", "ch31s13.html"))
second13.xID = "ch31s13"
second14 = insDoc(first33, gLnk("R", "while", "ch31s14.html"))
second14.xID = "ch31s14"
second15 = insDoc(first33, gLnk("R", "with", "ch31s15.html"))
second15.xID = "ch31s15"
first34 = insFld(foldersTree, gFld("JavaScript Operators", "ch32.html"))
first34.xID = "ch32"
second1 = insDoc(first34, gLnk("R", "Arithmetic Operators", "ch32s01.html"))
second1.xID = "ch32s01"
second2 = insDoc(first34, gLnk("R", "Assignment Operators", "ch32s02.html"))
second2.xID = "ch32s02"
second3 = insFld(first34, gFld("Bitwise Operators", "ch32s03.html"))
second3.xID = "ch32s03"
third1 = insDoc(second3, gLnk("R", "Bitwise Logical Operators", "ch32s03s01.html"))
third1.xID = "ch32s03s01"
third2 = insDoc(second3, gLnk("R", "Bitwise Shift Operators", "ch32s03s02.html"))
third2.xID = "ch32s03s02"
second4 = insDoc(first34, gLnk("R", "Comparison Operators", "ch32s04.html"))
second4.xID = "ch32s04"
second5 = insFld(first34, gFld("Logical Operators", "ch32s05.html"))
second5.xID = "ch32s05"
third1 = insDoc(second5, gLnk("R", "Short-Circuit Evaluation", "ch32s05s01.html"))
third1.xID = "ch32s05s01"
second6 = insDoc(first34, gLnk("R", "String Operators", "ch32s06.html"))
second6.xID = "ch32s06"
second7 = insFld(first34, gFld("Special Operators", "ch32s07.html"))
second7.xID = "ch32s07"
third1 = insDoc(second7, gLnk("R", "?: (Conditional operator)", "ch32s07s01.html"))
third1.xID = "ch32s07s01"
third2 = insDoc(second7, gLnk("R", ", (comma operator)", "ch32s07s02.html"))
third2.xID = "ch32s07s02"
third3 = insDoc(second7, gLnk("R", "delete", "ch32s07s03.html"))
third3.xID = "ch32s07s03"
third4 = insDoc(second7, gLnk("R", "new", "ch32s07s04.html"))
third4.xID = "ch32s07s04"
third5 = insDoc(second7, gLnk("R", "this", "ch32s07s05.html"))
third5.xID = "ch32s07s05"
third6 = insDoc(second7, gLnk("R", "typeof", "ch32s07s06.html"))
third6.xID = "ch32s07s06"
third7 = insDoc(second7, gLnk("R", "void", "ch32s07s07.html"))
third7.xID = "ch32s07s07"
first35 = insFld(foldersTree, gFld("Core Objects", "ch33.html"))
first35.xID = "ch33"
second1 = insFld(first35, gFld("Array", "ch33s01.html"))
second1.xID = "ch33s01"
third1 = insFld(second1, gFld("Array Properties", "ch33s01s01.html"))
third1.xID = "ch33s01s01"
fourth1 = insDoc(third1, gLnk("R", "index", "ch33s01s01s01.html"))
fourth1.xID = "ch33s01s01s01"
fourth2 = insDoc(third1, gLnk("R", "input", "ch33s01s01s02.html"))
fourth2.xID = "ch33s01s01s02"
fourth3 = insDoc(third1, gLnk("R", "length", "ch33s01s01s03.html"))
fourth3.xID = "ch33s01s01s03"
fourth4 = insDoc(third1, gLnk("R", "prototype", "ch33s01s01s04.html"))
fourth4.xID = "ch33s01s01s04"
third2 = insFld(second1, gFld("Array Methods", "ch33s01s02.html"))
third2.xID = "ch33s01s02"
fourth1 = insDoc(third2, gLnk("R", "concat", "ch33s01s02s01.html"))
fourth1.xID = "ch33s01s02s01"
fourth2 = insDoc(third2, gLnk("R", "join", "ch33s01s02s02.html"))
fourth2.xID = "ch33s01s02s02"
fourth3 = insDoc(third2, gLnk("R", "pop", "ch33s01s02s03.html"))
fourth3.xID = "ch33s01s02s03"
fourth4 = insDoc(third2, gLnk("R", "push", "ch33s01s02s04.html"))
fourth4.xID = "ch33s01s02s04"
fourth5 = insDoc(third2, gLnk("R", "reverse", "ch33s01s02s05.html"))
fourth5.xID = "ch33s01s02s05"
fourth6 = insDoc(third2, gLnk("R", "shift", "ch33s01s02s06.html"))
fourth6.xID = "ch33s01s02s06"
fourth7 = insDoc(third2, gLnk("R", "slice", "ch33s01s02s07.html"))
fourth7.xID = "ch33s01s02s07"
fourth8 = insDoc(third2, gLnk("R", "splice", "ch33s01s02s08.html"))
fourth8.xID = "ch33s01s02s08"
fourth9 = insDoc(third2, gLnk("R", "sort", "ch33s01s02s09.html"))
fourth9.xID = "ch33s01s02s09"
fourth10 = insDoc(third2, gLnk("R", "toString", "ch33s01s02s10.html"))
fourth10.xID = "ch33s01s02s10"
fourth11 = insDoc(third2, gLnk("R", "unshift", "ch33s01s02s11.html"))
fourth11.xID = "ch33s01s02s11"
second2 = insFld(first35, gFld("Boolean", "ch33s02.html"))
second2.xID = "ch33s02"
third1 = insFld(second2, gFld("Boolean Properties", "ch33s02s01.html"))
third1.xID = "ch33s02s01"
fourth1 = insDoc(third1, gLnk("R", "prototype", "ch33s02s01s01.html"))
fourth1.xID = "ch33s02s01s01"
third2 = insFld(second2, gFld("Boolean Methods", "ch33s02s02.html"))
third2.xID = "ch33s02s02"
fourth1 = insDoc(third2, gLnk("R", "toString", "ch33s02s02s01.html"))
fourth1.xID = "ch33s02s02s01"
second3 = insFld(first35, gFld("Date", "ch33s03.html"))
second3.xID = "ch33s03"
third1 = insFld(second3, gFld("Date Properties", "ch33s03s01.html"))
third1.xID = "ch33s03s01"
fourth1 = insDoc(third1, gLnk("R", "Date Methods", "ch33s03s01s01.html"))
fourth1.xID = "ch33s03s01s01"
fourth2 = insDoc(third1, gLnk("R", "prototype", "ch33s03s01s02.html"))
fourth2.xID = "ch33s03s01s02"
second4 = insFld(first35, gFld("Function", "ch33s04.html"))
second4.xID = "ch33s04"
third1 = insFld(second4, gFld("Function Properties", "ch33s04s01.html"))
third1.xID = "ch33s04s01"
fourth1 = insDoc(third1, gLnk("R", "arguments", "ch33s04s01s01.html"))
fourth1.xID = "ch33s04s01s01"
fourth2 = insDoc(third1, gLnk("R", "arity", "ch33s04s01s02.html"))
fourth2.xID = "ch33s04s01s02"
fourth3 = insDoc(third1, gLnk("R", "caller", "ch33s04s01s03.html"))
fourth3.xID = "ch33s04s01s03"
fourth4 = insDoc(third1, gLnk("R", "prototype", "ch33s04s01s04.html"))
fourth4.xID = "ch33s04s01s04"
third2 = insFld(second4, gFld("Function Methods", "ch33s04s02.html"))
third2.xID = "ch33s04s02"
fourth1 = insDoc(third2, gLnk("R", "toString", "ch33s04s02s01.html"))
fourth1.xID = "ch33s04s02s01"
second5 = insFld(first35, gFld("Math", "ch33s05.html"))
second5.xID = "ch33s05"
third1 = insFld(second5, gFld("Math Properties", "ch33s05s01.html"))
third1.xID = "ch33s05s01"
fourth1 = insDoc(third1, gLnk("R", "E", "ch33s05s01s01.html"))
fourth1.xID = "ch33s05s01s01"
fourth2 = insDoc(third1, gLnk("R", "LN10", "ch33s05s01s02.html"))
fourth2.xID = "ch33s05s01s02"
fourth3 = insDoc(third1, gLnk("R", "LN2", "ch33s05s01s03.html"))
fourth3.xID = "ch33s05s01s03"
fourth4 = insDoc(third1, gLnk("R", "LOG10E", "ch33s05s01s04.html"))
fourth4.xID = "ch33s05s01s04"
fourth5 = insDoc(third1, gLnk("R", "LOG2E", "ch33s05s01s05.html"))
fourth5.xID = "ch33s05s01s05"
fourth6 = insDoc(third1, gLnk("R", "PI", "ch33s05s01s06.html"))
fourth6.xID = "ch33s05s01s06"
fourth7 = insDoc(third1, gLnk("R", "SQRT1_2", "ch33s05s01s07.html"))
fourth7.xID = "ch33s05s01s07"
fourth8 = insDoc(third1, gLnk("R", "SQRT2", "ch33s05s01s08.html"))
fourth8.xID = "ch33s05s01s08"
third2 = insFld(second5, gFld("Math Methods", "ch33s05s02.html"))
third2.xID = "ch33s05s02"
fourth1 = insDoc(third2, gLnk("R", "abs", "ch33s05s02s01.html"))
fourth1.xID = "ch33s05s02s01"
fourth2 = insDoc(third2, gLnk("R", "acos", "ch33s05s02s02.html"))
fourth2.xID = "ch33s05s02s02"
fourth3 = insDoc(third2, gLnk("R", "asin", "ch33s05s02s03.html"))
fourth3.xID = "ch33s05s02s03"
fourth4 = insDoc(third2, gLnk("R", "atan", "ch33s05s02s04.html"))
fourth4.xID = "ch33s05s02s04"
fourth5 = insDoc(third2, gLnk("R", "atan2", "ch33s05s02s05.html"))
fourth5.xID = "ch33s05s02s05"
fourth6 = insDoc(third2, gLnk("R", "ceil", "ch33s05s02s06.html"))
fourth6.xID = "ch33s05s02s06"
fourth7 = insDoc(third2, gLnk("R", "cos", "ch33s05s02s07.html"))
fourth7.xID = "ch33s05s02s07"
fourth8 = insDoc(third2, gLnk("R", "exp", "ch33s05s02s08.html"))
fourth8.xID = "ch33s05s02s08"
fourth9 = insDoc(third2, gLnk("R", "floor", "ch33s05s02s09.html"))
fourth9.xID = "ch33s05s02s09"
fourth10 = insDoc(third2, gLnk("R", "log", "ch33s05s02s10.html"))
fourth10.xID = "ch33s05s02s10"
fourth11 = insDoc(third2, gLnk("R", "max", "ch33s05s02s11.html"))
fourth11.xID = "ch33s05s02s11"
fourth12 = insDoc(third2, gLnk("R", "min", "ch33s05s02s12.html"))
fourth12.xID = "ch33s05s02s12"
fourth13 = insDoc(third2, gLnk("R", "pow", "ch33s05s02s13.html"))
fourth13.xID = "ch33s05s02s13"
fourth14 = insDoc(third2, gLnk("R", "random", "ch33s05s02s14.html"))
fourth14.xID = "ch33s05s02s14"
fourth15 = insDoc(third2, gLnk("R", "round", "ch33s05s02s15.html"))
fourth15.xID = "ch33s05s02s15"
fourth16 = insDoc(third2, gLnk("R", "sin", "ch33s05s02s16.html"))
fourth16.xID = "ch33s05s02s16"
fourth17 = insDoc(third2, gLnk("R", "sqrt", "ch33s05s02s17.html"))
fourth17.xID = "ch33s05s02s17"
fourth18 = insDoc(third2, gLnk("R", "tan", "ch33s05s02s18.html"))
fourth18.xID = "ch33s05s02s18"
second6 = insFld(first35, gFld("Number", "ch33s06.html"))
second6.xID = "ch33s06"
third1 = insFld(second6, gFld("Number Properties", "ch33s06s01.html"))
third1.xID = "ch33s06s01"
fourth1 = insDoc(third1, gLnk("R", "MAX_VALUE", "ch33s06s01s01.html"))
fourth1.xID = "ch33s06s01s01"
fourth2 = insDoc(third1, gLnk("R", "MIN_VALUE", "ch33s06s01s02.html"))
fourth2.xID = "ch33s06s01s02"
fourth3 = insDoc(third1, gLnk("R", "NaN", "ch33s06s01s03.html"))
fourth3.xID = "ch33s06s01s03"
fourth4 = insDoc(third1, gLnk("R", "NEGATIVE_INFINITY", "ch33s06s01s04.html"))
fourth4.xID = "ch33s06s01s04"
fourth5 = insDoc(third1, gLnk("R", "POSITIVE_INFINITY", "ch33s06s01s05.html"))
fourth5.xID = "ch33s06s01s05"
fourth6 = insDoc(third1, gLnk("R", "Prototype", "ch33s06s01s06.html"))
fourth6.xID = "ch33s06s01s06"
fourth7 = insDoc(third1, gLnk("R", "Number Methods", "ch33s06s01s07.html"))
fourth7.xID = "ch33s06s01s07"
fourth8 = insDoc(third1, gLnk("R", "toString", "ch33s06s01s08.html"))
fourth8.xID = "ch33s06s01s08"
second7 = insFld(first35, gFld("Object", "ch33s07.html"))
second7.xID = "ch33s07"
third1 = insFld(second7, gFld("Object Properties", "ch33s07s01.html"))
third1.xID = "ch33s07s01"
fourth1 = insDoc(third1, gLnk("R", "constructor", "ch33s07s01s01.html"))
fourth1.xID = "ch33s07s01s01"
fourth2 = insDoc(third1, gLnk("R", "Prototype", "ch33s07s01s02.html"))
fourth2.xID = "ch33s07s01s02"
third2 = insFld(second7, gFld("Object Methods", "ch33s07s02.html"))
third2.xID = "ch33s07s02"
fourth1 = insDoc(third2, gLnk("R", "eval", "ch33s07s02s01.html"))
fourth1.xID = "ch33s07s02s01"
fourth2 = insDoc(third2, gLnk("R", "toString", "ch33s07s02s02.html"))
fourth2.xID = "ch33s07s02s02"
fourth3 = insDoc(third2, gLnk("R", "unwatch", "ch33s07s02s03.html"))
fourth3.xID = "ch33s07s02s03"
fourth4 = insDoc(third2, gLnk("R", "valueOf", "ch33s07s02s04.html"))
fourth4.xID = "ch33s07s02s04"
fourth5 = insDoc(third2, gLnk("R", "watch", "ch33s07s02s05.html"))
fourth5.xID = "ch33s07s02s05"
second8 = insFld(first35, gFld("String", "ch33s08.html"))
second8.xID = "ch33s08"
third1 = insFld(second8, gFld("String Properties", "ch33s08s01.html"))
third1.xID = "ch33s08s01"
fourth1 = insDoc(third1, gLnk("R", "length", "ch33s08s01s01.html"))
fourth1.xID = "ch33s08s01s01"
fourth2 = insDoc(third1, gLnk("R", "prototype", "ch33s08s01s02.html"))
fourth2.xID = "ch33s08s01s02"
third2 = insFld(second8, gFld("String Methods", "ch33s08s02.html"))
third2.xID = "ch33s08s02"
fourth1 = insDoc(third2, gLnk("R", "anchor", "ch33s08s02s01.html"))
fourth1.xID = "ch33s08s02s01"
fourth2 = insDoc(third2, gLnk("R", "big", "ch33s08s02s02.html"))
fourth2.xID = "ch33s08s02s02"
fourth3 = insDoc(third2, gLnk("R", "blink", "ch33s08s02s03.html"))
fourth3.xID = "ch33s08s02s03"
fourth4 = insDoc(third2, gLnk("R", "bold", "ch33s08s02s04.html"))
fourth4.xID = "ch33s08s02s04"
fourth5 = insDoc(third2, gLnk("R", "charAt", "ch33s08s02s05.html"))
fourth5.xID = "ch33s08s02s05"
fourth6 = insDoc(third2, gLnk("R", "charCodeAt", "ch33s08s02s06.html"))
fourth6.xID = "ch33s08s02s06"
fourth7 = insDoc(third2, gLnk("R", "concat", "ch33s08s02s07.html"))
fourth7.xID = "ch33s08s02s07"
fourth8 = insDoc(third2, gLnk("R", "fixed", "ch33s08s02s08.html"))
fourth8.xID = "ch33s08s02s08"
fourth9 = insDoc(third2, gLnk("R", "fontcolor", "ch33s08s02s09.html"))
fourth9.xID = "ch33s08s02s09"
fourth10 = insDoc(third2, gLnk("R", "fontsize", "ch33s08s02s10.html"))
fourth10.xID = "ch33s08s02s10"
fourth11 = insDoc(third2, gLnk("R", "fromCharCode", "ch33s08s02s11.html"))
fourth11.xID = "ch33s08s02s11"
fourth12 = insDoc(third2, gLnk("R", "indexOf", "ch33s08s02s12.html"))
fourth12.xID = "ch33s08s02s12"
fourth13 = insDoc(third2, gLnk("R", "italics", "ch33s08s02s13.html"))
fourth13.xID = "ch33s08s02s13"
fourth14 = insDoc(third2, gLnk("R", "lastIndexOf", "ch33s08s02s14.html"))
fourth14.xID = "ch33s08s02s14"
fourth15 = insDoc(third2, gLnk("R", "link", "ch33s08s02s15.html"))
fourth15.xID = "ch33s08s02s15"
fourth16 = insDoc(third2, gLnk("R", "match", "ch33s08s02s16.html"))
fourth16.xID = "ch33s08s02s16"
fourth17 = insDoc(third2, gLnk("R", "replace", "ch33s08s02s17.html"))
fourth17.xID = "ch33s08s02s17"
fourth18 = insDoc(third2, gLnk("R", "search", "ch33s08s02s18.html"))
fourth18.xID = "ch33s08s02s18"
fourth19 = insDoc(third2, gLnk("R", "slice", "ch33s08s02s19.html"))
fourth19.xID = "ch33s08s02s19"
fourth20 = insDoc(third2, gLnk("R", "small", "ch33s08s02s20.html"))
fourth20.xID = "ch33s08s02s20"
fourth21 = insDoc(third2, gLnk("R", "split", "ch33s08s02s21.html"))
fourth21.xID = "ch33s08s02s21"
fourth22 = insDoc(third2, gLnk("R", "strike", "ch33s08s02s22.html"))
fourth22.xID = "ch33s08s02s22"
fourth23 = insDoc(third2, gLnk("R", "sub", "ch33s08s02s23.html"))
fourth23.xID = "ch33s08s02s23"
fourth24 = insDoc(third2, gLnk("R", "substr", "ch33s08s02s24.html"))
fourth24.xID = "ch33s08s02s24"
fourth25 = insDoc(third2, gLnk("R", "substring", "ch33s08s02s25.html"))
fourth25.xID = "ch33s08s02s25"
fourth26 = insDoc(third2, gLnk("R", "sup", "ch33s08s02s26.html"))
fourth26.xID = "ch33s08s02s26"
fourth27 = insDoc(third2, gLnk("R", "toLowerCase", "ch33s08s02s27.html"))
fourth27.xID = "ch33s08s02s27"
fourth28 = insDoc(third2, gLnk("R", "toUpperCase", "ch33s08s02s28.html"))
fourth28.xID = "ch33s08s02s28"
second9 = insFld(first35, gFld("Regular Expression", "ch33s09.html"))
second9.xID = "ch33s09"
third1 = insFld(second9, gFld("Regular Expression Properties", "ch33s09s01.html"))
third1.xID = "ch33s09s01"
fourth1 = insDoc(third1, gLnk("R", "$1, ..., $9", "ch33s09s01s01.html"))
fourth1.xID = "ch33s09s01s01"
fourth2 = insDoc(third1, gLnk("R", "$_", "ch33s09s01s02.html"))
fourth2.xID = "ch33s09s01s02"
fourth3 = insDoc(third1, gLnk("R", "$*", "ch33s09s01s03.html"))
fourth3.xID = "ch33s09s01s03"
fourth4 = insDoc(third1, gLnk("R", "$&", "ch33s09s01s04.html"))
fourth4.xID = "ch33s09s01s04"
fourth5 = insDoc(third1, gLnk("R", "$+", "ch33s09s01s05.html"))
fourth5.xID = "ch33s09s01s05"
fourth6 = insDoc(third1, gLnk("R", "$", "ch33s09s01s06.html"))
fourth6.xID = "ch33s09s01s06"
fourth7 = insDoc(third1, gLnk("R", "$", "ch33s09s01s07.html"))
fourth7.xID = "ch33s09s01s07"
fourth8 = insDoc(third1, gLnk("R", "global", "ch33s09s01s08.html"))
fourth8.xID = "ch33s09s01s08"
fourth9 = insDoc(third1, gLnk("R", "ignoreCase", "ch33s09s01s09.html"))
fourth9.xID = "ch33s09s01s09"
fourth10 = insDoc(third1, gLnk("R", "input", "ch33s09s01s10.html"))
fourth10.xID = "ch33s09s01s10"
fourth11 = insDoc(third1, gLnk("R", "lastIndex", "ch33s09s01s11.html"))
fourth11.xID = "ch33s09s01s11"
fourth12 = insDoc(third1, gLnk("R", "lastMatch", "ch33s09s01s12.html"))
fourth12.xID = "ch33s09s01s12"
fourth13 = insDoc(third1, gLnk("R", "lastParen", "ch33s09s01s13.html"))
fourth13.xID = "ch33s09s01s13"
fourth14 = insDoc(third1, gLnk("R", "leftContext", "ch33s09s01s14.html"))
fourth14.xID = "ch33s09s01s14"
fourth15 = insDoc(third1, gLnk("R", "multiline", "ch33s09s01s15.html"))
fourth15.xID = "ch33s09s01s15"
fourth16 = insDoc(third1, gLnk("R", "rightContext", "ch33s09s01s16.html"))
fourth16.xID = "ch33s09s01s16"
fourth17 = insDoc(third1, gLnk("R", "source", "ch33s09s01s17.html"))
fourth17.xID = "ch33s09s01s17"
third2 = insFld(second9, gFld("Regular Expression Methods", "ch33s09s02.html"))
third2.xID = "ch33s09s02"
fourth1 = insDoc(third2, gLnk("R", "compile", "ch33s09s02s01.html"))
fourth1.xID = "ch33s09s02s01"
fourth2 = insDoc(third2, gLnk("R", "exec", "ch33s09s02s02.html"))
fourth2.xID = "ch33s09s02s02"
fourth3 = insDoc(third2, gLnk("R", "test", "ch33s09s02s03.html"))
fourth3.xID = "ch33s09s02s03"
first36 = insDoc(foldersTree, gLnk("R", "Part III: Interactive Reporting Administrators Guide", "pt03.html"))
first36.xID = "pt03"
first37 = insFld(foldersTree, gFld("Understanding Connectivity in Interactive Reporting", "ch34.html"))
first37.xID = "ch34"
second1 = insDoc(first37, gLnk("R", "About Interactive Reporting Database Connection Files", "ch34s01.html"))
second1.xID = "ch34s01"
second2 = insFld(first37, gFld("Working with Interactive Reporting Database Connections", "ch34s02.html"))
second2.xID = "ch34s02"
third1 = insDoc(second2, gLnk("R", "Creating Interactive Reporting Database Connections (.oces)", "ir_connect_wizard.html"))
third1.xID = "ir_connect_wizard"
third2 = insFld(second2, gFld("Setting Connection Preferences", "ch34s02s02.html"))
third2.xID = "ch34s02s02"
fourth1 = insDoc(third2, gLnk("R", "Filtering Tables", "ch34s02s02s01.html"))
fourth1.xID = "ch34s02s02s01"
fourth2 = insDoc(third2, gLnk("R", "Modifying Server Date Formats", "ir_server_dates.html"))
fourth2.xID = "ir_server_dates"
third3 = insFld(second2, gFld("Creating an OLAP Connection File", "ch34s02s03.html"))
third3.xID = "ch34s02s03"
fourth1 = insDoc(third3, gLnk("R", "Connecting to Essbase or DB2 OLAP", "ch34s02s03s01.html"))
fourth1.xID = "ch34s02s03s01"
fourth2 = insDoc(third3, gLnk("R", "Connecting to an OLE DB Provider", "ch34s02s03s02.html"))
fourth2.xID = "ch34s02s03s02"
third4 = insDoc(second2, gLnk("R", "Connecting to Essbase (CubeQuery only)", "ch34s02s04.html"))
third4.xID = "ch34s02s04"
third5 = insDoc(second2, gLnk("R", "Modifying Interactive Reporting Database Connection Files", "ch34s02s05.html"))
third5.xID = "ch34s02s05"
second3 = insFld(first37, gFld("Connecting to Databases", "ch34s03.html"))
second3.xID = "ch34s03"
third1 = insDoc(second3, gLnk("R", "Monitoring Connections", "ch34s03s01.html"))
third1.xID = "ch34s03s01"
third2 = insDoc(second3, gLnk("R", "Connecting with a Data Model", "ch34s03s02.html"))
third2.xID = "ch34s03s02"
third3 = insDoc(second3, gLnk("R", "Connecting Without a Data Model", "ch34s03s03.html"))
third3.xID = "ch34s03s03"
third4 = insDoc(second3, gLnk("R", "Setting a Default Interactive Reporting Database Connection", "ch34s03s04.html"))
third4.xID = "ch34s03s04"
third5 = insDoc(second3, gLnk("R", "Logging On Automatically", "ch34s03s05.html"))
third5.xID = "ch34s03s05"
second4 = insFld(first37, gFld("Using the Connections Manager", "ir_connections_manager.html"))
second4.xID = "ir_connections_manager"
third1 = insDoc(second4, gLnk("R", "Logging On to a Database", "ch34s04s01.html"))
third1.xID = "ch34s04s01"
third2 = insDoc(second4, gLnk("R", "Logging Off of a Database", "ch34s04s02.html"))
third2.xID = "ch34s04s02"
third3 = insDoc(second4, gLnk("R", "Modifying an Interactive Reporting Database Connection File Using the Connections Manager", "ch34s04s03.html"))
third3.xID = "ch34s04s03"
third4 = insDoc(second4, gLnk("R", "Changing Data Passwords", "change_password_designer.html"))
third4.xID = "change_password_designer"
third5 = insDoc(second4, gLnk("R", "Changing Database Passwords", "change_password.html"))
third5.xID = "change_password"
second5 = insDoc(first37, gLnk("R", "Working with an Interactive Reporting Document and Connecting to a Database", "ir_connect_database.html"))
second5.xID = "ir_connect_database"
second6 = insDoc(first37, gLnk("R", "Connecting to Interactive Reporting Web Client", "ir_connect_webclient.html"))
second6.xID = "ir_connect_webclient"
second7 = insDoc(first37, gLnk("R", "Deferring Interactive Reporting Web Client Connections", "defer_ins_connect.html"))
second7.xID = "defer_ins_connect"
second8 = insDoc(first37, gLnk("R", "Connecting to Workspace", "ir_connect_server.html"))
second8.xID = "ir_connect_server"
first38 = insFld(foldersTree, gFld("Unicode Enabled Software", "ch35.html"))
first38.xID = "ch35"
second1 = insDoc(first38, gLnk("R", "About Unicode Enabled Software", "ch35s01.html"))
second1.xID = "ch35s01"
second2 = insDoc(first38, gLnk("R", "Interactive Reporting Sort Order Language", "convert_bqy.html"))
second2.xID = "convert_bqy"
second3 = insDoc(first38, gLnk("R", "Encoding Interactive Reporting Database Connection Files", "ch35s03.html"))
second3.xID = "ch35s03"
second4 = insDoc(first38, gLnk("R", "Unicode File Path Handling on UNIX", "ch35s04.html"))
second4.xID = "ch35s04"
second5 = insDoc(first38, gLnk("R", "Unicode Compliant Fonts", "ch35s05.html"))
second5.xID = "ch35s05"
second6 = insDoc(first38, gLnk("R", "Setting General Font Properties", "ch35s06.html"))
second6.xID = "ch35s06"
second7 = insDoc(first38, gLnk("R", "Setting Dashboard Font Preferences", "ch35s07.html"))
second7.xID = "ch35s07"
second8 = insDoc(first38, gLnk("R", "Unicode File Import", "ch35s08.html"))
second8.xID = "ch35s08"
second9 = insDoc(first38, gLnk("R", "Unicode File Export", "ch35s09.html"))
second9.xID = "ch35s09"
first39 = insFld(foldersTree, gFld("Unicode Migration Utility for Interactive Reporting Documents and Database Connection Files", "ch36.html"))
first39.xID = "ch36"
second1 = insDoc(first39, gLnk("R", "About the Unicode Migration Utility", "ch36s01.html"))
second1.xID = "ch36s01"
first40 = insFld(foldersTree, gFld("Bidirectional Text", "ch37.html"))
first40.xID = "ch37"
second1 = insDoc(first40, gLnk("R", "About Bidirectional Text", "ch37s01.html"))
second1.xID = "ch37s01"
second2 = insDoc(first40, gLnk("R", "Understanding Bidirectional Text", "ch37s02.html"))
second2.xID = "ch37s02"
second3 = insDoc(first40, gLnk("R", "Bidirectional Text Configuration Settings", "ch37s03.html"))
second3.xID = "ch37s03"
first41 = insFld(foldersTree, gFld("Using Metatopics and Metadata", "ch38.html"))
first41.xID = "ch38"
second1 = insDoc(first41, gLnk("R", "About Metatopics and Metadata", "ir_metatopic_properites.html"))
second1.xID = "ir_metatopic_properites"
second2 = insDoc(first41, gLnk("R", "Data Modeling with Metatopics", "ch38s02.html"))
second2.xID = "ch38s02"
second3 = insDoc(first41, gLnk("R", "Creating Metatopics", "ch38s03.html"))
second3.xID = "ch38s03"
second4 = insDoc(first41, gLnk("R", "Copying Topic Items to a Metatopic", "ch38s04.html"))
second4.xID = "ch38s04"
second5 = insDoc(first41, gLnk("R", "Creating Computed Metatopic Items", "ch38s05.html"))
second5.xID = "ch38s05"
second6 = insDoc(first41, gLnk("R", "Customizing or Removing Metatopics and Metatopic Items", "ch38s06.html"))
second6.xID = "ch38s06"
second7 = insDoc(first41, gLnk("R", "Viewing Metatopics", "ch38s07.html"))
second7.xID = "ch38s07"
second8 = insDoc(first41, gLnk("R", "MetaData in Interactive Reporting Studio", "ch38s08.html"))
second8.xID = "ch38s08"
second9 = insFld(first41, gFld("Using the Open Metadata Interpreter", "ch38s09.html"))
second9.xID = "ch38s09"
third1 = insDoc(second9, gLnk("R", "Accessing the Open Metadata Interpreter", "ch38s09s01.html"))
third1.xID = "ch38s09s01"
third2 = insFld(second9, gFld("Configuring the Open Metadata Interpreter", "ir_configure_metadata.html"))
third2.xID = "ir_configure_metadata"
fourth1 = insDoc(third2, gLnk("R", "Metadata Definition: SQL Entry Fields", "ir_sql_metadata.html"))
fourth1.xID = "ir_sql_metadata"
fourth2 = insDoc(third2, gLnk("R", "Metadata Definition: Tables", "ir_tables_metadata.html"))
fourth2.xID = "ir_tables_metadata"
fourth3 = insDoc(third2, gLnk("R", "Metadata Definition: Columns", "ir_columns_metadata.html"))
fourth3.xID = "ir_columns_metadata"
fourth4 = insDoc(third2, gLnk("R", "Metadata Definition: Joins", "ir_joins_metadata.html"))
fourth4.xID = "ir_joins_metadata"
fourth5 = insDoc(third2, gLnk("R", "Metadata Definition: Lookup", "ir_lookup_metadata.html"))
fourth5.xID = "ir_lookup_metadata"
fourth6 = insDoc(third2, gLnk("R", "Metadata Definition: Remarks", "ir_remarks_metadata.html"))
fourth6.xID = "ir_remarks_metadata"
first42 = insFld(foldersTree, gFld("Data Modeling", "DataModel_section.html"))
first42.xID = "DataModel_section"
second1 = insDoc(first42, gLnk("R", "About Data Models", "ch39s01.html"))
second1.xID = "ch39s01"
second2 = insFld(first42, gFld("Building a Data Model", "ch39s02.html"))
second2.xID = "ch39s02"
third1 = insDoc(second2, gLnk("R", "Adding Topics to a Data Model", "ch39s02s01.html"))
third1.xID = "ch39s02s01"
third2 = insDoc(second2, gLnk("R", "Removing Topics from a Data Model", "ch39s02s02.html"))
third2.xID = "ch39s02s02"
second3 = insFld(first42, gFld("Understanding Joins", "ch39s03.html"))
second3.xID = "ch39s03"
third1 = insDoc(second3, gLnk("R", "Simple Joins", "ch39s03s01.html"))
third1.xID = "ch39s03s01"
third2 = insDoc(second3, gLnk("R", "Cross Joins", "ch39s03s02.html"))
third2.xID = "ch39s03s02"
third3 = insDoc(second3, gLnk("R", "Joining Topics", "ch39s03s03.html"))
third3.xID = "ch39s03s03"
third4 = insDoc(second3, gLnk("R", "Specifying an Automatic Join Strategy", "ch39s03s04.html"))
third4.xID = "ch39s03s04"
third5 = insDoc(second3, gLnk("R", "Manually Joining Topics", "ch39s03s05.html"))
third5.xID = "ch39s03s05"
third6 = insDoc(second3, gLnk("R", "Showing Icon Joins", "ch39s03s06.html"))
third6.xID = "ch39s03s06"
third7 = insDoc(second3, gLnk("R", "Specifying Join Types", "ir_join_properties.html"))
third7.xID = "ir_join_properties"
third8 = insDoc(second3, gLnk("R", "Removing Joins", "ch39s03s08.html"))
third8.xID = "ch39s03s08"
third9 = insDoc(second3, gLnk("R", "Using Defined Join Paths", "ch39s03s09.html"))
third9.xID = "ch39s03s09"
third10 = insFld(second3, gFld("Using Local Joins", "ch39s03s10.html"))
third10.xID = "ch39s03s10"
fourth1 = insDoc(third10, gLnk("R", "Creating Local Joins", "ch39s03s10s01.html"))
fourth1.xID = "ch39s03s10s01"
fourth2 = insDoc(third10, gLnk("R", "Using Local Joins as Filters", "ch39s03s10s02.html"))
fourth2.xID = "ch39s03s10s02"
fourth3 = insDoc(third10, gLnk("R", "Limitations of Local Results and Local Joins", "ch39s03s10s03.html"))
fourth3.xID = "ch39s03s10s03"
second4 = insFld(first42, gFld("Working with Topics", "ch39s04.html"))
second4.xID = "ch39s04"
third1 = insDoc(second4, gLnk("R", "Changing Topic Views", "ch39s04s01.html"))
third1.xID = "ch39s04s01"
third2 = insDoc(second4, gLnk("R", "Modifying Topic Properties", "ir_topic_properties.html"))
third2.xID = "ir_topic_properties"
third3 = insDoc(second4, gLnk("R", "Modifying Topic Item Properties", "ir_topic_item_properties.html"))
third3.xID = "ir_topic_item_properties"
third4 = insDoc(second4, gLnk("R", "Restricting Topic Views", "ch39s04s04.html"))
third4.xID = "ch39s04s04"
second5 = insFld(first42, gFld("Working with Data Models", "ch39s05.html"))
second5.xID = "ch39s05"
third1 = insDoc(second5, gLnk("R", "Changing Data Model Views", "ch39s05s01.html"))
third1.xID = "ch39s05s01"
third2 = insFld(second5, gFld("Setting Data Model Options", "ch39s05s02.html"))
third2.xID = "ch39s05s02"
fourth1 = insDoc(third2, gLnk("R", "Saving Data Model Options as User Preferences", "ch39s05s02s01.html"))
fourth1.xID = "ch39s05s02s01"
fourth2 = insDoc(third2, gLnk("R", "Saving Data Model Options as Profiles", "ch39s05s02s02.html"))
fourth2.xID = "ch39s05s02s02"
fourth3 = insDoc(third2, gLnk("R", "Data Model Options: General", "ir_datamodel_general.html"))
fourth3.xID = "ir_datamodel_general"
fourth4 = insDoc(third2, gLnk("R", "Data Model Options: Filters", "ir_datamodel_filters.html"))
fourth4.xID = "ir_datamodel_filters"
fourth5 = insDoc(third2, gLnk("R", "Data Model Options: Joins", "ir_datamodel_joins.html"))
fourth5.xID = "ir_datamodel_joins"
fourth6 = insDoc(third2, gLnk("R", "Data Model Options: Topic Priority", "ir_datamodel_topic.html"))
fourth6.xID = "ir_datamodel_topic"
fourth7 = insDoc(third2, gLnk("R", "Data Model Options: Auditing", "ir_datamodel_auditing.html"))
fourth7.xID = "ir_datamodel_auditing"
third3 = insDoc(second5, gLnk("R", "Automatically Processing Queries", "ch39s05s03.html"))
third3.xID = "ch39s05s03"
third4 = insDoc(second5, gLnk("R", "Promoting a Query to a Master Data Model", "ch39s05s04.html"))
third4.xID = "ch39s05s04"
third5 = insDoc(second5, gLnk("R", "Synchronizing a Data Model", "Synchronizing.html"))
third5.xID = "Synchronizing"
second6 = insDoc(first42, gLnk("R", "Data Model Menu Command Reference", "ch39s06.html"))
second6.xID = "ch39s06"
first43 = insFld(foldersTree, gFld("Managing the Interactive Reporting Document Repository", "ch40.html"))
first43.xID = "ch40"
second1 = insDoc(first43, gLnk("R", "About the Document Repository", "ch40s01.html"))
second1.xID = "ch40s01"
second2 = insFld(first43, gFld("Administering a Document Repository", "ch40s02.html"))
second2.xID = "ch40s02"
third1 = insDoc(second2, gLnk("R", "Creating Repository Tables", "ir_create_repository.html"))
third1.xID = "ir_create_repository"
third2 = insDoc(second2, gLnk("R", "Confirming Repository Table Creation", "ch40s02s02.html"))
third2.xID = "ch40s02s02"
third3 = insDoc(second2, gLnk("R", "Managing Repository Inventory", "ir_administer_repository_inventory.html"))
third3.xID = "ir_administer_repository_inventory"
third4 = insDoc(second2, gLnk("R", "Managing Repository Groups", "ir_administer_repository_groups_setup.html"))
third4.xID = "ir_administer_repository_groups_setup"
second3 = insFld(first43, gFld("Working with Repository Objects", "ch40s03.html"))
second3.xID = "ch40s03"
third1 = insDoc(second3, gLnk("R", "Uploading Interactive Reporting Documents to the Repository", "ch40s03s01.html"))
third1.xID = "ch40s03s01"
third2 = insDoc(second3, gLnk("R", "Modifying Repository Objects", "ch40s03s02.html"))
third2.xID = "ch40s03s02"
third3 = insFld(second3, gFld("Controlling Document Versions in Interactive Reporting Studio", "ch40s03s03.html"))
third3.xID = "ch40s03s03"
fourth1 = insDoc(third3, gLnk("R", "Document Repository Table Definitions", "ch40s03s03s01.html"))
fourth1.xID = "ch40s03s03s01"
third4 = insDoc(second3, gLnk("R", "BRIOCAT2 Document Repository Table", "ch40s03s04.html"))
third4.xID = "ch40s03s04"
third5 = insDoc(second3, gLnk("R", "BRIOOBJ2 Document Repository Table", "ch40s03s05.html"))
third5.xID = "ch40s03s05"
third6 = insDoc(second3, gLnk("R", "BRIOBRG2 Document Repository Table", "ch40s03s06.html"))
third6.xID = "ch40s03s06"
third7 = insDoc(second3, gLnk("R", "BRIOGRP2 Document Repository Table", "ch40s03s07.html"))
third7.xID = "ch40s03s07"
third8 = insFld(second3, gFld("Controlling Document Versions in Interactive Reporting Web Client", "ch40s03s08.html"))
third8.xID = "ch40s03s08"
fourth1 = insDoc(third8, gLnk("R", "ADR Control Flags", "ch40s03s08s01.html"))
fourth1.xID = "ch40s03s08s01"
fourth2 = insDoc(third8, gLnk("R", "ADR Behavior", "ch40s03s08s02.html"))
fourth2.xID = "ch40s03s08s02"
first44 = insFld(foldersTree, gFld("Auditing with Interactive Reporting", "ch41.html"))
first44.xID = "ch41"
second1 = insDoc(first44, gLnk("R", "About Auditing", "ch41s01.html"))
second1.xID = "ch41s01"
second2 = insDoc(first44, gLnk("R", "Creating an Audit Table", "ch41s02.html"))
second2.xID = "ch41s02"
second3 = insDoc(first44, gLnk("R", "Defining Audit Events", "ch41s03.html"))
second3.xID = "ch41s03"
second4 = insDoc(first44, gLnk("R", "Auditing Keyword Variables", "ch41s04.html"))
second4.xID = "ch41s04"
second5 = insDoc(first44, gLnk("R", "Sample Audit Events", "ch41s05.html"))
second5.xID = "ch41s05"
first45 = insFld(foldersTree, gFld("IBM Information Catalog and Interactive Reporting Studio", "ch42.html"))
first45.xID = "ch42"
second1 = insDoc(first45, gLnk("R", "About the IBM Information Catalog", "ch42s01.html"))
second1.xID = "ch42s01"
second2 = insFld(first45, gFld("Registering Documents to the IBM Information Catalog", "ch42s02.html"))
second2.xID = "ch42s02"
third1 = insDoc(second2, gLnk("R", "Defining Properties", "ch42s02s01.html"))
third1.xID = "ch42s02s01"
third2 = insDoc(second2, gLnk("R", "Selecting Subject Areas", "ch42s02s02.html"))
third2.xID = "ch42s02s02"
second3 = insFld(first45, gFld("Administering the IBM Information Catalog", "ch42s03.html"))
second3.xID = "ch42s03"
third1 = insDoc(second3, gLnk("R", "Creating Object Type Properties", "ch42s03s01.html"))
third1.xID = "ch42s03s01"
third2 = insDoc(second3, gLnk("R", "Deleting Object Types and Properties", "ch42s03s02.html"))
third2.xID = "ch42s03s02"
third3 = insDoc(second3, gLnk("R", "Administering Documents", "ch42s03s03.html"))
third3.xID = "ch42s03s03"
third4 = insDoc(second3, gLnk("R", "Setting Up Object Types", "ch42s03s04.html"))
third4.xID = "ch42s03s04"
first46 = insFld(foldersTree, gFld("Row‑Level Security in Interactive Reporting Documents", "ch43.html"))
first46.xID = "ch43"
second1 = insFld(first46, gFld("About Row‑Level Security", "ch43s01.html"))
second1.xID = "ch43s01"
third1 = insDoc(second1, gLnk("R", "The Row‑Level Security Paradigm", "ch43s01s01.html"))
third1.xID = "ch43s01s01"
third2 = insFld(second1, gFld("Reporting and Analysis and Row‑Level Security", "ch43s01s02.html"))
third2.xID = "ch43s01s02"
fourth1 = insDoc(third2, gLnk("R", "Column Level Security", "ch43s01s02s01.html"))
fourth1.xID = "ch43s01s02s01"
fourth2 = insDoc(third2, gLnk("R", "Performance Issues", "ch43s01s02s02.html"))
fourth2.xID = "ch43s01s02s02"
fourth3 = insDoc(third2, gLnk("R", "Publishing in a Secure Environment", "ch43s01s02s03.html"))
fourth3.xID = "ch43s01s02s03"
fourth4 = insDoc(third2, gLnk("R", "Securing the Security Information", "ch43s01s02s04.html"))
fourth4.xID = "ch43s01s02s04"
second2 = insFld(first46, gFld("Row‑Level Security Tables", "ch43s02.html"))
second2.xID = "ch43s02"
third1 = insDoc(second2, gLnk("R", "Creating the Row‑Level Security Tables", "ch43s02s01.html"))
third1.xID = "ch43s02s01"
third2 = insDoc(second2, gLnk("R", "The BRIOSECG Table", "ch43s02s02.html"))
third2.xID = "ch43s02s02"
third3 = insDoc(second2, gLnk("R", "The BRIOSECP Table", "ch43s02s03.html"))
third3.xID = "ch43s02s03"
third4 = insDoc(second2, gLnk("R", "The BRIOSECR Table", "ch43s02s04.html"))
third4.xID = "ch43s02s04"
third5 = insDoc(second2, gLnk("R", "OR Logic Between Groups", "ch43s02s05.html"))
third5.xID = "ch43s02s05"
second3 = insFld(first46, gFld("Row‑Level Security Examples", "ch43s03.html"))
second3.xID = "ch43s03"
third1 = insDoc(second3, gLnk("R", "Defining Users and Groups", "ch43s03s01.html"))
third1.xID = "ch43s03s01"
third2 = insDoc(second3, gLnk("R", "Dealing with The Rest of the Users", "ch43s03s02.html"))
third2.xID = "ch43s03s02"
third3 = insDoc(second3, gLnk("R", "Overriding Constraints", "ch43s03s03.html"))
third3.xID = "ch43s03s03"
third4 = insDoc(second3, gLnk("R", "Cascading Restrictions", "ch43s03s04.html"))
third4.xID = "ch43s03s04"
second4 = insFld(first46, gFld("Other Important Facts", "ch43s04.html"))
second4.xID = "ch43s04"
third1 = insDoc(second4, gLnk("R", "Custom SQL", "ch43s04s01.html"))
third1.xID = "ch43s04s01"
third2 = insDoc(second4, gLnk("R", "Limits", "ch43s04s02.html"))
third2.xID = "ch43s04s02"
third3 = insFld(second4, gFld("Naming", "ch43s04s03.html"))
third3.xID = "ch43s04s03"
fourth1 = insDoc(third3, gLnk("R", "Table and Column Names", "ch43s04s03s01.html"))
fourth1.xID = "ch43s04s03s01"
fourth2 = insDoc(third3, gLnk("R", "Alias Names", "ch43s04s03s02.html"))
fourth2.xID = "ch43s04s03s02"
first47 = insFld(foldersTree, gFld("Troubleshooting Interactive Reporting", "ch44.html"))
first47.xID = "ch44"
second1 = insDoc(first47, gLnk("R", "Connectivity Troubleshooting with dbgprint", "ch44s01.html"))
second1.xID = "ch44s01"
second2 = insDoc(first47, gLnk("R", "dbgprint and Interactive Reporting Studio", "ch44s02.html"))
second2.xID = "ch44s02"
second3 = insDoc(first47, gLnk("R", "dbgprint and Interactive Reporting Web Client", "ch44s03.html"))
second3.xID = "ch44s03"
first48 = insFld(foldersTree, gFld("Interactive Reporting Studio INI Files", "ch45.html"))
first48.xID = "ch45"
second1 = insDoc(first48, gLnk("R", "About Interactive Reporting Studio INI Files", "ch45s01.html"))
second1.xID = "ch45s01"
first49 = insFld(foldersTree, gFld("Customizing Interactive Reporting Web Client", "ch46.html"))
first49.xID = "ch46"
second1 = insFld(first49, gFld("Interactive Reporting Web Client Co-existence", "ch46s01.html"))
second1.xID = "ch46s01"
third1 = insFld(second1, gFld("Locally Saved Interactive Reporting Documents", "ch46s01s01.html"))
third1.xID = "ch46s01s01"
fourth1 = insDoc(third1, gLnk("R", "Interactive Reporting Web Client Mismatches", "ch46s01s01s01.html"))
fourth1.xID = "ch46s01s01s01"
second2 = insDoc(first49, gLnk("R", "Increasing the Idle Connection Time-outs", "ch46s02.html"))
second2.xID = "ch46s02"
second3 = insDoc(first49, gLnk("R", "Opening Interactive Reporting Web Client in Multiple Browser Windows", "ch46s03.html"))
second3.xID = "ch46s03"
second4 = insFld(first49, gFld("Interactive Reporting Web Client Installer Customization", "ch46s04.html"))
second4.xID = "ch46s04"
third1 = insDoc(second4, gLnk("R", "Installing Help and Font Files", "ch46s04s01.html"))
third1.xID = "ch46s04s01"
third2 = insFld(second4, gFld("Selecting the Number of Installed Languages", "ch46s04s02.html"))
third2.xID = "ch46s04s02"
fourth1 = insDoc(third2, gLnk("R", "Editing the Configuration File", "ch46s04s02s01.html"))
fourth1.xID = "ch46s04s02s01"
first50 = insDoc(foldersTree, gLnk("R", "Abbreviations and Acronyms", "apa.html"))
first50.xID = "apa"
first51 = insDoc(foldersTree, gLnk("R", "Glossary", "go01.html"))
first51.xID = "go01"