Hi I have the attached JSON script which I am trying to convert it to a text input so that I can change the data parameters.
I push the below table to a JSON build and then use a download tool to download the data. This doesn't seem to be working for me.
Any help on this is much appreciated. I have attached the JSON script too.
| pointInTimeAnalysis/userDefinedAnalysisName | Pooled Investment Analysis |
| pointInTimeAnalysis/userDefinedAnalysisID | Pooled Investment Analysis |
| pointInTimeAnalysis/analysisResultType | Pooled |
| pointInTimeAnalysis/analysisEndDate | 2021-12-31T05:00:00.000Z |
| pointInTimeAnalysis/globalMeasureParameters/rollForward | TRUE |
| pointInTimeAnalysis/measures/0/userDefinedMeasureAlias | 4c9c88b9-249c-447f-9da2-3388f270e22f |
| pointInTimeAnalysis/measures/0/measureName | MarketValue |
| pointInTimeAnalysis/measures/0/rollForward | TRUE |
| pointInTimeAnalysis/measures/0/indexID | |
| pointInTimeAnalysis/measures/0/indexPremium | |
| pointInTimeAnalysis/measures/0/decimalPrecision | 2 |
| pointInTimeAnalysis/measures/0/measureEndDate | 2021-12-31T05:00:00.000Z |
| dataCriteria/recordID | 3 |
| dataCriteria/recordContext | portfolio |
Maybe try replacing the slashes with periods and then passing it into a JSON Build tool?