Hi Kaelo,
Using Datagrid2, you can add a custom content column. In this column you could add a dataview that retrieves data via a microflow.
In the case below, showing all Persons from the database and displaying totally unrelated Group information in the second column
hope this helps
Hi Kaelo Matlou,
You can do this easily by adding a column with custom content in the datagrid2.
And then place a dataview in the custom content column and connect the datasource as microflow as you desired.
This way, you can retrieve non-direct associated table's attribute to the grid.
Hope it helps.