Inline view as CONTEXT(ViewType)="detail" Do...

Inline view as CONTEXT(ViewType)=“detail”

Does an inline table have the parent scope view of “detail” or is it a “table” inline to a detail view? Does CONTEXT support “table_inline” if that is the case? Is an inline table caught by CONTEXT as “detail” or “table”?

1 4 1,123
4 REPLIES 4

Good question! Hadn’t thought about that. It is the parent scope right now, but I can see why you’d want to know the inline view type as well. Not sure if this is an easy thing to change/add. Will have to think about it, but for the moment, we have to assume it is not available.

Overcoming by specifying the view names, which is undesirable as then they are hard values.

@praveen Any update on this?

In order to change/shorten a DISPLAY NAME when its column shown in an inline table view or shown in a table view inside a dashboard view, I had to create a new virtual column and refer to the original column using [OriginalColumn]. Then I changed the DISPLAY NAME as desired and, in the table/inline table view, I replaced the OriginalColumn with new virtual column.

Top Labels in this Space