I have 3 map services to identify and try to use this example here :
https://community.esri.com/thread/106054?q=identify combine
How do you show the results on left pane instead of pop up info window.
<body class="claro">
<div id="content" data-dojo-type="dijit/layout/BorderContainer" design="headline" gutters="true" style="width: 100%; height: 100%; margin: 0;">
<div id="header" data-dojo-type="dijit/layout/ContentPane" region="top">
</div>
<div data-dojo-type="dijit/layout/ContentPane" id="leftPane" region="left" splitter="true">
<div id="tabs" dojoType="dijit/layout/ContentPane" style="width:385px; height:150px;">
</div>
</div>
<div id="map" data-dojo-type="dijit/layout/ContentPane" region="center">
</div>
</div>
</body>
Thank you.