Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
@Federico Venturin As the API doc also says, I am invoking following, with nothing in the body. /api/20210901/catalog/datasets/{datasetId}/actions/reload
-
Tried escaping this way and it Worked! ./runcat.sh -cmd replace -online <saw.dll path> -credentials creds.txt -old "\"dim1\".\"Level8\"" -new "\"dim1\".\"Level9\"" -folder "/shared/test" Thanks Gianni !
-
Just tried, yes it works from Catalog Manager for a single test report...Thanks! Although it will not be feasible to do it from UI in Production. Please suggest how to achieve this from runcat command please.
-
I also tried giving the input in xml file with renameFormula/renameColumn (followed the example from help). But it also doesn't update anything :(.
-
Thanks for your response Gianni. Yes I tried the escaping as well. I tried following command as well, but result is the same . ./runcat.sh -cmd replace -online <saw.dll path> -credentials creds.txt -old ""dim1"."Level8"" -new ""dim1"."Level9"" -folder "/shared/test"
-
The last line is absolutely true . However the time I mentioned is not in rendering overall analysis, it was just to execute the Physical query in DB, which I took from the logs. Thanks for sharing the video, I will go through it, hopefully it will help. Thanks again!