- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ibob0304
Communicator
05-17-2017
09:07 AM
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

somesoni2
Revered Legend
05-17-2017
09:53 AM
Try like this
your current search giving field COLUMN
| stats list(COLUMN) as COLUMN delim="," | nomv COLUMN
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ibob0304
Communicator
05-17-2017
10:04 AM
|mvcombine delim="," COLUMN| eval MYROW=mvjoin(COLUMN, ", ")
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

somesoni2
Revered Legend
05-17-2017
09:53 AM
Try like this
your current search giving field COLUMN
| stats list(COLUMN) as COLUMN delim="," | nomv COLUMN
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
anooshac
Communicator
05-24-2021
11:18 PM
Hi,
I have a similar problem. I want to assign all the values to a token.
<condition label="All">
<set token="Tok_all">"All the values should be should be assigned here"</set>
</condition>
also the values should be delimited with double quotes. (eg: "a","b","c")I tried a lot and i am not able to reach to the solution. do you have any solution for this?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Simon1Dugdale1
Engager
05-17-2017
09:38 AM
