Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV Graph

Former Member
0 Likes
337

Hi all,

I have a grid with 4 columns.

1 st column is acc. no,2 and 3 column are amount , 4 th col is sum of 2 and 3. I will select a row, I just want to display graph according to the selected row (in alv grid) . It shows graph but it includes 4th col also, I want the graph without 4 th column...anyone knows it ????

regards

Jose

1 ACCEPTED SOLUTION
Read only

franois_henrotte
Active Contributor
0 Likes
311

you should

1) filter data so that only rows to be displayed are visible

2) select columns that you want to see in graphics (by clicking on headers) and then push the "graphics" button

you will see only columns selected for data displayed

1 REPLY 1
Read only

franois_henrotte
Active Contributor
0 Likes
312

you should

1) filter data so that only rows to be displayed are visible

2) select columns that you want to see in graphics (by clicking on headers) and then push the "graphics" button

you will see only columns selected for data displayed