is there a trick to joining 2 tables away on a sav...
# general
d
is there a trick to joining 2 tables away on a saved search? for example, i'm running a transaction search and i want to look at a custom field of a custom record on an item
c
@depthless yes, scroll to the bottom of your criteria fields and you will see all the related records there. Same for results fields (hint, they have 3 dots after them).
d
Right, but i need to go a step further than just Item Fields... I need to go Item Fields... then Custom Record... then pull the field
c
Got it, I remember reading that NextGen Analytics would support this. I have not tried it but enabling that beta feature may be an option for you.
r
@depthless You can't do multiple levels of join
I've had success in some situations where, in your example, is to create an Item Search then join to the transaction and custom record.
d
Yeah, that's probably the route i need to take
Thanks
c
Looks like it is possible with NextGen Analytics.
r
yeah, I'm hoping 2018.2 NGA is alot more fleshed out. Pretty useless in its current state for us
d
oh wow
very cool
another follow up...
in a formula is it possible to pull the internal id? {transaction.custbody_customer_type}
that's going to return the name of the customer type record...
r
{transaction.id} potentially?
d
{transaction.custbody_customer_type.id} seems to work!