Hello.
I´m working in my fist Alteryx APP, this one need just one check Button.
What I want is the following, if the user doesn’t click in the check box the app should not work, even if he/she press finish, and also, I don’t know exactly the configuration that I must use in the formula option in order to do just that.
Thank you.
Solved! Go to Solution.
I think in this case, you'd just want to use the error message tool. The example built into Alteryx is a check for exactly this purpose i.e. checking whether or not a check box has been ticked:
Hey @neromerob,
You can also just use the check box to enable or disable a container. If you disable the container with the tick box nothing will run.
Any questions or issues please ask :)
HTH!
Ira
@neromerob you can use the container and the action tool with the tick box as also explained by @IraWatt. That way you will achieve the desired results.
Regards,
Aakash
Hello, it actually works...kind of, I mean if i check the button, nothing happens and the should be the other way around. Any sugestions on how to fix it?
Hey @neromerob its a bit silly that its the wrong way round but you can do this:
IF ![#1] THEN 'True' ELSE 'False' ENDIF
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |