Viewing 15 posts - 1,936 through 1,950 (of 2,278 total)
Somehow QoTD regularly reinforces recently acquired knowledge. Like this....thanks.
August 12, 2010 at 6:50 am
Not sure about that one.
I would try 2 things. First substitute a hard value to see if you can get it to work like 12 MOD 5.
Second check the...
August 10, 2010 at 12:49 pm
Try this format for your URL instead.
http://hostname/ReportServer?/folder/report¶meter=value
I am not sure I am completely reading your sample URL properly but it would end up something like this:
August 10, 2010 at 12:31 pm
If I understand your question and the title, it will be something like this:
=IIf (Fields!eSourceProvider.PGMIDANNUAL.Value > 0, Parameters!EmAnnual.value Mod Fields!eSourceProvider.PGMIDANNUAL.value, 0)
August 10, 2010 at 12:10 pm
Try dropping the rs:command=Render. I don't think that works without a follow on format command like &rs:Format=render.xml
August 10, 2010 at 12:02 pm
This does not answer your question directly, but it may be the solution you are looking for:
http://msdn.microsoft.com/en-us/library/aa337169.aspx
Hope this helps.
August 10, 2010 at 11:56 am
So, the URL you see in Report Manager does not work when you paste it into another browser tab or instance?
August 10, 2010 at 11:52 am
If I understand the first part of your question, it is pretty straight forward. Just make the available values of a paramater based on the results of your query....
August 10, 2010 at 7:18 am
You can use many different data sources. However the way your BIDS project is configured will determine when the data sources are deployed. If you 2 different sources...
August 10, 2010 at 7:08 am
Great question. I got it right....and still learned a couple of things in the explanation. Thanks.
August 10, 2010 at 7:04 am
You might also see it as Microsoft Visual Studio 2008, maybe in a separate program group.
August 9, 2010 at 12:31 pm
Ray K (8/9/2010)
Monday(Sounds like "mundane." Coincidence?)
Normally Mondays don't really bother me that much, but today I got hit with a bunch of alerts and errors first thing. What...
August 9, 2010 at 7:47 am
Curious, the difference in default behaviour between a DECLARE and a CONVERT.
I suppose this just puts another check mark in the Always Declare Everything column.
August 9, 2010 at 7:43 am
Viewing 15 posts - 1,936 through 1,950 (of 2,278 total)