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 SkipVought 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: *

  1. steve817

    SET NODATA not working

    This link is to the ASCII chart. It says that a hexidecimal 0 is null: http://www.ascii.ws/images/ascii-chart.gif (unless, in database terms, it's something different). We did a SQL query "length(fieldname)" and it returned a zero length. Currently, we are doing a work-around similar to what...
  2. steve817

    SET NODATA not working

    It seems to be returning a hexidecimal zero, but NODATA doesn't see this a a true null value. As I mentioned in the previous posting on Feb 27th, if a new record is created and no value is entered in a text field, NODATA sees it as a null. However, once the record is updated, NODATA isn't...
  3. steve817

    SET NODATA not working

    We've queryied the database outside of WebFOCUS and have confirmed that the values in the tables are not null and not a space. The MISSING attributes for all fields are set to ON (the default). We are using multiple one-to-many joins (left-outer joins in most cases). When the variable...
  4. steve817

    SET NODATA not working

    The &GROUPBY variable is returning a space. The ERP data being accessed is stored in a Progress database. Is it possible that the fields are null when the records are created if no value is entered upon creation, but then through maintenance of the record, the null value is lost and replaced...
  5. steve817

    SET NODATA not working

    How can I get the SET NODATA command to work for a "grouped by" report? Here's a snippet of my code: ..... SET NODATA = 'N/A' ..... TABLE FILE QSACUS SUM DESCRIPTION CNT.counter AS 'COUNT' PCT.CNT.CTRLNBR AS '%TOTAL' COST/D12.2CM BY TOTAL HIGHEST counter NOPRINT BY &GROUPBY...

Part and Inventory Search

Back
Top