Wednesday, March 28, 2012
Hide browser menu in viewer
there a way to hide the browser bar at the top that has the browser printer
icon on it so people do not click the wrong icon to print? Thanks.
DavidYou need some browser client side code (javaScript) to open a new browser
window. In this javascript code, you can specify is you want browser's
menu/toolbar/scrollbar shown or not. You can also specify the window's size,
location on screen. This all client side code. No server side code can do
this.
"David C" <dlchase@.lifetimeinc.com> wrote in message
news:%237uBSpUWIHA.2268@.TK2MSFTNGP02.phx.gbl...
>I am calling the report server via http to view the SQL 2005 reports. Is
>there a way to hide the browser bar at the top that has the browser printer
>icon on it so people do not click the wrong icon to print? Thanks.
> David
>
Monday, March 26, 2012
Hide a parameter
choose one parameter to be hide. This hide parameter has a default value and
the user inform the others.
thanksHi Julio,
On the parameter property dialog you can uncheck the "Prompt user"
checkbox.
--
Scott
http://www.OdeToCode.com
On Tue, 3 Aug 2004 08:29:56 -0300, "Julio"
<julio.caldas@.brfree.com.br> wrote:
>Using Report Manager (default viewer for Reporting Services) is possible to
>choose one parameter to be hide. This hide parameter has a default value and
>the user inform the others.
>thanks
>
Friday, March 9, 2012
Help-Forecasting Model Viewer
Hi,
I am working in Share point service now.
I created a website using share point.
I worked in mining algorithms in sqlserevr 2005.
I am able to view scorecard, BIP in my website.
My Question is:
I am having a forecasting model developed using Time series algorithm in Sqlserver 2005.
I need viewer to view my forecasting model, I created.
Plz suggest me any viewer like DataAnalyzer, to view my forecasting model.
Tx in Advance!
Was your question answered in the newsgorup, or do you still need more information?
Realistically you can use any charting control and simply query the model for the data if the redistributable viewers don't work for you.
|||Hai,
I used pivot table OWC to show my data.
Unfortunately, it doenot work with DMX query.
But spreadsheet OWC accepts DMX query. why not pivot table?
I need some solution to run my DMX query and give as input to my chart/pivot control.
plz help me.
its urgent
Tx in advance.
|||You will have to write some custom Excel code (you can find samples on sqlserverdatamining.com) to execute the DMX query and put it in a worksheet. Then you can put the result into an Excel pivot tableHelp-Forecasting Model Viewer
Hi,
I am working in Share point service now.
I created a website using share point.
I worked in mining algorithms in sqlserevr 2005.
I am able to view scorecard, BIP in my website.
My Question is:
I am having a forecasting model developed using Time series algorithm in Sqlserver 2005.
I need viewer to view my forecasting model, I created.
Plz suggest me any viewer like DataAnalyzer, to view my forecasting model.
Tx in Advance!
Was your question answered in the newsgorup, or do you still need more information?
Realistically you can use any charting control and simply query the model for the data if the redistributable viewers don't work for you.
|||Hai,
I used pivot table OWC to show my data.
Unfortunately, it doenot work with DMX query.
But spreadsheet OWC accepts DMX query. why not pivot table?
I need some solution to run my DMX query and give as input to my chart/pivot control.
plz help me.
its urgent
Tx in advance.
|||You will have to write some custom Excel code (you can find samples on sqlserverdatamining.com) to execute the DMX query and put it in a worksheet. Then you can put the result into an Excel pivot table