- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mdufrasne
Explorer
05-20-2016
01:06 PM
I am struggling to make eval work with table.
Check out the screenshot below:
I would expect this to create a field titled Event_Detail, that it would represent the length and that they would be displayed with the table command, but that is not the case here.
I'm sure I am missing something simple.
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

jpolcari
Communicator
05-20-2016
01:15 PM
Try placing the field name within quotes: len("logdata.processInfo.ProcessName")
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

jpolcari
Communicator
05-20-2016
01:15 PM
Try placing the field name within quotes: len("logdata.processInfo.ProcessName")
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

somesoni2
Revered Legend
05-20-2016
01:28 PM
Dot (.)
is a special char in eval (for concatenation) so you would need to quote it, single and double quotes both will work.
