I have a a details view in which I want to show the items of the ref table.
I can show them, but, instead of having the list, the elemtns are shown using Google Maps, why?
What can I change to show them as list?
Solved! Go to Solution.
Yes it works following the idea of: "creating a slice for the already existing reference view, in order to use the system generated one for the inline part "
Thanks @Steve
The inline view is controlled by a view configuration for the table containing the rows within the inline view. Most likely, there is a system-generated view with the suffix _Inline for the table.
Find the appropriate view then change its current type from map to your preferred type:
@Steve thanks for the answer!
The inline system generated view is already a "Table" .
Just to explain myself better:
I have a table TAB1 -> with the REF_ROW(TAB2)
this column is visible.. and
the TAB2_inline is a "Table view", but, a map is shown inside the view TAB1 details.
Perhaps you also have a "reference view" for TAB2 of type map? If so, it would be listed under here:
A manually created reference view will override a system-generated view, so if you'd previously generated a map view for TAB2, that view may be the culprit.
Yes I have !
In this case.. what should I do ?
Should I create a new reference view for the TAB2? and then, can I choose which one use?
or maybe, create a slice for the already existing reference view, in order to use the system generated one for the inline part
Yes it works following the idea of: "creating a slice for the already existing reference view, in order to use the system generated one for the inline part "
Thanks @Steve
Well done!
User | Count |
---|---|
19 | |
9 | |
8 | |
6 | |
5 |