Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8944

Re: Linked Arrow right intendation in matrix

$
0
0

Hi Tamizharasi,

 

If it is a report, please try Grid instead of Matrix. and populate the value SQL query.

oGrid.DataTable.ExecuteQuery("SELECT CardCode, DocEntry, DocTotal FROM OINV")

oGrid.CollapseLevel = 1

 

The grid will show the collapse/expand icon for the first column, which is CardCode in this case.

If you would like to show the link button for CardCode and DocEntry column,

Then you need to get the EditTextColumn and set LinkedObjectType as below:

Dim oCardCodeCol as SAPbouiCOM.EditTextColumn =oGrid.Columns.Item("CardCode")

oCardCodeCol.LinkedObjectType = 2

 

Kind Regards, yatsea


Viewing all articles
Browse latest Browse all 8944

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>