<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Robert Pulliam wrote:<br>
<blockquote cite="mid000c01c89b10$b2c9a2c0$2e0aa8c0@bobdell" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.3314" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">Is it possible to use @td in
selection set for creating a demand index.&nbsp;&nbsp; ie /appl/fp/dxmaint
filename -o0 -s set -r -x0 -e.
  <div><font face="Arial" size="2">A second question is the use of -a
and a -v selection set set in the above line. ie /appl/fp/dxmaint -o0
-a -v sel -r -x0 -e.&nbsp; I can't seem to get either to work.&nbsp; If I
substitute an actual date in the selection set in the first instance it
runs and the second instance always gives me a -v error.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Thanks -rpp</font></div>
  </font></div>
</blockquote>
<br>
You want a demand index that uses todays date?<br>
The simplest way would be to create a sort/selection table that
"select"'s the records you are looking for, and create a main report
table that most likely does nothing. <br>
<br>
Then your friend is the *minus Oh* menu&nbsp; line<br>
&nbsp;-On&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; saves the selected records as demand index n. <br>
<br>
<tt>./rreport fileName -f blank_table -a -v selection_table -o0 -u -h
"Creating Index0"<br>
<br>
</tt>Then you will have a demand index 0<tt><br>
<br>
--<br>
Walter<br>
<br>
</tt>
</body>
</html>