Hello,
i have some Problems with the following fexi task formular.(already answered, so the ok button is missing ;c)
My Problems:
If the receiver of the mail opens the task, there is no radiobutton selected.
Question: is it possible to set a DEFAULT radiobutton, which is already selected, as soon as the mail has been opened?
The area "Benutzer" should be invisible, except the radiobutton "Eintrag der Email Adresse bei einem anderen Benutzer" has been selected. so if the principal selects thiradiobutton the area should be visible.
Same with "Früherer Sperrzeitpunkt" should only be visible if the radiobutton "Benutzer zu einem früheren Zeitpunkt sperren" has been selected.
If the last Radiobutton has been selected, the comment field should be visible.
i tired differenf rules (this style) and selected "disabled" and "invisible":
isNullOrEmpty({Self}) && Decision=="1"
Decision=="Text of the Radio Button"
Decision="Text of the Radio Button"
Decision="1"
Decision=1
Decision=="1"
Decision==1
Could you explain me how to solve this problem?
THank you in advance
Best Regards
Holger
Solved! Go to Solution.
Up
still need help
up
Hello,
I'm not sure about the flexi task, but this is how you can hide columns based on other selections with a Nintex Form.
About your hiding problems, have you seen if the required task outcome has that value? I ask you this because the value changes from Preview to real form, so when you see it during a workflow execution please looks at outcome values using a developer toolbar or similar and then modify your validation rules according to the correct value..
Hello,
thank you for you answer, but i don't get it.
What kind of value do you mean?
the "Decision=="1""
like here: Using validation rules to ensure a comments box is not left empty
that doesn't work for me.
i have checked the Radio Buttons (during a workflow), here for example the first one:
not selected:
<INPUT name=ctl00$m$g_50753809_bf97_4cbf_b493_66443335d05b$ctl00$ctl00$formFiller$FormView$ctl21$ctl03$2fdf4d36_956b_4698_a820_5c4979942c28 id=ctl00_m_g_50753809_bf97_4cbf_b493_66443335d05b_ctl00_ctl00_formFiller_FormView_ctl21_ctl03_2fdf4d36_956b_4698_a820_5c4979942c28_0 type=radio value=1033 jQuery1101010489638783122806="19">
selected:
<INPUT name=ctl00$m$g_50753809_bf97_4cbf_b493_66443335d05b$ctl00$ctl00$formFiller$FormView$ctl21$ctl03$2fdf4d36_956b_4698_a820_5c4979942c28 id=ctl00_m_g_50753809_bf97_4cbf_b493_66443335d05b_ctl00_ctl00_formFiller_FormView_ctl21_ctl03_2fdf4d36_956b_4698_a820_5c4979942c28_0 type=radio value=1033 jQuery1101010489638783122806="19" _just_changed="false">
Thank you in advance
Best regards
Holger
Hi,
as you can see, each radiobutton has its value, only default "Approve" outcome has value = 1, if you have personalized your outcomes these values have changed and you have to check which value they have.
Hope this help
Giacomo
AH now i know what you mean.
id="ctl00_m_g_af3b15a4_381e_4bf3_9ee7_aa01482c946a_ctl00_ctl00_formFiller_FormView_ctl21_ctl03_a7287b04_f27c_4e37_ac9f_d4e8e34e067a_0" type="radio" name="ctl00$m$g_af3b15a4_381e_4bf3_9ee7_aa01482c946a$ctl00$ctl00$formFiller$FormView$ctl21$ctl03$a7287b04_f27c_4e37_ac9f_d4e8e34e067a" value="1033" disabled="disabled">
I thought the Radio Buttons always have the same value like 0, 1, 2, 3,...
I will try it and let you know wheter ist working.
Thank you!
Best regards
Holger
I don't know whats wrong
This is the first Radio button:
id="ctl00_m_g_af3b15a4_381e_4bf3_9ee7_aa01482c946a_ctl00_ctl00_formFiller_FormView_ctl21_ctl03_a7287b04_f27c_4e37_ac9f_d4e8e34e067a_0" type="radio" name="ctl00$m$g_af3b15a4_381e_4bf3_9ee7_aa01482c946a$ctl00$ctl00$formFiller$FormView$ctl21$ctl03$a7287b04_f27c_4e37_ac9f_d4e8e34e067a" value="1033" disabled="disabled">
here my rule
the area isnt visible at all. if i select the Radio button nothing happens
I got it working, but i have no idea why.
Both Areas are hid and after i Chose a Radio button the area appears.
but a Problem: the area with the text is overayling the other text