Report with XLS attachment & ref column value

Hi -

I have two tables:
Observations = list of potential values to use for tracking
Observation Tracking = daily tracking, includes Observations as a ref column for use in a form drop down menu

Iโ€™m building a report with an XLS attachment. When the report runs, the values returned are the ID from the original table, not the friendly name of the value.

The start expression is the standard value generated when I created the XLS template.

<<Start: Filter(Observation Tracking, true)>><<[Observation]>>

Is there another start expression I could use to pull in the name of the value instead of the ID?

Thanks!

Solved Solved
0 2 163
1 ACCEPTED SOLUTION

I believe you could try something like below

<<Start: Filter(Observation Tracking, true)>><<[Observation].[Label Column of Observation Table]>>

View solution in original post

2 REPLIES 2

I believe you could try something like below

<<Start: Filter(Observation Tracking, true)>><<[Observation].[Label Column of Observation Table]>>

This works - thank you!

Top Labels in this Space