Jump to content

CRG2019

Members
  • Posts

    3
  • Joined

  • Last visited

CRG2019's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. There must be a list of advanced commands somewhere???
  2. It's actually groovy, but for some reason using javascript guides works better for us. Groovy guides never seem to work. So don't look at the quotes because I can work that out - try double quotes, single quotes, no quotes, etc. but I really want to find out the command to use that will transfer the XPATH. In scripting I've used "evaluate" before but it doesn't seem to work with this type of groovy. Thanks for any help you can provide!
  3. I am setting up/concatenating results of a loop to form an XPATH which resides in strChar2. I can't seem to be able to access the value of the XPATH. I have tried 50 or so variations of eval, evaluate, evalString, evalElement and so on - with no luck! Can you solve this? Note that strChar3 below is what I am trying to set up. strChar3 needs to contain the value of the XPATH (i.e. not the actual XPATH). I cannot hardcode the XPATH as getting values in a loop. Thanks for helping. String strChar1 = evalString('$resultConvert/parameterType') String strChar2 = "parm/uploadRecord/inputRecord/"+strChar1 String strChar3 = evalElement("strChar2")
×
×
  • Create New...