createing oi reports (OpenInsight Specific)
At 30 JUN 2000 11:17:55AM simon wrote:
hello , someone can help me ?
i am using the report designer to generate the statement
but i need only a few of customer that are input from the users
how can i do that ? i am using the query but that is created by some fix field or etc. can i using the program or rlist to select the code , then how am i link with the reports that i created in the reports designer.
simon
At 30 JUN 2000 01:08PM Stephen S. Revelation wrote:
Simon,
You can RLIST in OpenInsight and have it save the selection() to the SYSTABLES file. From Reporter use Tools-]Query-]Selection Criteria, and use BASIC+ to: GETLIST .
You can also create the selection list from within Reporter by going again to Tools-]Query-]Selection Criteria. Using Basic+, select those particular records you want, like: WITH ID GT 55.
-Stephen
At 08 JUL 2000 11:24AM simon wrote:
stephen ,
thanks for your's help ! anyway , i will try on it .
i think that should work .
simon