12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html lang="en-us" xml:lang="en-us">
- <head>
- <!--
- Licensed Materials – Property of IBM
- IBM Cognos Products: DOCS
- © Copyright IBM Corp. 2005, 2014.
- US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <meta name="Copyright" content="© Copyright IBM Corp. 2005, 2014." />
- <meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
- <meta http-equiv="Content-Script-Type" content="text/javascript"/>
- <meta http-equiv="imagetoolbar" content="no"/>
- <title>IBM<sup>®</sup> Cognos<sup>®</sup></title>
- <link type="text/css" href="common/idsvhlp.css" rel="stylesheet"/>
- <script language="javascript" src="common/toc.js" type="text/javascript"></script>
- <script language="javascript" type="text/javascript"><!--
- function openTopic( openTopicLoc, tour ) { var helpWin = ''; var tempHelpWindowName = ''; var helpWindowName = ''; var winWidth = 680; var winHeight = 500; var charPos = openTopicLoc.indexOf("?", 0); if(tour == "tour") { winWidth = 800; winHeight = 600; } if( charPos > 0 ) tempHelpWindowName = openTopicLoc.substring(0, charPos ) || ''; else tempHelpWindowName = openTopicLoc || ''; if( tempHelpWindowName ) { helpWindowName = tempHelpWindowName.replace(/#/ig, "_"); helpWindowName = helpWindowName.replace(/./g, "_"); helpWindowName = helpWindowName.replace(/002F/g, "_"); } if( helpWindowName ) { helpWin=window.open( openTopicLoc, helpWindowName, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+winWidth+",height="+winHeight, true); helpWin.focus(); } }
- //--></script>
- <style type="text/css">
- td { color:#0C396D; font-family: Tahoma, Arial, Geneva, Helvetica, "MS UI Gothic", Gulim, SimSun, sans-serif; font-size:1em; font-weight: normal }
- </style>
- </head>
- <body bgcolor="#FFFFFF">
- <table width="100%" cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td><img src="common/spacer.gif" width="3" height="1" alt="" /></td>
- <td width="100%" class="header">IBM<sup>®</sup> Cognos<sup>®</sup></td>
- </tr>
- </table>
- </body>
- </html>
|