Hi All. I have what it think is a simple question,...
# suiteanalytics
j
Hi All. I have what it think is a simple question, but i'm not sure hot to do it. Is it possible from a transaction saved search that has the criteria mainline set to no to access and display values from the main line?
c
you can still grab fields from the header (mainline) of the transaction even if you set mainline to false. You just use the regular field Id from the header
d
ofc with the caveat that if the field exists in both the header and line-level (i.e. department, amount), you'll get the line-level field value
👍 1
a
i'll also add there are some special cases, i.e.
name
vs
mainlinename
where there is a specific field ID to call out the main line value, even if you're only looking at line level data, so you can still access both
☝️ 1
👍 1