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

SMARTFORMS

Former Member
0 Likes
263

Hi All,

I have created a row in the main table and the row has to print the value based on material group.I kept the condition on the row and the code is as follows.

IF MATKL ne 'LRT'.

with this condtion it is printing one empty row when the MATKL is LRT and for other values of MATKL the values are printing fine.

But i want to delete that empty row when the material group is LRT.

Thanks,

Bhavani

1 REPLY 1
Read only

Former Member
0 Likes
243

Dear delete the internal table for MAKTL eq 'LRT' or move the same in another table if u need the same( before deleteing).

Second this check whether you have created somthing like a text element for the condition MAKTL EQ 'LRT'.

reward if useful.

regards

Amit Singla