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

    Multi value parameter SSRS and MySql

    So here is the situation, I understand that when writing a sql statement using MySql that the parameter value is ?: Select column from some_table where column in (?) However I have not been able to successfully pass a multi value parameter in SSRS 2008r2 using the Allow multiple values...
  2. skaestner

    ExecuteReader requires an open and available Connection

    The error message that I am receiving has got me stumped as it is almost humorous. I am using SSRS 2008r2 and have had quite success with it up until now. The error message I am receiving in is: ExecuteReader requires an open and available Connection. The connection's current state is closed...
  3. skaestner

    ExecuteReader requires an open and available Connection

    The error message that I am receiving has got me stumped as it is almost humorous. I am using SSRS 2008r2 and have had quite success with it up until now. The error message I am receiving in is: ExecuteReader requires an open and available Connection. The connection's current state is closed...
  4. skaestner

    Group Sort Expert

    I am currently using CR08 and have a question regarding the formula use in the Chart Expert area. using the Chart Expert, i clicked on the Data tab then on the TopN feature for the chart. I noticed a formula button and was wondering if i could exclude certain grouped fields using this tool. Or...
  5. skaestner

    Clarification on Subreports

    First off I am using CR08 connected to a MySQL db. My question is simply this, in using sub-reports passing parameters to the sub-report, the Parent(main report) has to execute first before the sub-report correct? If this is true then the report would stop if the Parent was null or would it...
  6. skaestner

    Formula Logic Problem

    Using CR 2008 OK here is the desired result: Total 7 days Total 14 days John Jones 1 0 Mike Smith 0 1 What's currently happening Total 7 days Total 14 days John Jones 6 0...
  7. skaestner

    Upgrading to CR 2008

    OK so plain and simple. Our company has purchased CR XI and we need the functionality of CR 08. We are currently upgrading developer license's to CR 08 however I have noticed that when using some of the functions of 08 and sending them to the XI server the report is losing the 08 functionality...
  8. skaestner

    HasValue() revisted

    OK so I have been reading up on this. Currently using CR 2008 and server is XI R2. I used an alternative to HasValue() and replaced the statement with IsNull() now that I am passing this in the report to the server it completely ignores this and makes the report non-interactive in CV 2008. Any...
  9. skaestner

    Able to report from a .rpt?

    Is it possible to report new info from an existing .rpt, As the same process would be from an .xls? silly question as i don't think it is possible but one may never know until someone else has tried.
  10. skaestner

    Help with interactive parameters

    Using CR2008 there is a setting in the parameter function, Show on (Viewer), I have it set to Editable. When the report is viewed with Crystal Viewer 2008 the parameter change box is disabled. What setting am I missing to make this enabled so that this is considered an interactive parameter report?
  11. skaestner

    Needing hlep with a loop

    Ok so here is the situation i am trying to have the font turn a color when it meets a condition. However the problem i am running into is that it only looks at the first group instead of all groups and only returns red if the first group meets the condition. if {@Before % Glide} <= 33.00 then...

Part and Inventory Search

Back
Top