Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rollim
  • Content: Threads
  • Order by date
  1. rollim

    *TOTAL with SUMMARIZE

    Hi everybody, My code is like this: SUM VAR1 AS 'Label1' VAR2 AS 'Label2' COMPUTE VAR3/D9.2= 100*VAR2/VAR1; AS 'Label3' BY BYVAR1 BY BYVAR2 BY BYVAR3 ON BYVAR2 SUMMARIZE AS 'SumLabel' ON TABLE COLUMN-TOTAL AS 'TotalLabel' and the report looks like this: BYVAR1 BYVAR2 BYVAR3 Label1...
  2. rollim

    nested REPEAT loops

    Hi, is it possible to nest REPEAT loops in WebFocus. I tried but i got useless error-messages. In the manual there is only an example for simple REPEAT loops. Has anybody an example for nested REPEAT loops. Thanks a lot, Roland

Part and Inventory Search

Back
Top