We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

JSON Script to JSON Build

Mario36
8 - Asteroid

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/userDefinedAnalysisNamePooled Investment Analysis
pointInTimeAnalysis/userDefinedAnalysisIDPooled Investment Analysis
pointInTimeAnalysis/analysisResultTypePooled
pointInTimeAnalysis/analysisEndDate2021-12-31T05:00:00.000Z
pointInTimeAnalysis/globalMeasureParameters/rollForwardTRUE
pointInTimeAnalysis/measures/0/userDefinedMeasureAlias4c9c88b9-249c-447f-9da2-3388f270e22f
pointInTimeAnalysis/measures/0/measureNameMarketValue
pointInTimeAnalysis/measures/0/rollForwardTRUE
pointInTimeAnalysis/measures/0/indexID
pointInTimeAnalysis/measures/0/indexPremium
pointInTimeAnalysis/measures/0/decimalPrecision2
pointInTimeAnalysis/measures/0/measureEndDate2021-12-31T05:00:00.000Z
dataCriteria/recordID3
dataCriteria/recordContextportfolio
1 REPLY 1
BrandonB
Alteryx
Alteryx

Maybe try replacing the slashes with periods and then passing it into a JSON Build tool? 

Labels
Top Solution Authors