- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

harshpatel
Contributor
08-13-2019
06:21 AM
Hi,
So at the current state of my search results in following format:
key fieldname fieldvalue
k1 name1 0 day
k1 name2 N/A
k2 name1 0 day
I want it to be something like following but I am not sure how to achieve this.
key name1 name2
k1 0 day N/A
k2 0 day
Thanks,
Harsh
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

jpolvino
Builder
08-13-2019
06:40 AM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

jpolvino
Builder
08-13-2019
06:40 AM
Try putting this at the end:
| xyseries key fieldname fieldvalue
