User d90f4e1cc8
26-02-2014 12:45:03
Hello,
I try to use jc_evaluate_x(structure, 'chemTerms:sortableFormula("digit:4")'), but I get the error message:
chemaxon.nfunk.jep.ParseException: Error while compiling expression:
sortableFormula("digit:4")
Syntax Error (implicit multiplication not enabled)
Could you tell me the correct syntax for that?
Best regards,
Mike
ChemAxon abe887c64e
26-02-2014 15:31:18
Hello Mike,
Unfortunately, we can't reproduce the error you received, while we tested with the latest version of JChem Cartridge.
Would you run and let us know the output of
select jchem_core_pkg.getenvironment() from dual;
By the way, as I found the correct syntax is 'chemTerms:sortableFormula("digits:4")'
Would you run command-line 'evaluate' to check your data without JChem Cartridge.
Best regards,
Krisztina
User d90f4e1cc8
27-02-2014 06:52:17
Hello Krisztina,
Thank you very much for your help.
With the correct spelling it works fine.
Mike