Difference between revisions of "FXLDataUrl()"
Jump to navigation
Jump to search
(Created page with "Category:Functions Reference FXLData By default ƒ<sub>''x''</sub> =FXLDataUrl() returns a horizontal time-series dataset. Time is the dimension at observation by default...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
! !!style=max-width:4em | Argument!! style=max-width:4em | Description !! style=max-width:4em | Examples !! style=max-width:4em | Required? | ! !!style=max-width:4em | Argument!! style=max-width:4em | Description !! style=max-width:4em | Examples !! style=max-width:4em | Required? | ||
|- | |- | ||
− | | 1||Url|| A complete and fully-formed SDMX data query URL || <nowiki>https://demo.metadatatechnology.com/FusionRegistry/ws/public/sdmxapi/rest/data/ | + | | 1||Url|| A complete and fully-formed SDMX data query URL || <nowiki>=FXLDataUrl("https://demo.metadatatechnology.com/FusionRegistry/ws/public/sdmxapi/rest/data/CD2030,CONSOLIDATED,1.0/all?format=sdmx-compact-2.1",50)</nowiki> || style="background-color:pink;" |Mandatory |
|- | |- | ||
| 2||MaxSeries || The maximum number of series to return || 1000 || Optional<br>Defaults to 100 series | | 2||MaxSeries || The maximum number of series to return || 1000 || Optional<br>Defaults to 100 series | ||
|} | |} |
Latest revision as of 02:58, 5 August 2024
By default ƒx =FXLDataUrl() returns a horizontal time-series dataset. Time is the dimension at observation by default resulting in one series per row with time periods spanning the columns. A different dimension at observation can be chosen by adding a REST argument to the URL - refer to the guidance below.
Use Case
This version of the function is designed primarily for use cases where a data query URL is generated by a data discovery tool, for example:
- The Fusion Registry REST Web Service query builder
- The Fusion Data Browser Export Data Query Syntax function
Syntax
=FXLDataUrl( Url , [MaxSeries] )
Argument | Description | Examples | Required? | |
---|---|---|---|---|
1 | Url | A complete and fully-formed SDMX data query URL | =FXLDataUrl("https://demo.metadatatechnology.com/FusionRegistry/ws/public/sdmxapi/rest/data/CD2030,CONSOLIDATED,1.0/all?format=sdmx-compact-2.1",50) | Mandatory |
2 | MaxSeries | The maximum number of series to return | 1000 | Optional Defaults to 100 series |