HP Forums
Question on INPUT - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Question on INPUT (/thread-9064.html)



Question on INPUT - Tyann - 09-13-2017 05:33 PM

Bonjour

Dans un INPUT, j'ai 3 cases à cocher : choix1 choix2 choix3
Je souhaite que choix1 annule choix2 et choix 3,
que choix2 ou choix3 annulent choix1
mais que choix2 et choix3 soit possible.
Est-ce possible ?


Hello

In an INPUT, I have 3 checkboxes: choices1 choices2 choices3
I wish that choice1 cancels choice2 and choice 3,
that choice2 or choice3 cancel choice1
but that choice2 and choice3 is possible.
Is it feasible?


RE: Question on INPUT - chromos - 09-13-2017 06:38 PM

(09-13-2017 05:33 PM)Tyann Wrote:  Hello

In an INPUT, I have 3 checkboxes: choices1 choices2 choices3
I wish that choice1 cancels choice2 and choice 3,
that choice2 or choice3 cancel choice1
but that choice2 and choice3 is possible.
Is it feasible?

I don't know if this is possible in one INPUT, but it looks to me your logic is somewhat redundant, ie. checkbox 1 is unnecessary:

1) checkbox 2 and/or 3 are checked => treat it as checkbox 1 is unchecked;
2) neither checkbox 2 nor checkbox 3 are checked => treat it as checkbox 1 is checked.


RE: Question on INPUT - Tyann - 09-14-2017 04:37 AM

Bonjour
Logiquement vous avez raison.
Mais si la case à cocher 1 n'est pas créer l'utilisateur n'a pas l'information.
La solution que j'ai trouvé pour le moment est de mettre une quatrième case qui regroupe choix2 et choix 3 avec la valeur [4] sur la première case à cocher.
Merci pour votre réponse qui cependant mérite reflexion.


Hello
Logically you are right.
But if checkbox 1 is not create the user does not have the information.
The solution I found at the moment is to put a fourth box that combines choice2 and choice3 with the value [4] on the first checkbox.
Thank you for your answer which nevertheless merits reflection.


RE: Question on INPUT - cyrille de brébisson - 09-14-2017 04:57 AM

Hello,

No, sorry, this is not possible through the automatic system.

You should think about it as a 1 out of 5 choise system and use a choose.

Cyrille


RE: Question on INPUT - Tyann - 09-14-2017 04:08 PM

(09-14-2017 04:57 AM)cyrille de brébisson Wrote:  Hello,

No, sorry, this is not possible through the automatic system.

You should think about it as a 1 out of 5 choise system and use a choose.

Cyrille

Merci Cyrille pour la confirmation.


Thank you Cyrille for the confirmation.