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

    Dynamic selection of fields for a report

    Let me start by saying, I am new to Webfocus. I have a launch form that has about 8 search fields on it from 2 different tables. I have a standard report being created from any type of search they kick off. I am trying to attempt to have a set of possibly radio buttons or something where they...
  2. Belle19

    NOT EXIST within same table

    I need to pull check_numbers out of a table that have a fl_flag = '1' but to exclude them if there is a row in the same table with the same check_number but the fl_flag = '0'. How would I go about doing this in an efficient way??? I am trying to use the NOT EXIST but not sure if this is the...
  3. Belle19

    Return multiple entries from a SELECT

    I need to return two rows for every row from a table. For instance, the table layout could be: Cust_name Cust_Address Check_no John 123 Main St. 1234 Jane 456 Eve St. 5678 My results that I am attempting to get back need to be as such: John...
  4. Belle19

    CREATING A VIEW

    I am trying to creat a virtual table by using a dynamic sql. This sql needs to be reuseable on different applications. To make matters more simple to explain let's say my table is a 3 column table. The ID column is a process identifier. ID Integer NAME VARCHAR VALUE VARCHAR The data...
  5. Belle19

    Year To Date sum

    I have a GrossProfitAmt that I need to calculate the sum of this field YearToDate. The field is {AR_SalespersonHistory.GrossProfitAmt}. Is there any easy way to do this because the solutions that I have come up with seem too difficult and abstract. Any help???

Part and Inventory Search

Back
Top