-
Notifications
You must be signed in to change notification settings - Fork 8
API PxFileBuild
Create- Details
Create a PX-file
Authentication: Windows
Privilege : Administrator , Moderator , Power User
Method: PxStat.Build.PxBuild_API.Create
Parameters: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
MtrCode |
String | The Matrix Code | |
MtrOfficialFlag |
String | The Matrix Official Flag Code | |
FrqCode |
String | The Frequency | |
CprCode |
String | The Copyright Code | |
Dimension |
Dimension | Dimension object array (see below) |
Dimension: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
LngIsoCode |
String | Language ISO Code | |
MtrTitle |
String | Matrix Title | |
MtrNote |
String | Notes | |
Classification |
Classification Object array | Classification objects (see below) | |
Statistic |
Statistic Object array | Statistic Objects (see below) | |
Frequency |
Frequency Object | Frequency Object(see below) | |
StatisticLabel |
String | Label for statistics |
Classification: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
ClsCode |
String | Classification Code | |
ClsValue |
String | Classification Value | |
ClsGeoUrl |
String | Classification Geo url | |
Variable |
Object array | Variables (see below) |
Variable: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
VrbCode |
String | Variable Code | |
VrbValue |
String | Variable Value |
Statistic: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
SttCode |
String | Statistic Code | |
SttValue |
String | Statistic Name | |
SttUnit |
String | Unit of measurement for the data point e.g number, percent, kg | |
SttDecimal |
Integer | Number of decimal places in the data point |
Frequency: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
FrqValue |
String | Statistic Code | |
Period |
Object Array | List of Period objects (see below) |
Period: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
PrdCode |
String | Period Code | |
PrdValue |
String | Period Name |
Example Parameters:
Example Parameters - Details
{
"jsonrpc": "2.0",
"method": "PxStat.Build.PxBuild_API.Create",
"params": {
"MtrCode": "TEST",
"MtrOfficialFlag": true,
"FrqCode": "TLIST(A1)",
"CprCode": "CSO",
"Dimension": [
{
"LngIsoCode": "en",
"MtrTitle": "test title",
"MtrNote": "My note",
"Classification": [
{
"ClsCode": "C02196V04140",
"ClsValue": "Region",
"ClsGeoUrl": "https://cdn.cso.ie/client/2.0.0/map/en/ie_nuts2.json",
"Variable": [
{
"VrbCode": "IE04",
"VrbValue": "Northern and Western"
},
{
"VrbCode": "IE05",
"VrbValue": "Southern"
},
{
"VrbCode": "IE06",
"VrbValue": "Eastern and Midland"
}
]
}
],
"Statistic": [
{
"SttCode": "001",
"SttValue": "My stat",
"SttUnit": "%",
"SttDecimal": "0"
}
],
"Frequency": {
"FrqValue": "FVAL",
"Period": [
{
"PrdCode": "2018",
"PrdValue": "2018"
},
{
"PrdCode": "2019",
"PrdValue": "2019"
}
]
},
"StatisticLabel": "Statistic"
}
]
},
"id": "2"
}Return: Px File
Update- Details
Update a px file. New data for a period(s) may be added or data for existing periods may be updated. Other properties may be updated as outlined below.
Authentication: Windows
Privilege : Administrator , Moderator , Power User
Method: PxStat.Build.PxBuild_API.Update
Parameters: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
MtrInput |
String | Px file as a string (Base64 Encoded) | |
format |
String | "px" or "json" | |
FrqValueTimeval |
String | Where there is no TIMEVAL in the px file, this indicates which dimension is for time | |
FrqCodeTimeval |
String | Where there is no TIMEVAL in the px file, this indicates the Frequency Code. Must conform to TIMEVAL in https://www.scb.se/globalassets/vara-tjanster/px-programmen/px-file_format_specification_2013.pdf | |
MtrOfficialFlag |
boolean | Indicates if this is an Official Statistic | |
CprCode |
String | Copyright code (where it needs to be amended) | |
MtrCode |
String | Matrix code (where it needs to be amended) | |
Dimension |
Array [Object] | There will be one dimension per language in the px file | |
Signature |
String | The output from the validation process - see PxStat.Build.PxBuild_API.Validate |
Dimension: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
LngIsoCode |
String | Language ISO Code | |
MtrTitle |
String | Matrix Title | |
MtrNote |
String | Notes | |
Classification |
Classification Object array | Classification objects (see below) | |
Frequency |
Frequency Object | Frequency Object(see below) | |
StatisticLabel |
String | Label for statistics |
Frequency: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
FrqValue |
String | Statistic Code | |
Period |
Object Array | List of Period objects (see below) |
Period: [Object] . If any of the Data pertains to new periods, then those periods must be described below.
| Name | Type | Default | Description |
|---|---|---|---|
PrdCode |
String | Period Code | |
PrdValue |
String | Period Name |
Classification: [Object]
| Name | Type | Default | Description |
|---|---|---|---|
ClsCode |
String | Classification Code | |
ClsGeoUrl |
String | Classification Geo url |
Data: [Object array] Note - Each item represents an individual data point that is being added/amended. Each data point will have one statistic and one time period and one or more classifications. The number of items in the object will therefore depend on the number of classifications in the matrix.
| Name | Type | Default | Description |
|---|---|---|---|
| Statistic Code | String | The value corresponding to Statistic Code | |
| Frequency Code | String | The value corresponding to Frequency Code | |
| Classification Code | String | The variable value corresponding to Classification Code for this data point | |
Signature |
String | The output from the validation process - see PxStat.Build.PxBuild_API.Validate |
The Classification Code entry will be repeated for each Classification in the Matrix
Example Parameters:
Example Parameters - Details
{
"MtrInput": "data:text/x-pcaxis;base64,Q0hBUlNFVD0iQU5TSSI7DQpBWElTLVZFUlNJT049IjIwMTMiOw0KTEFOR1VBR0U9ImVuIjsNCkNSRUFUSU9OLURBVEU9IjIwMTkxMDA5IDE1OjQ1IjsNCk9GRklDSUFMLVNUQVRJU1RJQ1M9Ik5PIjsNCkRFQ0lNQUxTPTE7DQpNQVRSSVg9IlNQUTIzIjsNClNVQkpFQ1QtQVJFQT0ibi9hIjsNClNVQkpFQ1QtQ09ERT0iTkEiOw0KREVTQ1JJUFRJT049IlRoaXMgaXMgdGhlIGFtZW5kZWQgdGl0bGUiOw0KVElUTEU9IlBlcnNvbnMgYWdlZCAxNSB5ZWFycyBhbmQgb3ZlciB3aG8gcGFydGljaXBhdGUgaW4gc3BvcnQgYW5kL29yIHBoeXNpY2FsIGFjdGl2aXR5ICglKSAoVHlwZSBvZiBTcG9ydCxQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzKSI7DQpDT05URU5UUz0iUGVyc29ucyBhZ2VkIDE1IHllYXJzIGFuZCBvdmVyIHdobyBwYXJ0aWNpcGF0ZSBpbiBzcG9ydCBhbmQvb3IgcGh5c2ljYWwgYWN0aXZpdHkgKCUpIjsNClVOSVRTPSIlIjsNClNUVUI9IlF1YXJ0ZXIiOw0KSEVBRElORz0iVHlwZSBvZiBTcG9ydCIsIlByaW5jaXBhbCBFY29ub21pYyBTdGF0dXMiOw0KVkFMVUVTKCJRdWFydGVyIik9IjIwMTNRMiIsIjIwMTNRM2VuIjsNClZBTFVFUygiVHlwZSBvZiBTcG9ydCIpPSJTd2ltbWluZyIsIkN5Y2xpbmciLCJBdGhsZXRpY3MiOw0KVkFMVUVTKCJQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzIik9IkF0IHdvcmsiLCJVbmVtcGxveWVkIiwiU3R1ZGVudCI7DQpUSU1FVkFMKCJRdWFydGVyIik9VExJU1QoUTEpLCIyMDEzUTIiLCIyMDEzUTMiOw0KQ09ERVMoIlR5cGUgb2YgU3BvcnQiKT0iMDIiLCIwMyIsIjA0IjsNCkNPREVTKCJQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzIik9IjEiLCIyIiwiMyI7DQpET01BSU4oIlR5cGUgb2YgU3BvcnQiKT0iU1BTUE9SVCI7DQpET01BSU4oIlByaW5jaXBhbCBFY29ub21pYyBTdGF0dXMiKT0iQ05KT0JTIjsNCk1BUCgiVHlwZSBvZiBTcG9ydCIpPSJodHRwczovL2Nkbi5jc28uaWUvY2xpZW50LzIuMC4wL21hcC9lbi9pZV9udXRzMi5qc29uIjsNClNPVVJDRT0iQ2VudHJhbCBTdGF0aXN0aWNzIE9mZmljZSwgSXJlbGFuZCI7DQpOT1RFWD0iVGhpcyBpcyBhIG5ldyB0ZXN0IG5vdGUiOw0KREFUQT0NCjExLjMgMTIuNyA5LjUgMTUuMiAxNS45IDcuMiAxMi4yIDYuMSA3Ny4zIA0KMTEuMSAxLjEgMy4zIDQuNCA1LjUgNi42IDcuNyA3LjggNzcuOTs=",
"format": "px",
"FrqValueTimeval": "Quarter",
"FrqCodeTimeval": "TLIST(Q1)",
"MtrOfficialFlag": true,
"CprCode":"CSO",
"MtrCode":"SPQ23x",
"Dimension": [
{
"LngIsoCode": "en",
"MtrTitle": "This is the amended title",
"MtrNote": "This is a new test note",
"StatisticLabel": "StatisticXXX",
"Frequency": {
"FrqValue": "3month",
"Period": [
{
"PrdCode": "2013Q3",
"PrdValue": "2013Q3en"
}
]
},
"Classification": [
{
"ClsCode": "SPSPORT",
"ClsGeoUrl": "https://cdn.cso.ie/client/2.0.0/map/en/ie_nuts2.json"
},
{
"ClsCode": "CNJOBS",
"ClsGeoUrl": null
}
]
}
],
"Data": [
{
"STATISTIC": "29797791",
"CNJOBS": "2",
"TLIST(Q1)": "2013Q3",
"SPSPORT": "02",
"VALUE": "1.1"
},
{
"STATISTIC": "29797791",
"CNJOBS": "3",
"TLIST(Q1)": "2013Q3",
"SPSPORT": "02",
"VALUE": "3.3"
},
{
"STATISTIC": "29797791",
"CNJOBS": "1",
"TLIST(Q1)": "2013Q3",
"SPSPORT": "03",
"VALUE": "4.4"
},
{
"STATISTIC": "29797791",
"CNJOBS": "2",
"TLIST(Q1)": "2013Q3",
"SPSPORT": "03",
"VALUE": "5.5"
},
{
"STATISTIC": "29797791",
"CNJOBS": "3",
"TLIST(Q1)": "2013Q3",
"SPSPORT": "03",
"VALUE": "6.6"
},
{
"STATISTIC": "29797791",
"CNJOBS": "1",
"TLIST(Q1)": "2013Q3",
"SPSPORT": "04",
"VALUE": "7.7"
},
{
"STATISTIC": "29797791",
"CNJOBS": "2",
"TLIST(Q1)": "2013Q3",
"SPSPORT": "04",
"VALUE": "7.8"
},
{
"STATISTIC": "29797791",
"CNJOBS": "1",
"TLIST(Q1)": "2013Q3",
"SPSPORT": "02",
"VALUE": "11.1"
},
{
"STATISTIC": "29797791",
"CNJOBS": "3",
"TLIST(Q1)": "2013Q3",
"SPSPORT": "04",
"VALUE": "77.9"
},
{
"STATISTIC": "29797791",
"CNJOBS": "1",
"TLIST(Q1)": "2013Q2",
"SPSPORT": "02",
"VALUE": "11.3"
},
{
"STATISTIC": "29797791",
"CNJOBS": "3",
"TLIST(Q1)": "2013Q2",
"SPSPORT": "04",
"VALUE": "77.3"
}
]
}Return: String with value of success
Reads a CSV template to allow the front end to create an array of Data objects (see Update)
Validate Period for Matrix Properties
Authentication: Windows
Privilege : Administrator , Moderator , Power User
Method: PxStat.Build.PxBuild_API.ReadTemplate
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
MtrInput |
String | Px file as a string (Base64 Encoded) | |
FrqValueTimeval |
String | Where there is no TIMEVAL in the px file, this indicates which dimension is for time | |
FrqCodeTimeval |
String | Where there is no TIMEVAL in the px file, this indicates the Frequency Code. Must conform to TIMEVAL in https://www.scb.se/globalassets/vara-tjanster/px-programmen/px-file_format_specification_2013.pdf | |
Signature |
String | The output from the validation process - see PxStat.Build.PxBuild_API.Validate |
Example Parameters:
Example Parameters - Details
{
"MtrInput": "data:text/x-pcaxis;base64,Q0hBUlNFVD0iQU5TSSI7DQpBWElTLVZFUlNJT049IjIwMTMiOw0KTEFOR1VBR0U9ImVuIjsNCkNSRUFUSU9OLURBVEU9IjIwMTkxMDA5IDE1OjQ1IjsNCk9GRklDSUFMLVNUQVRJU1RJQ1M9Ik5PIjsNCkRFQ0lNQUxTPTE7DQpNQVRSSVg9IlNQUTIzIjsNClNVQkpFQ1QtQVJFQT0ibi9hIjsNClNVQkpFQ1QtQ09ERT0iTkEiOw0KREVTQ1JJUFRJT049IlRoaXMgaXMgdGhlIGFtZW5kZWQgdGl0bGUiOw0KVElUTEU9IlBlcnNvbnMgYWdlZCAxNSB5ZWFycyBhbmQgb3ZlciB3aG8gcGFydGljaXBhdGUgaW4gc3BvcnQgYW5kL29yIHBoeXNpY2FsIGFjdGl2aXR5ICglKSAoVHlwZSBvZiBTcG9ydCxQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzKSI7DQpDT05URU5UUz0iUGVyc29ucyBhZ2VkIDE1IHllYXJzIGFuZCBvdmVyIHdobyBwYXJ0aWNpcGF0ZSBpbiBzcG9ydCBhbmQvb3IgcGh5c2ljYWwgYWN0aXZpdHkgKCUpIjsNClVOSVRTPSIlIjsNClNUVUI9IlF1YXJ0ZXIiOw0KSEVBRElORz0iVHlwZSBvZiBTcG9ydCIsIlByaW5jaXBhbCBFY29ub21pYyBTdGF0dXMiOw0KVkFMVUVTKCJRdWFydGVyIik9IjIwMTNRMiIsIjIwMTNRM2VuIjsNClZBTFVFUygiVHlwZSBvZiBTcG9ydCIpPSJTd2ltbWluZyIsIkN5Y2xpbmciLCJBdGhsZXRpY3MiOw0KVkFMVUVTKCJQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzIik9IkF0IHdvcmsiLCJVbmVtcGxveWVkIiwiU3R1ZGVudCI7DQpUSU1FVkFMKCJRdWFydGVyIik9VExJU1QoUTEpLCIyMDEzUTIiLCIyMDEzUTMiOw0KQ09ERVMoIlR5cGUgb2YgU3BvcnQiKT0iMDIiLCIwMyIsIjA0IjsNCkNPREVTKCJQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzIik9IjEiLCIyIiwiMyI7DQpET01BSU4oIlR5cGUgb2YgU3BvcnQiKT0iU1BTUE9SVCI7DQpET01BSU4oIlByaW5jaXBhbCBFY29ub21pYyBTdGF0dXMiKT0iQ05KT0JTIjsNCk1BUCgiVHlwZSBvZiBTcG9ydCIpPSJodHRwczovL2Nkbi5jc28uaWUvY2xpZW50LzIuMC4wL21hcC9lbi9pZV9udXRzMi5qc29uIjsNClNPVVJDRT0iQ2VudHJhbCBTdGF0aXN0aWNzIE9mZmljZSwgSXJlbGFuZCI7DQpOT1RFWD0iVGhpcyBpcyBhIG5ldyB0ZXN0IG5vdGUiOw0KREFUQT0NCjExLjMgMTIuNyA5LjUgMTUuMiAxNS45IDcuMiAxMi4yIDYuMSA3Ny4zIA0KMTEuMSAxLjEgMy4zIDQuNCA1LjUgNi42IDcuNyA3LjggNzcuOTs=",
"FrqValueTimeval": "Quarter",
"FrqCodeTimeval": "TLIST(Q1)"
}Return: CSV Template object
Reads a px file as an array of json-stat objects. There will be one json-stat object for each language in the px file.
Authentication: Windows
Privilege : Administrator , Moderator , Power User
Method: PxStat.Build.PxBuild_API.Read
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
MtrInput |
String | Px file as a string (Base64 Encoded) | |
FrqValueTimeval |
String | Where there is no TIMEVAL in the px file, this indicates which dimension is for time | |
FrqCodeTimeval |
String | Where there is no TIMEVAL in the px file, this indicates the Frequency Code. Must conform to TIMEVAL in https://www.scb.se/globalassets/vara-tjanster/px-programmen/px-file_format_specification_2013.pdf | |
Signature |
String | The output from the validation process - see PxStat.Build.PxBuild_API.Validate |
Example Parameters:
Example Parameters - Details
{
"MtrInput": "data:text/x-pcaxis;base64,Q0hBUlNFVD0iQU5TSSI7DQpBWElTLVZFUlNJT049IjIwMTMiOw0KTEFOR1VBR0U9ImVuIjsNCkNSRUFUSU9OLURBVEU9IjIwMTkxMDA5IDE1OjQ1IjsNCk9GRklDSUFMLVNUQVRJU1RJQ1M9Ik5PIjsNCkRFQ0lNQUxTPTE7DQpNQVRSSVg9IlNQUTIzIjsNClNVQkpFQ1QtQVJFQT0ibi9hIjsNClNVQkpFQ1QtQ09ERT0iTkEiOw0KREVTQ1JJUFRJT049IlRoaXMgaXMgdGhlIGFtZW5kZWQgdGl0bGUiOw0KVElUTEU9IlBlcnNvbnMgYWdlZCAxNSB5ZWFycyBhbmQgb3ZlciB3aG8gcGFydGljaXBhdGUgaW4gc3BvcnQgYW5kL29yIHBoeXNpY2FsIGFjdGl2aXR5ICglKSAoVHlwZSBvZiBTcG9ydCxQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzKSI7DQpDT05URU5UUz0iUGVyc29ucyBhZ2VkIDE1IHllYXJzIGFuZCBvdmVyIHdobyBwYXJ0aWNpcGF0ZSBpbiBzcG9ydCBhbmQvb3IgcGh5c2ljYWwgYWN0aXZpdHkgKCUpIjsNClVOSVRTPSIlIjsNClNUVUI9IlF1YXJ0ZXIiOw0KSEVBRElORz0iVHlwZSBvZiBTcG9ydCIsIlByaW5jaXBhbCBFY29ub21pYyBTdGF0dXMiOw0KVkFMVUVTKCJRdWFydGVyIik9IjIwMTNRMiIsIjIwMTNRM2VuIjsNClZBTFVFUygiVHlwZSBvZiBTcG9ydCIpPSJTd2ltbWluZyIsIkN5Y2xpbmciLCJBdGhsZXRpY3MiOw0KVkFMVUVTKCJQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzIik9IkF0IHdvcmsiLCJVbmVtcGxveWVkIiwiU3R1ZGVudCI7DQpUSU1FVkFMKCJRdWFydGVyIik9VExJU1QoUTEpLCIyMDEzUTIiLCIyMDEzUTMiOw0KQ09ERVMoIlR5cGUgb2YgU3BvcnQiKT0iMDIiLCIwMyIsIjA0IjsNCkNPREVTKCJQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzIik9IjEiLCIyIiwiMyI7DQpET01BSU4oIlR5cGUgb2YgU3BvcnQiKT0iU1BTUE9SVCI7DQpET01BSU4oIlByaW5jaXBhbCBFY29ub21pYyBTdGF0dXMiKT0iQ05KT0JTIjsNCk1BUCgiVHlwZSBvZiBTcG9ydCIpPSJodHRwczovL2Nkbi5jc28uaWUvY2xpZW50LzIuMC4wL21hcC9lbi9pZV9udXRzMi5qc29uIjsNClNPVVJDRT0iQ2VudHJhbCBTdGF0aXN0aWNzIE9mZmljZSwgSXJlbGFuZCI7DQpOT1RFWD0iVGhpcyBpcyBhIG5ldyB0ZXN0IG5vdGUiOw0KREFUQT0NCjExLjMgMTIuNyA5LjUgMTUuMiAxNS45IDcuMiAxMi4yIDYuMSA3Ny4zIA0KMTEuMSAxLjEgMy4zIDQuNCA1LjUgNi42IDcuNyA3LjggNzcuOTs=",
"FrqValueTimeval": "Quarter",
"FrqCodeTimeval": "TLIST(Q1)"
}Return: json-stat array corresponding to the px file
Validates a px file and returns a signature to be used as a validation token for other operations. If the time dimension is not specified in the px file (i.e. in a TIMEVAL), a list of candidate dimension names is returned and the user will choose which of them is to represent the time dimension.
Authentication: Windows
Privilege : Administrator , Moderator , Power User
Method: PxStat.Build.PxBuild_API.Validate
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
MtrInput |
String | Px file as a string (Base64 Encoded) | |
FrqValueTimeval |
String | Where there is no TIMEVAL in the px file, this indicates which dimension is for time | |
FrqCodeTimeval |
String | Where there is no TIMEVAL in the px file, this indicates the Frequency Code. Must conform to TIMEVAL in https://www.scb.se/globalassets/vara-tjanster/px-programmen/px-file_format_specification_2013.pdf |
Returns:
| Name | Type | Default | Description |
|---|---|---|---|
Signature |
String | Token to indicate that validation was successful | |
FrqValueCandidate |
String[] | List of candidate dimensions that could serve as a time dimension. The user will choose from this list in the next step |
Example Parameters:
Example Parameters - Details
{
"MtrInput": "data:text/x-pcaxis;base64,Q0hBUlNFVD0iQU5TSSI7DQpBWElTLVZFUlNJT049IjIwMTMiOw0KTEFOR1VBR0U9ImVuIjsNCkNSRUFUSU9OLURBVEU9IjIwMTkxMDA5IDE1OjQ1IjsNCk9GRklDSUFMLVNUQVRJU1RJQ1M9Ik5PIjsNCkRFQ0lNQUxTPTE7DQpNQVRSSVg9IlNQUTIzIjsNClNVQkpFQ1QtQVJFQT0ibi9hIjsNClNVQkpFQ1QtQ09ERT0iTkEiOw0KREVTQ1JJUFRJT049IlRoaXMgaXMgdGhlIGFtZW5kZWQgdGl0bGUiOw0KVElUTEU9IlBlcnNvbnMgYWdlZCAxNSB5ZWFycyBhbmQgb3ZlciB3aG8gcGFydGljaXBhdGUgaW4gc3BvcnQgYW5kL29yIHBoeXNpY2FsIGFjdGl2aXR5ICglKSAoVHlwZSBvZiBTcG9ydCxQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzKSI7DQpDT05URU5UUz0iUGVyc29ucyBhZ2VkIDE1IHllYXJzIGFuZCBvdmVyIHdobyBwYXJ0aWNpcGF0ZSBpbiBzcG9ydCBhbmQvb3IgcGh5c2ljYWwgYWN0aXZpdHkgKCUpIjsNClVOSVRTPSIlIjsNClNUVUI9IlF1YXJ0ZXIiOw0KSEVBRElORz0iVHlwZSBvZiBTcG9ydCIsIlByaW5jaXBhbCBFY29ub21pYyBTdGF0dXMiOw0KVkFMVUVTKCJRdWFydGVyIik9IjIwMTNRMiIsIjIwMTNRM2VuIjsNClZBTFVFUygiVHlwZSBvZiBTcG9ydCIpPSJTd2ltbWluZyIsIkN5Y2xpbmciLCJBdGhsZXRpY3MiOw0KVkFMVUVTKCJQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzIik9IkF0IHdvcmsiLCJVbmVtcGxveWVkIiwiU3R1ZGVudCI7DQpUSU1FVkFMKCJRdWFydGVyIik9VExJU1QoUTEpLCIyMDEzUTIiLCIyMDEzUTMiOw0KQ09ERVMoIlR5cGUgb2YgU3BvcnQiKT0iMDIiLCIwMyIsIjA0IjsNCkNPREVTKCJQcmluY2lwYWwgRWNvbm9taWMgU3RhdHVzIik9IjEiLCIyIiwiMyI7DQpET01BSU4oIlR5cGUgb2YgU3BvcnQiKT0iU1BTUE9SVCI7DQpET01BSU4oIlByaW5jaXBhbCBFY29ub21pYyBTdGF0dXMiKT0iQ05KT0JTIjsNCk1BUCgiVHlwZSBvZiBTcG9ydCIpPSJodHRwczovL2Nkbi5jc28uaWUvY2xpZW50LzIuMC4wL21hcC9lbi9pZV9udXRzMi5qc29uIjsNClNPVVJDRT0iQ2VudHJhbCBTdGF0aXN0aWNzIE9mZmljZSwgSXJlbGFuZCI7DQpOT1RFWD0iVGhpcyBpcyBhIG5ldyB0ZXN0IG5vdGUiOw0KREFUQT0NCjExLjMgMTIuNyA5LjUgMTUuMiAxNS45IDcuMiAxMi4yIDYuMSA3Ny4zIA0KMTEuMSAxLjEgMy4zIDQuNCA1LjUgNi42IDcuNyA3LjggNzcuOTs=",
"FrqValueTimeval": "Quarter",
"FrqCodeTimeval": "TLIST(Q1)"
}Update
Database Scripts
Configuration
API
- Home
- Data
- Security
- Subscription
- System
- Navigation
- Notification
- Settings
- Workflow
- Px Build
Developer
- Home
- Developer Tools
- Client Tier
- Server Tier
- Database Tier