Show Image In DataGrid

0
Is it possible to show image in datagrid2. Entity : AssetLosstInCenter And ImageDetail Association 1 to Many
asked
4 answers
1

Since your association is 1 - * so that you can not use dataview in custom content if you still want to show all images you need put listview inside the dataview. 

 

 

image.png

 

click on new button

image.png

Select custom content then click ok no need to select attribute.

image.png

Put listview in custom content section and select datasource association then select associated image entity then click ok.

image.png

 

Click yes for automatically fill contents of the list view.

 

another method if you want to show only one image then add a dataview and call a microflow Retrive image by associated after that use list operation and select head to get first image then return that object.

 

answered
0

yes.

Add a custom column, in the custom column call either a data view via association and then add a dynamic image or add dynamic image via association.

answered
0

qaDatagrid3.PNGin custom column can't show association ImageDetail_AssetLosstInCenter

answered
0

Hi  Chalermpohn,

Yes it is possible ,do something like this

Capture.PNG

 

Hope it helps!

answered