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 IamaSherpa 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: agray123
  • Order by date
  1. agray123

    Business Objects 6.5 running on Oracle Instant Client

    Since I am unable to breach the highly secured Business Objects corporate site - I have decided to come back home to tek tips to post this question. Is it possible to install Business Objects 6.5 (thick client) and use Oracle Instant Client instead of the recommended 9.0.3 full client? (of...
  2. agray123

    Running Totals/ nth most frequent by group issue

    FOR THIS SET: 00160 Executive Secretary 2 15 11 30 2 18 34 2 11 15 17 18 20 2 5 6 11 15 17 2 15 20 11 34 46 2 5 14 15 18 20 15 42 5 17 30 46 I want to see a frequency...
  3. agray123

    Running Totals/ nth most frequent by group issue

    here is the issue - I want to see the frequesnmcyt of say the number 2 - across each of the 6 competencies - and have that count appear in the group header - the ability to be able to sort these totals in a descending order would be great - i should probably try this with SPSS.
  4. agray123

    Running Totals/ nth most frequent by group issue

    The dataset below (believe me - there are many more) needs to be summarized with the 6 most common competencies per jobcode - I have 6 distinct fields of data - and there is a great deal of variation in how each row is sorted (not all ascending or descending). How do I pull this off? And if I...
  5. agray123

    Parameter for record selection - returning a list

    I guess I had better fire up a general invoice - thanks!
  6. agray123

    Parameter for record selection - returning a list

    SQL Server - CR 8.5 using OLE_DB connection. I created a parameter field promting string value for Travel ID - then placed it in the select expert after selecting {TRAVEL}TravelID. Now I get my desired result of only displaying one record per entry. However the Travel Id's look like this...
  7. agray123

    Runing total issue - need to total a running total calculated sum

    Data is stored poorly - as this is a customized bolt on piece to a crappy CRM module. TRAVEL.tbl contins Begin date and end date, travel id EXPENSELIST.tbl contains Travel ID (linked),cost type -and amount EXPENSEDETAIL.tbl contains Travel ID , Rate and Subsistence. I have had to fudge the...
  8. agray123

    Runing total issue - need to total a running total calculated sum

    I was asking a question on the one post to see if I could grab the table fields and split them - but I wasn't sure if I could do that - I really need to pass this data down after it has already been caclulated -as the number of days travel varies, as does the subsistence and lodging rate I...
  9. agray123

    split: the result of a formula cannot be an array

    CR 8.5 Saleslogix on SQL Server / OLE_DB Here is example data - http://www.tek-tips.com/viewthread.cfm?qid=928628 And expected output there - sorry all
  10. agray123

    Runing total issue - need to total a running total calculated sum

    OK - got some things done - now for the data - 10/4/2004 Golf Fees 329.98 55.37 Airline 329.98 55.37 Car Rental 329.98 55.37 Rental Car Gas 329.98 55.37 Registration Fees 329.98 55.37 Parking & Tolls 329.98 55.37 Train / Subway 329.98 55.37 Membership Fees 329.98 55.37 Taxi 329.98...
  11. agray123

    Runing total issue - need to total a running total calculated sum

    thank goodness you are here for the rescue.....let me get you a datasetup - it is plenty full of issues
  12. agray123

    split: the result of a formula cannot be an array

    would this work for a number ? if I have n costs in a grouped field from a table - can I get the split to push each one out individually - and then multiply them by a datediff?
  13. agray123

    Formula Madness - listing destinations in order - in group footer

    I am passing a lot of poorly formatted data - this is a bolt on travel application that I have been trying to bail out with this report. We have travel begin date and end date, and arrive date - but no "check out date" so we have used the group footer for arrays and running totals to work. I...
  14. agray123

    Runing total issue - need to total a running total calculated sum

    using this: if {@variablenextdate}>{TRAVEL.ENDDATETIME}then datediff('d', {TRAVEL.BEGINDATETIME},{TRAVEL.ENDDATETIME}) else if{@variablenextdate}=date(0,0,0)then DateDiff ('d',{EXPENSEDETAIL.ARRIVEDATETIME} ,{TRAVEL.ENDDATETIME} )else DateDiff ('d',{EXPENSEDETAIL.ARRIVEDATETIME}...
  15. agray123

    Formula Madness - listing destinations in order - in group footer

    this portion worked like a charm - I am linking the subreport via TRAVEL.ID - then I have the main report with a second group of ARRIVEDATE. The subreport is grouped in a similar fashion, but how would I get each individual table.destination/table.destination to appear in group footer 1? I...
  16. agray123

    Formula Madness - listing destinations in order - in group footer

    thanks - the OLE part was included to state that I only have certain area to operate in -
  17. agray123

    Formula Madness - listing destinations in order - in group footer

    I am working on a devil of a report - and now I need some more help. I am looking to list individual destinations /locations on a travel form. I am hoping to do these in order - ie. 1st day's location, second day's, fifth days (accounting for multiple day stays on one location.) I am doing...
  18. agray123

    Variables and dates - missing on nextdate

    perfect - thanks a million - I have been staring at this for too long - now If I generate a number here - and multiply it by a cost amount that has been grouped - how can I get a summary of this? Should i pass it from a subreport back to the main report? (i want to multiply this by the...

Part and Inventory Search

Back
Top