Dynamic Inline Table View Display Name

I would like to have the Display Name for my Inline View show the Inspection Order Number, [IORN] for all of the records in the inline view. These records are the child records of a parent record with a key column [IORN]. I have attempted the following expressions but I am aware that there are certain column constraints with an Inline View Display Name verses a Form or Detail view. I have also user [_THISROW] in my lookup to reference the parent record but get an error that it cannot find the column (probably because of the Inline View Display Name constraints.

CONCATENATE(ANY(SELECT(LN_QMPTC100[IORN], ([IORN]=[IORN]))), " ", โ€œTest Dataโ€)

CONCATENATE(LOOKUP([IORN], โ€œLN_QMPTC100โ€, โ€œIORNโ€, โ€œIORNโ€), " ", โ€œTest Dataโ€)

These expressions both produce an Inspection Order Number but the wrong one.

For example, โ€œRIO0000032 Test Dataโ€ is the output while the actual [IORN] value for all of the related child records is โ€œRIO000193โ€

Thanks!
Sarah

Solved Solved
1 8 690
1 ACCEPTED SOLUTION

For anyone who may need a workaround, I have decided to use the โ€œGroup byโ€ view option for the Inline table and group by the column IORN. This gives me the visual Inspection Order Number at the top of the view for all of the related test data for that order.

View solution in original post

8 REPLIES 8
Top Labels in this Space