Ajesh
20th July 2016, 17:07
Hello there

After adding fields not present in any index as a view field in a dynamic session, the next set, first set, first view etc are not working as expected.

The Next Records continue to show upto the next value of the view field which it should not show.

I have switched on the Dynamic Index switching, introduced query.extend.order in an EXTEND_OVERWRITE Mode based on those fields


query.extend.order("tfgld110.vlac,tfgld110.bpid asc",EXTEND_OVERWRITE)



But it shows all the records possible in a single view including the next value of the view field under the previous value, hope i am clear.

What i am missing?

shah_bs
20th July 2016, 22:25
Not sure if things are different in LN, but the basic design of the standard program EXPECTS that the indexes are part of the database table definition, in order for these functions (next view, prev view, etc. ) to work.

Ajesh
21st July 2016, 13:42
any concept of temporary Indexes? Or else i will have to create a temporary Table....