Forum Replies Created

Viewing 7 posts - 16 through 23 (of 23 total)

  • Reply To: Changing the database in the report

    Two thoughts...

    1. If you aren't already, would changing the data source's credential settings to "Prompt for credentials" work?  Then you wouldn't have to specify the password in the connection string.
    2. ...

    "When it comes to report design and development, I have a list of pet peeves a mile wide. You might think the list would be a mile long, but I like to turn it on its side, sharpen the end, and poke people with it." - Me

  • Reply To: Dataset as source for another dataset

    Not necessarily (if I understand correctly).  If you set up your main stored proc driven dataset as a shared dataset and cache it (daily perhaps), then inside your RDL you...

    "When it comes to report design and development, I have a list of pet peeves a mile wide. You might think the list would be a mile long, but I like to turn it on its side, sharpen the end, and poke people with it." - Me

  • Reply To: Image within a Rectangle

    I think you should be able to change the "sizing" mode of the image and then adjust the width and the height.

    For example, if your page layout is 8.5 x...

    "When it comes to report design and development, I have a list of pet peeves a mile wide. You might think the list would be a mile long, but I like to turn it on its side, sharpen the end, and poke people with it." - Me

  • Reply To: Dataset as source for another dataset

    Hi!  Would you mind talking me through an example of what kind of data you're looking at/filtering?  (I suspect that the answer may depend on the size of the datasets...

    "When it comes to report design and development, I have a list of pet peeves a mile wide. You might think the list would be a mile long, but I like to turn it on its side, sharpen the end, and poke people with it." - Me

  • Reply To: #Error for calculation in a textbox

    I had a similar problem in a few instances where I found that I needed to change the zero value to "Nothing" to get it to work.  I never really...

    "When it comes to report design and development, I have a list of pet peeves a mile wide. You might think the list would be a mile long, but I like to turn it on its side, sharpen the end, and poke people with it." - Me

  • Reply To: Parameter Based on value in field

    I think I can help, but I have a few questions...

    Regarding "range", are you thinking about two parameters (start date & end date), and/or are you envisioning drop down menu(s)...

    "When it comes to report design and development, I have a list of pet peeves a mile wide. You might think the list would be a mile long, but I like to turn it on its side, sharpen the end, and poke people with it." - Me

  • Reply To: Data Driven Subscription - Where is the data source of the dataset stored?

    Hi Pete - Try this.  They sure don't make it intuitive... 🙂

    SELECT c2.Name AS ReportName
    ,s.Description AS SubscriptionbName
    ,c.Name...

    "When it comes to report design and development, I have a list of pet peeves a mile wide. You might think the list would be a mile long, but I like to turn it on its side, sharpen the end, and poke people with it." - Me

Viewing 7 posts - 16 through 23 (of 23 total)