Dear List,

I have joined external database to a shape file.
In case of a one-to-many join the way of the display of the results is not
very useful.
For example if the base table has columns A,B and the joined table has C,D 
columns to display. I get one row for each base table row, with all the 
matching data from joint table. For example if there are three nmatching 
record then I get the following row

A | B | C1 | D1 | A | B | C2 | D2 | A | B | C3 | D3 |

There is no header in the table after the first four columns.

I would like to get three rows like

A | B | C1 | D1
A | B | C2 | D2
A | B | C3 | D3

Is it possible without changing the code (the json string)?

regards,
Zoltan


------------------------------------------------------------------------------

_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to