Hi all,
I have a table with a "Trans Date" field which is a Lookup flow field to "Transaction Header.Date".
When I open the table and do a filter on "Trans Date", it will loop through all the table records which is very slow to go through millions record by record.
However when I do a filter on other field which has key set, it is very fast.
I tried to add a key on the flow field "Trans Date" but it does not allow. So, would like to ask how the performance can be improved if user want to do a filter based on this "Trans Date". Adding an actual "Trans Date" field will not be good as this may affect other operational areas.
I am using NAV Version 4 SP3 SQL.
Thanks in advance
0
Answers
Create an actual Trans Date field in the table and create a key based on that.
As the other responders said, if you want a faster filter you will need to make this a normal field and update it accordingly.
Will take note of that