Bonjour,
J'ai un formulaire avec trois champs :
- champ texte "liste" : l'utilisateur écrit des mots séparés par une virgule (ex: banane,pomme,kiwi)
- champ numeric "index"
- champ texte resultat
Je souhaiterais remplir le champ "resultat" en fonction du champ index, exemple :
si index = 1, alors dans resultat=pomme
J'ai essayé :
- resultat=[entry.liste.split(,).get(entry.index)]
- resultat=[entry.liste.split(,).get(entry.index.formatNumber())]
- resultat=[entry.liste.split(,).get(entry.id.asEntryRef(entry.index))]
Mais cela renvoie toujours le dernier élement de la liste. J'ai l'impression que get() ne prend pas en charge une valeur dynamique, est-ce correct ?
Merci
Sorry, at the moment the parameter of the "get" function doe snot get evaluated against the record's values and expects an already evaluated parameter (number)
But we can add this into the upcoming version 3.19 (and the cloud version, of course)
Bonjour @Alex Medved _ConfiForms_
Ce n'est plus ici que l'on doit poser des questions sur confiforms ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bonsoir @Solix
Je vous conseillerai de contacter le vendeur directement parce qu'ils sauront vous aider étant donne que c'est leur plugin.
Bonne chance
Fadoua
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.