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 Wanet Telecoms Ltd 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. spiego

    How to get NDRs when the "From" email address is a distribution group

    When I send an email to a bogus address where the from address is a distribution group (which I am a member of) I do not get an NDR sent to me. When I look at System Manager, it shows that a NDR was generated. How can I get the NDR to show up in my inbox?
  2. spiego

    How to get fields to line up?

    I need the times to line up. How can I do that using the expression below? =Join(Parameters!DelDay.Label, space(15) + Parameters!time.Label + vbcrlf)+ space(15) + Parameters!time.Label When I run the report it displays the following result:
  3. spiego

    How to get a total after using the switch statement?

    I have a cell in my report that has the following statement Switch(Sum(Fields!Baskets.Value) >= 1 and Sum(Fields!Baskets.Value) <= 59,1,Sum(Fields!Baskets.Value) >= 60 and Sum(Fields!Baskets.Value) <= 108 ,2) Is it possible to get a sum of the values at the end of the report from the above...
  4. spiego

    How to convert a statement done in Crystal Reports to SSRS

    I need to be able to do the following statement in SSRS. What is the best way to do it? Select Sum {ARM340L1.Qty} Case 0: " " Case 60: "24/36" Case 72: "24/48" Case 84: "36/48" Case 96: "48/48" Case 108: "36/36/36" Case 120: "24/48/48" Case 132: "36/48/48" Case...
  5. spiego

    Parameters and Stored Procedures

    I have a stored procedure that I am using to create a report. At the end of the stored procedure I have the following select statement (rptset is a temporary table created in the proc): select * from @rptset where rordered!=rshipped If I want to use parameters from the report to...
  6. spiego

    Must declare the scalar variable &quot;@shippingDateConfirmed&quot; message

    Sometimes we need the obvious pointed out to us. It no longer gives that error, however, when I first open up this report and go to the data tab, a message appears saying "The Declare cursor SQL construct or statement is not supported." I click on OK and I am able to run the sql. Any thoughts on...
  7. spiego

    Must declare the scalar variable &quot;@shippingDateConfirmed&quot; message

    In SSRS 2005 when I execute the query shown, I get the message shown below. Any ideas on why it is complaining? declare @rptset Table( rSalesName nvarchar(100), rCustAccount nvarchar(10), rInvoiceAccount nvarchar(10), rStoreName nvarchar(100)...
  8. spiego

    Dynamic Parameters

    Thanks xlbo. Ok, I have put together the following statement: =IIF(@RunBy = 1,"Select Distinct INVOICEACCOUNT, SALESNAME From SalesTable Where DataAreaID = 'nuc' AND (INVENTLOCATIONID IN (@Plant))","Select Distinct CUSTACCOUNT, SALESNAME From SalesTable Where DataAreaID = 'nuc' AND...
  9. spiego

    Dynamic Parameters

    Thanks mrdenny. How do I pass the value from the boolean parameter to the data set for the customers?
  10. spiego

    Dynamic Parameters

    I have a report where the user wants to have the ability to run it for either a bill to customer or a ship to customer. I currently have a boolean parameter "Run by bill-to customer?" and it defaults to true. Along with that is a drop down list of the bill-to customers. What I would like to do...
  11. spiego

    Weird Issue with Message Tracking

    I am having a weird issue with the Message Tracking Center in Exchange 2003 that seems to have started this morning. When doing a query on anyone (Sender or Recipient) it will not show any results for today after ~7:10 PST, but when I go and look in the folder where the logs are stored, it is...
  12. spiego

    Public Folder and Calendar issue

    For some reason when I create a calendar under Public Folders and give permissions (Author) to another user, that user is unable to see the calendar listed under public folders. I even had them close Outlook and come back in, log off the computer and log back in. Still nothing. Why can't they...
  13. spiego

    Move Linked (UNC) excel files to a new server

    MEL33, Did you find a solution? I am having to do the same thing? TIA
  14. spiego

    CMS error when connecting to CE XI

    It's running and it shows that it is running on port 6400.
  15. spiego

    CMS error when connecting to CE XI

    When connecting to the respository from CR XI, an error message appears saying the following: CMS host 'address name' address was resolved properly, but cannot be reached to establish a CMS connection. Verify that your router/firewall communication is port 6400. The interesting thing is that...
  16. spiego

    Upgrade issue to 2005 in SBS

    What's driving this is the BI functionality such as the reporting services.
  17. spiego

    Upgrade issue to 2005 in SBS

    Here is the response from MS: "Regarding your question, I recommend you backup the databases first and restore them once SQL 2005 is installed. To tell the truth, I am also confused with the misleading "upgrade" scenario that SBS provides. At least, the limitation on SQL upgrade should be...
  18. spiego

    Upgrade issue to 2005 in SBS

    Well, according to the tech from MS, it is a major gap on their part. However, the only resolution is to backup the databaes, remove SQLServer 2000 and then install SQLServer 2005 and restore the databases. Thanks to all who participated in this thread.
  19. spiego

    Upgrade issue to 2005 in SBS

    Will do and I completely agree.
  20. spiego

    Upgrade issue to 2005 in SBS

    I have SA and I am first trying their unlimited support via the web. Yes, the Standard version did originally come with SBS.

Part and Inventory Search

Back
Top