Hello,
Background:
I have a numbered list with a property
NLIST Name: Genera_Special
PersonType <<Property Name
John Doe General
Bill Gates Special
Joe Neighbor General
Steve Jobs Special
There is another numbered list
NLIST Name: Rich_Poor
RichOrPoor
John Doe Poor
Bill Gates Rich
Joe Neighbor Poor
Steve Jobs Rich
What I did
I have a module where "Rich_Poor" numbered list is being used as "Applies To" for a specific reason. I would also like to bring in "PersonType" into this module, so I created a LineItem "PersonTypeinModule". I added the "General_Special" to the "Applies To" for the line item. Then I added the Line Item with a simple formula of
General_Special.PersonType
Result
When I get out of the blueprint view, what it did was "PersonTypeinModule" Line Item having drill-down. Prior to the drill-down, no data is shown in the LineItem. When I drill-down, it shows the correct data.
Desired Outcome
I would simply like to seethe resulting data in the LineItem without drill-down.
Thank you in advance.