Forum Replies Created

Viewing 15 posts - 1,486 through 1,500 (of 1,839 total)

  • RE: passing parameter results to other parameters

    If you want these to be dependent (also called 'cascading') then you need to ensure they are in the correct order, that is, if you want to use dates in...

  • RE: variable drop down lists

    I thought you'd have to use dynamic SQL to do this (ie create a string and then 'EXEC' it).  An alternative (but possibly not workable depending on the size of...

  • RE: Sharing a datasource from a different folder

    Why not save the images into the report?  I guess it depends on whether these are being used in a header or similar single instance items or as row 'icons'...

  • RE: configuring reporting services email

    you should check your logs.  If you type in Log Files in the RS BOL, you should get an entry for Reporting Services log Files and a sub entry for...

  • RE: Sharing a datasource from a different folder

    I agree phil, it's a nice way of doing it.  Plus if you didn't want to script the move (ie do it all GUI) you could skip Report Manager and...

  • RE: DSO error

    It really depends on what you're hoping to do.  If you're trying to do it for documentation (ie really just extract the data) then there is a word template (with...

  • RE: DSO error

    Have you checked that the user (aspnet) has access to the registry hive?

    Also, possibly more on the money, straight from the OPS guide (see MSDN)

  • RE: Sharing a datasource from a different folder

    You should be able to move the reports using rs.exe (ie script), you can also interrogate them to findout their DS props.  Take a look at BOL (look for

  • RE: Sharing a datasource from a different folder

    Thanks Phil, i didn't even think of doing that (ctrl clicking).  having used VS primarily for coding rather than RS, I am used to just compiling and deploying an entire...

  • RE: Sharing a datasource from a different folder

    Come on Phil, rs.exe is simple, you write the VB.net code using visual studio, you then remove all of your using (or is it imports in VB.net??) statements, everywhere (or...

  • RE: Sharing a datasource from a different folder

    Possibly you have a security (ie right/visibility) issue?  We have our reports seperated into distinct folders ut only 1 'Data Sources' folder fo rthe entire RS instance.  All reports reference...

  • RE: RSS feed

    You mean you're not a member frank?

    Hey BK (or anyone else with a news aggregator), I have now got this down to only those...

  • RE: A question about cube dimension

    Ok, you didn't type the '<code>' tags did you?

    Assuming you didnt, the following works for me against MSSQL

    case when LEFT("dbo"."vw_pub_test"."title", 1) = 'O' then 'O' else 'Other' END

    and one a...

  • RE: A question about cube dimension

    another assumption on my part was that you are using mssql as the data source, are you?  If not, you will need different syntax for the case statement.  For example,...

  • RE: A question about cube dimension

    Delpiero,

    (NB Have assumed a column name of 'Paid Status' that hold the Paid, Pending and Cancelled).

    A quick way to get what you want is to create a new level...

Viewing 15 posts - 1,486 through 1,500 (of 1,839 total)