Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Does anyone know of a way to query data straight out of a data source from a calculation logic instead of setting up a Datamart + Data Load for it?

I found that I can use the search API to find the DS, but it contains no actual data, only the structure: 

api.find("DMDS", Filter.equal("uniqueName", "DSNAME"))
  • No labels