Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

New version of Pace ReportService client

New version is available: pace-reportservice-1.0.6.jar

The jar must be installed separately; refer to this page for instructions to install the client jar file:

Installing Pace Report Service

Anchor
_GoBack
_GoBack

...

SDP-40696 Vault MVP Interfaces - New Metadata - genericentity/hist

...

New ontology for generic entity and generic entity in the history mode was added:
estar\\tpe\\dynamic\\metadata\\core\\ontology
entity genericentity.json
estar\\tpe\\dynamic\\metadata\\core\\ontology
entity genericentity-models.json
genericentity.json contains sql table joins definition, filters definition, extract and load rules and etc.
genericentity-models.json contains fields mapping definition.

...

We added the ability to be able to use "filterexpr" in an EDS source mashup. Please see below sample:
..."sourcemashups": [
{ "dataframe": "warehouseposition", "operation": "inner join", "keyexpr": "convert(|POSITION_ID|,0) + '' + convert(|SECURITY_ALIAS|,0) + '' + |LONG_SHORT_INDICATOR|=convert(|POSITION_ID|,0) + '' + convert(|SECURITY_ALIAS|,0) + '' + |LONG_SHORT_IND|", "columns": "mainds., warehouseposition.PRICE POS_PRICE, warehouseposition.CURR_FX_RATE POS_FX_RATE,warehouseposition.BOOK_VALUE warehouseposition_BOOK_VALUE", *"filterexpr": "StringLength(|warehouseposition_BOOK_VALUE|) > 0" }
,
{ "dataframe": "warehousetrade", "operation": "concatenate", "keyexpr": "convert(|POSITION_ID|,0) + convert(|SECURITY_ALIAS|,0) + |LONG_SHORT_INDICATOR| + |STAR_TAG25|", "columns": "*" }
],...

...

SDP-38987 OLAP REST API supporting Grouping Rule override for Analysis Options on attribution level display

Supporting Grouping Rule Override for Analysis Option

New feature added in OLAP REST API which allows to override the analysis options of Grouping rule in performance analysis for attribution reports. You can use the analysis options override to specify the level of report output results and to define settings used in attribution reports and dynamic performance reports.

...