Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
11 replies
Answers
2 answers
Subscribers
8 subscribers
Views
12261 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
concat two fields in choiceLabels of dropdown
paolos1
over 8 years ago
Hello everybody,
I am new to Appian and I'm facing this issue.
I am building a simple dropdown interface, getting fields from CDT 'assets', using a local variable dataassets in the load section.
My goal is to show a 'choiceLabels' with concatenation of both fields 'manufacturer' and 'model' but all my attempts were ineffective.
The complete code (with my trials) is in attachment.
Could you please give me a suggestion?
Thanks in advance, best regards.
Paolo
OriginalPostID-265502
toforum.txt
Discussion posts and replies are publicly visible
Parents
0
harrys
over 8 years ago
Another solution could be to create a database view that retains the asset ID, but concatenates the Manufacturer and Model labels.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sergeiz
over 7 years ago
in reply to
harrys
This would be a bad solution. The task is about to present some user format and it should be done as close to the user as possible (presentation layer vs persistence layer). The database view with this particular format cannot be reused for some other format, you'll need to create more columns.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sergeiz
over 7 years ago
in reply to
harrys
This would be a bad solution. The task is about to present some user format and it should be done as close to the user as possible (presentation layer vs persistence layer). The database view with this particular format cannot be reused for some other format, you'll need to create more columns.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data