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
4 replies
Subscribers
9 subscribers
Views
2279 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi everyone, I would like to know if it is possible to set default va
tiagos
over 9 years ago
Hi everyone,
I would like to know if it is possible to set default values for decimal input fields (in SAIL interfaces) to "zero" value, for example. By default, these values are filled by "null" but i want to change these values How this is possible?
Someone help me, please?
Thanks,
OriginalPostID-188932
OriginalPostID-188932
Discussion posts and replies are publicly visible
Parents
0
Eliot Gerson
Appian Employee
over 9 years ago
There are several ways you could implement this. In 7.11, you can use placeholder text, if the goal is to display "0" on the interface (see
forum.appian.com/.../SAIL_Components.html
). You can also use the expression if(isnull(<YOUR_ITEM>, 0, <DESIRED_VALUE_IF_NOT_NULL)) for the "value" attribute. For easy reuse, you can save this expression as a rule. You can also pass "starting values" into the interface, using parameters (see
forum.appian.com/.../Configuring_Process_Variables.html)
.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Eliot Gerson
Appian Employee
over 9 years ago
There are several ways you could implement this. In 7.11, you can use placeholder text, if the goal is to display "0" on the interface (see
forum.appian.com/.../SAIL_Components.html
). You can also use the expression if(isnull(<YOUR_ITEM>, 0, <DESIRED_VALUE_IF_NOT_NULL)) for the "value" attribute. For easy reuse, you can save this expression as a rule. You can also pass "starting values" into the interface, using parameters (see
forum.appian.com/.../Configuring_Process_Variables.html)
.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data