Viewing 15 posts - 211 through 225 (of 541 total)
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.
October 20, 2009 at 9:04 am
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...
October 20, 2009 at 8:00 am
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...
October 20, 2009 at 6:31 am
I have found the solution:
RowNumber("grpSupplierName")
Thanks,
Phil.
October 7, 2009 at 2:24 pm
Thanks Lynn. This worked:
[Code]
SELECT
i.CreatedDate,
i.EffectiveDate
FROM
Inventory AS i
WHERE
i.InventoryReasonCode = 173
AND i.EffectiveDate...
October 7, 2009 at 1:10 pm
Told you it was brain freeze!
You were correct (as was I!!).
Thanks,
Phil.
October 7, 2009 at 10:00 am
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...
October 6, 2009 at 3:31 pm
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...
October 6, 2009 at 9:25 am
Content Manager worked.
Thanks,
Phil.
August 27, 2009 at 3:24 am
Hi Justin. Yes I read that post, there did not appear to be a definitive answer (but then again when is there!).
Thanks,
Phil.
August 11, 2009 at 7:54 am
Viewing 15 posts - 211 through 225 (of 541 total)