GetHistoricalDataServerName

<< Click to Display Table of Contents >>

Manual > Control Reference > Other > Historical data control > Method >

GetHistoricalDataServerName


 

Get the server name of Historical data server.

 


syntax

GetHistoricalDataServerName(

         serverType,

         filter,

         &serverNames

         )

 


Parameters

 

serverType


Type:

character


The data in question.

"csv" - For csv data only

"odbc" - for ODBC data only

*If neither csv/odbc is specified, both will be targeted.

 

filter


Type:

character


Specify the action name you want to target. If nothing is specified (""), all data will be targeted. You can use % to perform a fuzzy search.

Example: "" - All

Example: "A01" - Actions named A01 are targeted

Example) "ABC%" - Actions beginning with "ABC" are targeted.

Example) "%ABC" - Actions ending with "ABC" are targeted

Example) "%ABC%"  Target actions that contain -"ABC" characters

 

&serverNames


Type:

character


The name of the retrieved field is returned.

 

Return Value



Type:

Boolean


FALSE - Failure. TRUE - Success.

 


hmtoggle_plus1Explanation

 


reference