Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
15 replies
Subscribers
7 subscribers
Views
4012 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Hi, bump into this problem and I guess someone can answer this and also can sugg
Jess
over 10 years ago
Hi, bump into this problem and I guess someone can answer this and also can suggest a work around on this. I'm trying to query data (initially from report). The data multiple from check box field. Now once user has chosen to edit details I then query data then display it, I get the correct data but once I display it on a same check box field (other form) no value is display. Have seen it display for sometimes but not all data selected, also enable multiple for the field but still the same. TIA....
OriginalPostID-127468
OriginalPostID-127468
Discussion posts and replies are publicly visible
0
abhi.jana
Appian Employee
over 10 years ago
Just to be clear, you want to select the data to display from a checkbox field and display only the values associated with the selected fields. And you would like the data to be displayed in another checkbox. Is that correct?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jess
over 10 years ago
hi Abhimanyu. Initially I have a from where in the user select data form displayed value on checkbox field. Then when for some times user would like to edit the value selected then the can go back to the form then edit the values. To add up the create process where in user will initially select the value of the check box field is different from the form where in he will edit the checkbox field value.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
abhi.jana
Appian Employee
over 10 years ago
From what you describe, It appears that the values initially selected in the checkbox field are not being saved. In the checkbox field, ensure that you are saving the values into a variable using the "saveInto" parameter and also that the "value" parameter should be set to this variable. If you need further help, you could also paste a simplified version of your SAIL code here showing just the checkbox components.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
abhi.jana
Appian Employee
over 10 years ago
Please also refer to the documentation for the checkbox field:
forum.appian.com/.../SAIL_Components.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jess
over 10 years ago
hi Abhimanyu, thanks for this but process model is not on SAIL yet. Also double check whether the values are saving in the desired pv and yes it is saving. Also data already displayed in the process report. I also tried saving/query it from DB and still no luck with it.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
abhi.jana
Appian Employee
over 10 years ago
Hi Jessica, I was able to save values without issues in the portal forms also. For the checkbox fields in both main and edit form, i "Choose Process Data" and set the following parameter values:
Choice Labels: pv!choiceLabels (list of all labels)
Choice Values: pv!choiceValues (list of values for labels)
Default Values: pv!defaultValues (Initially null in Main form, but populated with values in Edit form)
Let me know if this helps. If not, please attach screenshots of your process variables tab and your forms design for review.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jess
over 10 years ago
Hi Abhimanyu, have you tried 1. process model 1,process where check box field was selected then save to pv/rdbms. 2. process model 2, query data from rpt of process model 1 / rdbms then display it on check box field. Process Model 1 & 2 are different process model. Thank you very much for the help. Appreciate it!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
abhi.jana
Appian Employee
over 10 years ago
I can confirm both of those scenarios. It would be helpful in your case if you attach screenshots previously mentioned, showing the pvs used and how they are populated and mapped to the checkbox parameters.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Jess
over 10 years ago
hi Abhimanyu, please see attached for the pvs used and how I configured them to the checkbox field. Let me know if you need more information.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
abhi.jana
Appian Employee
over 10 years ago
Looks good. In the node properties > data > node inputs, can you confirm that you are also saving the "activateEdited" input as "pv!isActivateOn"?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
>