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 Chriss Miller 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: danhauer
  • Content: Threads
  • Order by date
  1. danhauer

    How to use MEDIAN function, but not count zeros

    I have to find the median number in columns of data, without counting zeroes. The zeroes are the result of a formula. I tried saying if {@days} > 0, then {@days} else null or "" but that didn't work because of course, the formula expects a numeric value. So my report looks like: JAN FEB...
  2. danhauer

    Using an Array to find instances of num/date combo

    (Sorry, the search was down for maintenance, so I didn't get to search thoroughly...) I have several rows (not many, just 300 or so) of two columns of data in Excel. One is an error number, the other is a date. What I need to find is the number of occurrences where two numbers fall under the...
  3. danhauer

    show system fields in a view

    Hi, I am trying to show the $REF field in a view. Is there a way? (I need to see the number that is stored in that field on a whole bunch of documents.) Thanks danhauer
  4. danhauer

    can you add comments to an access sql statement?

    I have a series of queries and I just want to run them one at a time without retyping. I have an Oracle script that I modified with a bunch of statements that I could copy and paste 30 times, but I'm looking for a way to place a comment so I can just uncomment them one at a time and run them...
  5. danhauer

    Plot area of new charts so small - can't read

    I'm using Office XP, and everthing was fine when I made charts. Then for no "apparent" reason, one day when I went to make a new chart (nothing fancy, just the default chart using the chart wizard) and the plot area was so small I couldn't even find a handle to drag it and make it...
  6. danhauer

    Excel Date/Time Stamp when SS is changed

    Hello - This seems like it should be easy, but I cannot find a way to write a formula to update a cell with the date/time of the last change on the spreadsheet. I can do it with code, but I need to pass this info on to users. Is there a way? I tried convincing them that they could do a...
  7. danhauer

    Data showing up on report that cannot be seen in Notes db

    This one has been a real stumper... I'm also posting it in the Lotus Notes forum. I created a report using CR (Enterprise ver 8.0.1.1) against a Notes database. The selection is based on all documents created using "frm_pppinput". There are two (maybe more that I don't know about!)...
  8. danhauer

    Crystal Reports shows data that is not seen in Notes db

    This one has been a real stumper... I'm also posting it in the Crystal Reports forum. I created a report using CR against a Notes database. The selection is based on all documents created using "frm_pppinput". There are two (maybe more that I don't know about!) documents appearing...
  9. danhauer

    Lotus Notes Link in PowerPoint works in edit, not in presentation

    I have a PowerPoint presentation with a link to a Lotus Notes document in it. In PP edit mode, the link works fine. But during the slideshow, it doesn't work at all - clicking on it just takes you to the next slide. In edit mode, if you right click on the Notes icon, some of the options are...
  10. danhauer

    Matching data from 2 db's, same data/different field length

    Forcing databases to work together sure doesn't seem easy in CR! Whew! Here is my scenario: I have two Oracle databases. One contains volume used table, plant table. The other is a vendor database with vendor...
  11. danhauer

    Matching data from 2 db's, same data/different field length

    Forcing databases to work together sure doesn't seem easy in CR! Whew! Here is my scenario: I have two Oracle databases. One contains volume used table, plant table. The other is a vendor database with vendor information tables. My task: Show volume by site code and vendor name and...
  12. danhauer

    Scheduling: one server, many databases requiring logins

    Hello! I have a report with five subreports linked to one server, but each subreport is linked to its own Notes database. Each database requires a login. So, when I go to schedule the data source server, it shows the server that the databases are on, but it only shows the first database name...
  13. danhauer

    =if(a2=a3,a3,<how do I make this a NULL value?>)

    Hi! I am making a graph based on the formula =if(a2=a3,a3,null) only the null portion doesn't work, of course. I can't use "" or a space (I even tried just a comma with nothing after it), because the graph interperets anything other than nothing (null) as a zero, when actually on...
  14. danhauer

    mock outer/left join

    I am a newbie to Focus, but with experience in several other db applications. I am going *crazy* trying to do a "many-to-many" or "left" or "outer" (you get the picture) JOIN in Focus. Does anyone have any ideas, or any way around it?

Part and Inventory Search

Back
Top