Calculated field showing only last data
Baan: Other/Unknown C/S: None/Unknown
Hi all,
I am new to working with Baan and Infor. I have a task to create calculated fields and insert them into report designer.
The report was already done by someone else, I have just to insert new fields and redesign the layout.
I created several calculated fields that I need to fetch the value from tdsls401 and assign it to my fields. I do have fields for: 'desc', 'item', 'number', but only the last value is getting printed in report designer when I Press 'preview'.
Checked with debugger and it seems to be working good since I can see that it is starting from the first line and assigning the value to my field, but as a result I am getting only the last line.
There should be 2 lines printed in the report, but only line 2 is printed.
I tried to do with dataset but when tested with debugger it seems like it is not entering the dataset and the values are empty. Maybe you could also guide me through that as well.
Just started with this few months ago, apologize if the question does not seem understandable.
Thanks in advance
|