Products
Applications
Support
Company
How To Buy
Skip to main content (Press Enter).
Sign in
Skip auxiliary navigation (Press Enter).
Register
Skip main navigation (Press Enter).
Toggle navigation
Home
Communities
All Communities
Application Networking and Security
Carbon Black
Enterprise Software
Mainframe Software
Symantec Enterprise
Tanzu
VMware {code}
VMware Cloud Foundation
Blogs
All Blogs
Enterprise Software
Mainframe Software
Symantec Enterprise
VMware
Events
VMware Explore 2025
All Events
Enterprise Software
Mainframe Software
Symantec Enterprise
VMware Cloud Foundation Events
Water Cooler
Betas
Flings
Education
Groups
Enterprise Software
Mainframe Software
Symantec Enterprise
VMware
Members
CA Service Management
Private Community
View Only
Community Home
Threads
50.3K
Library
1.8K
Events
0
Members
1.1K
Back to {0}
How to concat values using SPELL code
Thread closed by the administrator, not accepting new replies.
Add a tag
x
User Tags may not contain the following characters: @ # $ & :
Ana Katherine Blanco
posted Nov 19, 2021 11:51 AM
Hello :)
I need to do an spell function which can concatenate several values and characters..
For example:}
isscat::concatValues(...)
{
field1= field2 + field3 + field4
}
How can I do that?
thanks.
AKBS
Lindsay Estabrooks
posted Nov 19, 2021 03:37 PM
Are all the fields declared as string fields? If not, I think you have to cast them as string. for example, let's say that field3 is an integer but all the rest are string fields:
field1 = field2 + (string)field3 + field4;
Copyright 2019. All rights reserved.
Powered by Higher Logic