Question:
Hi All,
This is a very silly question:
I am doing se11 on a table.
In the selection criteria, instead of tying one range by one range, I want to upload from a text file.
I could upload single values easily from a file with each value in a separate line.
Coming to ranges, how should I represent in the text file
I tried diff. ways like:
60001 to 65000
60001 - 65000
etc., but, I could not successfully upload ranges from a text file.
I need to display the contents of a table for a range of values again and again. If I could upload the reqd. range from a text file, that would help a lot.
Thanks in advance.
Gary
Answer:
values must be separated by &&.
for example:
1&&4
2&&45
Regards