123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rsvp
- (C) Copyright IBM Corp. 2005, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- COPYRIGHT_DATA { 'YEAR':[2013, 2012, 2011, 2010, 2009, 2005], 'RELEASE':['caspian_rp1','caspian', 'colorado_rp1', 'colorado_wave1', 'colorado_wave2'], 'VISIBLE':'YES', 'COMPONENT':'rsvp' }-->
- <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" usage="String">
- <component name="CRN">
- <section name="CRX">
- <string id="cogRSReportFunctions">Report Functions</string>
- <string id="crx_today.syntax">Today ()</string>
- <string id="crx_today.tip">Returns the current system date.</string>
- <string id="crx_now.syntax">Now ()</string>
- <string id="crx_now.tip">Returns the current system time.</string>
- <string id="crx_asoftime.syntax">AsOfTime ()</string>
- <string id="crx_asoftime.tip">Returns the time value of the AsOfTime expression, if it is defined. Otherwise, AsOfTime returns the report execution time.</string>
- <string id="crx_asofdate.syntax">AsOfDate ()</string>
- <string id="crx_asofdate.tip">Returns the date value of the AsOfDate expression, if it is defined. Otherwise, AsOfDate returns the report execution date.</string>
- <string id="crx_reportdate.syntax">ReportDate ()</string>
- <string id="crx_reportdate.tip">Returns the report execution date and time.</string>
- <string id="crx_reportname.syntax">ReportName ()</string>
- <string id="crx_reportname.tip">Returns the report name. This function works only when the report is run from IBM® Cognos® Connection. If a saved report view is run, returns the report view name.</string>
- <string id="crx_reportpath.syntax">ReportPath ()</string>
- <string id="crx_reportpath.tip">Returns the report path. This function works only when the report is run from IBM® Cognos® Connection.</string>
- <string id="crx_reportdescription.syntax">ReportDescription ()</string>
- <string id="crx_reportdescription.tip">Returns the report description. This function works only when the report is run from IBM® Cognos® Connection.</string>
- <string id="crx_reportlocale.syntax">ReportLocale ()</string>
- <string id="crx_reportlocale.tip">Returns the run locale.</string>
- <string id="crx_getlocale.syntax">GetLocale ()</string>
- <string id="crx_getlocale.tip">Returns the run locale (deprecated).</string>
- <string id="crx_locale.syntax">Locale ()</string>
- <string id="crx_locale.tip">Returns the run locale.</string>
- <string id="crx_reportproductlocale.syntax">ReportProductLocale ()</string>
- <string id="crx_reportproductlocale.tip">Returns the product locale.</string>
- <string id="crx_reportauthorlocale.syntax">ReportAuthorLocale ()</string>
- <string id="crx_reportauthorlocale.tip">Returns the author locale.</string>
- <string id="crx_reportsavedate.syntax">ReportSaveDate ()</string>
- <string id="crx_reportsavedate.tip">Returns the date when the report was last saved.</string>
- <string id="crx_reportcreatedate.syntax">ReportCreateDate ()</string>
- <string id="crx_reportcreatedate.tip">Returns the date when the report was created.</string>
- <string id="crx_reportid.syntax">ReportID ()</string>
- <string id="crx_reportid.tip">Returns the report ID.</string>
- <string id="crx_reportoutput.syntax">ReportOutput ()</string>
- <string id="crx_reportoutput.tip">Returns the name of the output format, such as CSV, HTML, HTMLFragment, layoutDataXML, MHT, PDF, rawXML, spreadsheetML (Excel 2007 format), XHTML, xlsxData (Excel 2007 Data format), XLWA (Excel 2002 format), XML, singleXLS (deprecated), XLS (deprecated).</string>
- <string id="crx_reportoption.syntax">ReportOption ('optionName')</string>
- <string id="crx_reportoption.tip">Returns the value of the run option variable identified by "optionName", such as attachmentEncoding, burst, cssURL, email, emailAsAttachment, emailAsURL, emailBody, emailSubject, emailTo, emailToAddress, metadataModel, outputEncapsulation, outputFormat, outputLocale, outputPageDefinition, outputPageOrientation, primaryWaitThreshold, print, printer, printerAddress, prompt, promptFormat, saveAs, saveOutput, secondaryWaitThreshold, verticalElements, or xslURL.</string>
- <string id="crx_servername.syntax">ServerName ()</string>
- <string id="crx_servername.tip">Returns the name of the web server where the run request originated from. The value may be empty if the request is executed from the scheduler.</string>
- <string id="crx_serverlocale.syntax">ServerLocale ()</string>
- <string id="crx_serverlocale.tip">Returns the locale of the server that runs the report.</string>
- <string id="crx_modelpath.syntax">ModelPath ()</string>
- <string id="crx_modelpath.tip">Returns the model path.</string>
- <string id="crx_burstkey.syntax">BurstKey ()</string>
- <string id="crx_burstkey.tip">Returns the burst key.</string>
- <string id="crx_burstrecipients.syntax">BurstRecipients ()</string>
- <string id="crx_burstrecipients.tip">Returns the distribution list of burst recipients.</string>
- <string id="crx_isbursting.syntax">IsBursting ('recipientName')</string>
- <string id="crx_isbursting.tip">Returns Boolean 1 (true) when the report will be distributed to the recipient; otherwise, returns Boolean 0 (false).</string>
- <string id="crx_paramnames.syntax">ParamNames ()</string>
- <string id="crx_paramnames.tip">Returns all parameter names.</string>
- <string id="crx_paramname.syntax">ParamName ('parameterName')</string>
- <string id="crx_paramname.tip">Returns the parameter name of "parameterName".</string>
- <string id="crx_paramdisplayvalue.syntax">ParamDisplayValue ('parameterName')</string>
- <string id="crx_paramdisplayvalue.tip">Returns a string that is the parameter display value of "parameterName". This function appears in the Recruitment Report sample report in the GO Data Warehouse (analysis) package.</string>
- <string id="crx_paramvalue.syntax">ParamValue ('parameterName')</string>
- <string id="crx_paramvalue.tip">Returns the parameter value of "parameterName".</string>
- <string id="crx_paramcount.syntax">ParamCount ('parameterName')</string>
- <string id="crx_paramcount.tip">Returns the parameter count of "parameterName".</string>
- <string id="crx_rownumber.syntax">RowNumber ()</string>
- <string id="crx_rownumber.tip">Returns the current row.</string>
- <string id="crx_pagenumber.syntax">PageNumber ()</string>
- <string id="crx_pagenumber.tip">Returns the current page number.</string>
- <string id="crx_pagecount.syntax">PageCount ()</string>
- <string id="crx_pagecount.tip">Returns the current page count. This function works only when the report output is Adobe® PDF or Microsoft® Excel. If you save the report output, this function works for all formats.</string>
- <string id="crx_ispagecountavailable.syntax">IsPageCountAvailable ()</string>
- <string id="crx_ispagecountavailable.tip">Returns Boolean 1 (true) if the page count is available for the current execution of the report; otherwise, returns Boolean 0 (false).</string>
- <string id="crx_horizontalpagenumber.syntax">HorizontalPageNumber ()</string>
- <string id="crx_horizontalpagenumber.tip">Returns the current horizontal page number.</string>
- <string id="crx_horizontalpagecount.syntax">HorizontalPageCount ()</string>
- <string id="crx_horizontalpagecount.tip">Returns the current horizontal page count. </string>
- <string id="crx_pagename.syntax">PageName ()</string>
- <string id="crx_pagename.tip">Returns the current page name.</string>
- <string id="crx_urlencode.syntax">URLEncode ('text')</string>
- <string id="crx_urlencode.tip">Returns the URL encoded value of the input text.</string>
- <string id="crx_tocheadingcount.syntax">TOCHeadingCount ( headingLevel )</string>
- <string id="crx_tocheadingcount.tip">Returns the table of contents heading count for a specified heading level.</string>
- <string id="crx_isaccessible.syntax">IsAccessible()</string>
- <string id="crx_isaccessible.tip">Returns Boolean 1 (true) if the report is run with the accessibility features enabled. Use this function as a variable expression with a conditional block to make your reports accessible. For example, you can add a list or crosstab equivalent to a chart in reports that are run with accessibility features enabled.</string>
- <string id="crx_isbooklet.syntax">IsBooklet()</string>
- <string id="crx_isbooklet.tip">Returns Boolean 1 (true) if the report is a child report of a booklet; otherwise, returns Boolean 0 (false).</string>
- <string id="crx_columnnumber.syntax">ColumnNumber ()</string>
- <string id="crx_columnnumber.tip">Returns the current column number.</string>
- <string id="crx_iscrosstabcolumnnodemember.syntax">IsCrosstabColumnNodeMember ()</string>
- <string id="crx_iscrosstabcolumnnodemember.tip">Returns Boolean 1 (true) if the current node is a crosstab column node member.</string>
- <string id="crx_iscrosstabrownodemember.syntax">IsCrosstabRowNodeMember ()</string>
- <string id="crx_iscrosstabrownodemember.tip">Returns Boolean 1 (true) if the current node is a crosstab row node member.</string>
- <string id="crx_isinnermostcrosstabcolumnnodemember.syntax">IsInnerMostCrosstabColumnNodeMember ()</string>
- <string id="crx_isinnermostcrosstabcolumnnodemember.tip">Returns Boolean 1 (true) if the current node is an innermost crosstab column node member.</string>
- <string id="crx_isinnermostcrosstabrownodemember.syntax">IsInnerMostCrosstabRowNodeMember ()</string>
- <string id="crx_isinnermostcrosstabrownodemember.tip">Returns Boolean 1 (true) if the current node is an innermost crosstab row node member.</string>
- <string id="crx_islastinnermostcrosstabcolumnnodemember.syntax">IsLastInnerMostCrosstabColumnNodeMember ()</string>
- <string id="crx_islastinnermostcrosstabcolumnnodemember.tip">Returns Boolean 1 (true) if the current node is the last innermost crosstab column node member.</string>
- <string id="crx_islastinnermostcrosstabrownodemember.syntax">IsLastInnerMostCrosstabRowNodeMember ()</string>
- <string id="crx_islastinnermostcrosstabrownodemember.tip">Returns Boolean 1 (true) if the current node is the last innermost crosstab row node member.</string>
- <string id="crx_isoutermostcrosstabcolumnnodemember.syntax">IsOuterMostCrosstabColumnNodeMember ()</string>
- <string id="crx_isoutermostcrosstabcolumnnodemember.tip">Returns Boolean 1 (true) if the current node is an outermost crosstab column node member.</string>
- <string id="crx_isoutermostcrosstabrownodemember.syntax">IsOuterMostCrosstabRowNodeMember ()</string>
- <string id="crx_isoutermostcrosstabrownodemember.tip">Returns Boolean 1 (true) if the current node is an outermost crosstab row node member.</string>
- <string id="crx_isfirstcolumn.syntax">IsFirstColumn ()</string>
- <string id="crx_isfirstcolumn.tip">Returns Boolean 1 (true) if the current column is the first column.</string>
- <string id="crx_islastcolumn.syntax">IsLastColumn ()</string>
- <string id="crx_islastcolumn.tip">Returns Boolean 1 (true) if the current column is the last column.</string>
- <string id="crx_cubename.syntax">CubeName ( dimension )</string>
- <string id="crx_cubename.tip">Returns the name of the cube. "Dimension" specifies from which cube to retrieve the metadata.</string>
- <string id="crx_cubedescription.syntax">CubeDescription ( dimension )</string>
- <string id="crx_cubedescription.tip">Returns the description of the cube. "Dimension" specifies from which cube to retrieve the metadata.</string>
- <string id="crx_cubecreatedon.syntax">CubeCreatedOn ( dimension )</string>
- <string id="crx_cubecreatedon.tip">Returns the date and time when the cube was created. "Dimension" specifies from which cube to retrieve the metadata. If the dimension source is an IBM® Cognos® PowerCube (.mdc), the function returns a blank string because the initial creation date of a PowerCube is not maintained.</string>
- <string id="crx_cubedataupdatedon.syntax">CubeDataUpdatedOn ( dimension )</string>
- <string id="crx_cubedataupdatedon.tip">Returns the date time that data in the cube was last updated. "Dimension" specifies from which cube to retrieve the metadata.</string>
- <string id="crx_cubeschemaupdatedon.syntax">CubeSchemaUpdatedOn ( dimension )</string>
- <string id="crx_cubeschemaupdatedon.tip">Returns the date time that the cube schema was last updated. "Dimension" specifies from which cube to retrieve the metadata.</string>
- <string id="crx_cubeisoptimized.syntax">CubeIsOptimized ( dimension )</string>
- <string id="crx_cubeisoptimized.tip">Returns "true" if the cube is optimized. "Dimension" specifies from which cube to retrieve the metadata.</string>
- <string id="crx_cubedefaultmeasure.syntax">CubeDefaultMeasure ( dimension )</string>
- <string id="crx_cubedefaultmeasure.tip">Returns the name of the default measure for the cube. "Dimension" specifies from which cube to retrieve the metadata.</string>
- <string id="crx_cubecurrentperiod.syntax">CubeCurrentPeriod ( dimension )</string>
- <string id="crx_cubecurrentperiod.tip">Returns the current period for the cube. "Dimension" specifies from which cube to retrieve the metadata.</string>
- <string id="crx_cellvalue.syntax">CellValue ()</string>
- <string id="crx_cellvalue.tip">Returns the value of the current crosstab cell.</string>
- <string id="crx_inscope.syntax">InScope ( dataItem , MUN, ... )</string>
- <string id="crx_inscope.tip">Returns Boolean 1 (true) when the cell is in the scope of the data items and MUNs; otherwise, returns Boolean 0 (false).</string>
-
- </section>
- </component>
- </stringTable>
|