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.