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 bkrike 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: LPGAST
  • Content: Threads
  • Order by date
  1. LPGAST

    amper variables as numeric

    HI Guys, Iam trying to create a amper variable to substitute the BY HIGHEST verb in my fex but it's not working for me.... I use this code before my define table -* SET -SET &TOP_# = IF &TOP_N.EVAL GT '0O' THEN &TOP_N ELSE &TOP_N.EVAL * -1; -SET &BY_BY = IF EDIT(&TOP_N.EVAL) GT 'O0' THEN...
  2. LPGAST

    Conditional Formatting for SUBFOOT

    Hi all, I am trying to conditionally format the negative values in my subfoot line. I have it working for data lines, Grand Totals and my subtotals. But for subfoot it doesn't work as described in the manual. Below is my trial attempts. The first line will color the field red unconditionally...
  3. LPGAST

    IN Clause

    Hi guys, im creating a report where I would like to have two grand-total lines, one a total of all accounts in my report and a second grand-total excluding a group a accounts. If I were doing this in SQL or VB I would do a 'where Account not in(aaaa,bbbb,cccc,...)' but this type of logic isn't...

Part and Inventory Search

Back
Top