Hello Scanshare team,
I have to do a picklist based on an XML file.
The value to display in picklist is a node's attribute, so it seems that is not possible with the standard XML list type.
Example:
<service serv='AILED'>
<patient id='1'>
<nom>XXXXXXXX</nom>
<prenom>NNNNNNNNN</prenom>
The requested value in list is AILED. (Find the complete xml file attached)
So i imagine that it is possible with script list type.
I've read in Help that RESULT must be used to return the picklist values with semi colon as separator.
I did the script attached.
When i run this script directly from Windows (with line 14 enabled), the message box returns correctly for result:
AILED;AILEG;AMBU;CHIM;EXT;
When this script is ran from the picklist list test (with line 14 disabled) , no value is returned.
Maybe i don't use RESULT correctly.
Could you help me on this question?
Best regards
Stéphane