2018-01-03 08:29 AM
Hello
I have multiple values for a meta key in a particular session.
For example, the session contains
username=fred
alias.host=A
alias.host=B
alias.host=C
alias.host=D
What I would like to do is have a report that returns only one of these values - eg alias.host begins 'C'
Is this possible at all?
I'm looking to runa report which will ouput
#username,alias.host
fred,C
2018-01-03 08:40 AM