This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSS scripting and openAnalysisView() command



Hello,

I wrote a DSS javascript that I call from CCS to build a graph automatically. Inside my script I use the openAnalysisView() command.  Precisely I call openAnalysisView('Single Time', 'c://MyProps.graphProp') and it works.


My problem is that I don't want to use an absolute path because the parent directory could be different..

To simplify, I localized My property file is in the script directory but openAnalysisView('Single Time', 'MyProps.graphProp') doesn't work  ?

Thnak you very much for your help.


regards,

Pat.