Forum Replies Created

Viewing 15 posts - 211 through 225 (of 541 total)

  • RE: Create Endpoint Error

    Hi Lynn. I shall take a look.

    Thanks,

    Phil.

  • RE: Jump to URL

    The resolution was as follows:

    ="http://server-name/ReportServer/Pages/ReportViewer.aspx?%2fTopLevelFolder%2fSubFolder%2fSubFolder%2fReport+Name&rs:Command=Render&ProductId=" & Fields!ProductId.Value

    Thanks to all those who took time to review this post and I hope the resolution helps others.

    Kind Regards,

    Phil.

  • RE: Jump to URL

    Still searching.....

    I have:

    ="void(window.open('" & Globals!ReportServerUrl & "?%2fTopLevelFolder%2fSubFolder%2fMy+Folder+Report+Name&rc:ToolBar=False&rc:Parameters=False&ProductId=" & Fields!ProductId.Value & "', 'popup','location=no,toolbar=no,left=100,top=100,height=600,width=800'))"

    The above does nothing when the ProductId field is clicked in the report so my sysntax is wrong.

    I an...

  • RE: Jump to URL

    I amended code as follows:

    ="http://MyPath/Pages/Folder.aspx?ItemPath=%2fMyFolder%2fReports%2My+Subfolder/Folder Name&rs:Command=Render"

    I also tried

    ="http://MyPath/Pages/Folder.aspx?ItemPath=%2fMyFolder%2fReports%2My+Subfolder/Folder Name&rs:Command=Render&ProductId=@ProductId"

    When I select the link reporting services returned error:

    [Quote]

    The operation you are attempting on item "/MyFolder/Reports/Sub Folder/Folder" is not allowed...

  • RE: ROW NUMBER

    I have found the solution:

    RowNumber("grpSupplierName")

    Thanks,

    Phil.

  • RE: Date Filter

    Thanks Lynn. This worked:

    [Code]

    SELECT

    i.CreatedDate,

    i.EffectiveDate

    FROM

    Inventory AS i

    WHERE

    i.InventoryReasonCode = 173

    AND i.EffectiveDate...

  • RE: Date Filter

    0 rows......

    Thanks Lynn.

    Phil.

  • RE: Return TOP 5 Suppliers based on Invoice Volume

    Told you it was brain freeze!

    You were correct (as was I!!).

    Thanks,

    Phil.

  • RE: Query Performance

    Thanks guys.

    Phil.

  • RE: Query Performance

    Hi Piotr. You were correct when run as a batch option 1 was 46%, option 2 54%, run individually each were 100% (which I suppose makes sense!). Not really looked...

  • RE: Stored Procedure used for Wild Card Search on Web Form

    Hello again. I have been asked to include an additional field that users can search on.

    I have attached a script that will create the required tables + add some sample...

  • RE: User Permissions to Email Report Subscriptions

    Content Manager worked.

    Thanks,

    Phil.

  • RE: SP3

    Thanks guys.

    I used SELECT @@VERSION originally.

    select serverproperty('productlevel') returns 'SP2'.

    So stick with the service packs then. I can apply to a test instance and see if anything breaks.

    Many Thanks,

    Phil.

  • RE: SP3

    Ha! Ha! Thanks for the link.

    We have just signed 2 new players that should slot in nicely, a Japanese lad and an Italian.

    Nick-a-motor and Rob-A-Telly.....

    Back to the link. Looks like...

  • RE: Cumulative Update Package 9 SQL Server 2005 SP2

    Hi Justin. Yes I read that post, there did not appear to be a definitive answer (but then again when is there!).

    Thanks,

    Phil.

Viewing 15 posts - 211 through 225 (of 541 total)