So, I've created an analysis with a parameter in OAS Data Visualizer. I'm using the p1n and p1v url syntax. However, the analysis is not recognizing the parameter. I've escaped whitespaces with %20 where applicable. What could be the problem?
Often when this happens, it's because the URL to reference the workbook does not include project.jsp such as this: https://<oac-instance>.oraclecloud.com/ui/dv/ui/project.jsp?etc….
I added the /ui/project.jsp?etc. to the url and it worked this time. Thank you!