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 strongm 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. progenysend

    ODBC to AIX DB2 (I know...)

    Hi All, I'm sure this one's been beat into the ground, but I can't find a good answer. I'll start this off by saying I'm a Business Objects and Crystal developer. I'm not good with databases and I know nothing of Unix or Linux. I've got Business Objects on a Windows 7 machine. I've got a db2...
  2. progenysend

    Parameter Interface Crystal Reports 9 vs XI

    Hi, I did an upgrade on a VB project from Crystal 9 to XI. The new viewer shows up, but the parameter interface or GUI or whatever is the same one from Crystal 9. The whole point of this was to get the new interface. I attached a screenshot of the difference in the windows. So, anyone know...
  3. progenysend

    Upgrade from Crystal Reports 9 to XI in VB6

    Hi, Start this by saying I'm a Crystal Reports developer, not VB. I've got an application that already uses Crystal 9. There's about 20 instances in the code where CRViewer91 is used. I need to upgrade this all to Crystal XI R2. So far, the problems I'm having... I don't know what to...
  4. progenysend

    Upgrade from Crystal Reports 9 to XI in VB6

    Hi, Start this by saying I'm a Crystal Reports developer, not VB. I've got an application that already uses Crystal 9. There's about 20 instances in the code where CRViewer91 is used. I need to upgrade this all to Crystal XI R2. So far, the problems I'm having... I don't know what to...
  5. progenysend

    Compare Business Days Month over Month

    Hi, I'm trying to do a comparison across a year in a crosstab and graph. I want compare the each business day by first business day of the month... second business day of the month... etc. I know how to do this with variables, but I can't get that to graph. Does anyone have a formula for...
  6. progenysend

    Form from Crosstab Query: Combo Box

    I've got a crosstab query that's being displayed in a form. I need it to display data only for certain managers based on a combo box. Here's the code: Private Sub cmbMSCManagerDisplay_Click() Me.MSC_CrosstabAPI.Form.Filter = "Managers.ID=" & "" & "" Me.MSC_CrosstabAPI.Form.FilterOn = True...
  7. progenysend

    ActiveX Control for Crystal XI or 2008

    Can anybody point me towards some step by step instructions for this? I just want people to view or access a Crystal Report from an Access 2007 form. I can find the controls, but I don't know which one to use and and I can't find the place to link the report.
  8. progenysend

    ServiceCEO

    Has anyone used Crystal 9 connected to ServiceCEO? I'm used to using 11 and 2008. I just want to know how to set up a report so the Print Range connects to the parameters like all the other reports.
  9. progenysend

    Charts Give Wrong Distinct Counts

    I've got a report with 3 groups. Department, Invoice Number, and Age of Invoice. Nothing is hidden or suppressed. The Invoice Number (based on Age) can be In, Last, Out, or Aged. I have a charts in the Report Header and Group Headers telling me a Distinct Count of Invoice Numbers in...
  10. progenysend

    Bar Chart Time Durations

    I've got Crystal 11 and I'm trying to make a bar chart of time durations, like Total Talk Time, for groups. I can get the number in either an actual time format or in seconds, but I still can't get a chart to work.
  11. progenysend

    Xcelsius: Components won't load

    Hi, I've built and Xcelsius dashboard, and it worked just fine. The exports worked and all that good stuff. I saved it, closed it, and now when I open it, all the components won't load. 11 components will load in the Object Browser and the Canvas itself is blank. Here's the fun part: It...
  12. progenysend

    Xcelsius: Export to PDF Landscape

    Hey Everyone, Every time I export Xcelsius to PDF, it's in letter view. If I rotate the view, that's fine, but when I save that and reopen it, it's back to letter view. Anyone know how I can get the PDF to open in Landscape view? Thanks
  13. progenysend

    Xcelsius: Connection Refresh Button gives old data

    Hi, I'm using XML maps to try to have dynamic data in Xcelsius 2008. Every time I try to use the Connection Refresh Button, I just get old data. The original XML file had 4 days of data. I mapped it to an Excel file and loaded that into Xcelsius. I appended the XML file with a 5th day of...
  14. progenysend

    Use a Subreport as a Filter

    Hello, I'm trying to use a subreport as a filter. I want use a selection criteria in a main report send the account numbers it comes up with to the subreport so the subreport can then filter those down more for use. I'd like to do this without using the Subreport in the Detail section...
  15. progenysend

    Excel Pivot Chart Template only uses 1st Table

    I've got a workbook with about 50 pivot tables, all of which are linked to the same Access data base. I have to make a chart for each table. I've been making the charts using a template I saved after making the first chart, but now every time I use the template, in will only used data from the...
  16. progenysend

    Referencing A Non-Linked Field

    I don't know how accurate that title is, but... I'm working with Aspect ACD data. In the database, there are names associated with extensions for call originators, but I want to reference that to see who the call went to. I don't think I can use a sub report because this already is a sub...
  17. progenysend

    Single Line Graph from Several Formulas

    I need to make a line graph with a 13 week trend. Each point, or total for the week, is calculated from a different formula. I just need to know how to make a line graph that will connect separately calculated data points. Some of the calculations are running totals, some are not. I already...
  18. progenysend

    Crystal 2008 - Grouping by a Sumarized Feild

    I've got several detail levels that give a single result at a group level. I need to group by the Header output while keeping the rest of the list intact. Group 1 TARIUST Detail TARIUST Detail ALEXKA Detail MBOND Detail BROSS Detail CLIFFD
  19. progenysend

    Crystal 2008 - Count a Summarized Field

    I've got some data that doesn't really have a unique identifier, so I create one through grouping. Say there's 5 detail lines for every Group 1 line. A test is done that returns a Yes or No for each line, ultimately leading to a Yes or No in Group 1. I have to come to this by manipulating...

Part and Inventory Search

Back
Top