Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)

  • RE: render report directly to PDF (or any other format)

    hahaha...it did it to me too!! "javascript" didn't show up!

    Dana

    "Drats! Foiled again!"
  • RE: render report directly to PDF (or any other format)

    Steven.Howes (11/15/2013)


    Damnit!

    j a v a s c r i p t :

    (minus all the spaces)

    thanks for the laugh first thing in the morning!! 😀

    i've used...

    Dana

    "Drats! Foiled again!"
  • RE: Display Country's name in Textbox

    Get me? (11/6/2013)


    You can use the Join function in an expression to create a delimited list.

    E.g.

    =Join(Parameters!Country.Value,",")

    Would create a CSV string of the selected countries.

    i agree with this solution. usually...

    Dana

    "Drats! Foiled again!"
  • RE: SSRS drill-through report - passing only 2 of 3 parameter values

    i found my issue and am posting the solution just in case someone else runs into the same problem:

    The data type was the issue. The Parameter 'DateRangeType' (Text data...

    Dana

    "Drats! Foiled again!"
  • RE: joins

    yes, you can use ' ' or n/a or anything else like that.

    Dana

    "Drats! Foiled again!"
  • RE: joins

    here's a bit of information on rules of normalization: http://qa.sqlservercentral.com/blogs/abhijit_desai/2010/09/07/noramlization/ However, in this case, you're looking at data that seems to have a clear relationship, so a...

    Dana

    "Drats! Foiled again!"
  • RE: joins

    are you creating one denormalized table using data from several views? i've done something like this recently and although it's labor intensive, it's not difficult to do. please...

    Dana

    "Drats! Foiled again!"
  • RE: case when then or subquery?

    thank you both Lynn and Sean - I appreciate your patience.

    below is a more detail - i wanted to try to keep it simple but apparently i over-simplified the first...

    Dana

    "Drats! Foiled again!"
  • RE: Calculations in SSRS

    hello all..thanks for your help. part of my problem was there was an extra character in the Pass_Fail values. ltrim and rtrim took care of that, then Count(iif...)...

    Dana

    "Drats! Foiled again!"
  • RE: Calculations in SSRS

    unfortunately this didn't work either. 🙁

    Dana

    "Drats! Foiled again!"
  • RE: Calculations in SSRS

    Hi Joie,

    I need it to count the "P" only - result should be 5 but i'm getting 8, which is the total of all rows in this small test db....

    Dana

    "Drats! Foiled again!"
  • RE: New in this world.. no experience and no knowledge

    Hi Fabrizio,

    The course titled SQL Server 2008/R2 DBA is over 50 hours of video teaching and the cost is us$99 - url=http://www.learnitfirst.com/Course/157/SQL-Server-2008-DBA.aspx#ChapterListing][/url]. I am not affiliated with this company,...

    Dana

    "Drats! Foiled again!"
  • RE: New in this world.. no experience and no knowledge

    fabrizio, it is a vid tutorial series so you could take it at your own pace.

    Dana

    "Drats! Foiled again!"
  • RE: SSRS No Rows message

    SQLRNNR (12/28/2012)


    Sounds like some caching. Does it appear the same even after closing BIDS and reopening? Or even clearing the cache file in the project directory?

    Hi Jason,

    I thought...

    Dana

    "Drats! Foiled again!"
  • RE: New in this world.. no experience and no knowledge

    Hi Fabrizio,

    I taught myself SQL with the help of some really great resources. I've found an instructor to be extremely helpful in explaining the in's and out's...Scott Whigham of...

    Dana

    "Drats! Foiled again!"

Viewing 15 posts - 1 through 15 (of 18 total)