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?
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?
@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.
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!