Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

Can't find object ReportExecutionService when trying to execute SSRS report from C#/SSIS script task

$
0
0

I'm trying to work through the code sample at http://msdn.microsoft.com/en-us/library/reportexecution2005.reportexecutionservice.render(v=sql.105).aspx but can't find the ReportExecutionService class.  At first I tried to add a reference to a .NET namespace and it turned out that I needed to add a service reference.  I thought I was in the clear.  Then I realized that I needed to include the namespace MyProjectName.ReportExecutionService_MyUniqueName, which was a namespace/class genereated by Visual Studio when I added the web service reference.

Ok, so now I'm trying to find the class MyProjectName.ReportExecutionService_MyUniqueName.ReportExecutionService, just like the first line in the Main() method of the code sample.  However, the class is not found.  Intellisense (and error messages when compiling) show that only a class called ReportExecutionServiceSoap and ReportExecutionServiceSoapChannel exist.  I can't find any references to those in any MSDN samples and the structures of the classes don't seem to be the same (at least according to Intellisense).

The project is set to compile for .NET 3.5.

Can anyone explain why I can't see the ReportExecutionService class or what my alternatives are?

Thanks!


Row headers not being repeated on each page when exporting to Word

$
0
0

I have a tablix in which I am displaying some records from table.

When I view this report in SSRS by running or if I take a preview it then it shows all records on one page.

When I export this report to Word then it shows record on two pages. But the row headers are not being repeated on next page.

I have selected "Repeat header rows on each page" for that tablix and I have also set "RepeatOnNewPage" property set to "True" for that row group, as well as setting property "KeepWithGroup" to "After".

But still it is not showing headers on each page when I export the report to Word. What's the solution?

I am using SSRS that comes with SQL Server 2012.

change delimiter in ssrs multi select combobox

$
0
0

Hii all ,

question i am going to ask is about to customize a ssrs control .. 

I want to customize a multiple selction combobox as all know it is passing a bunch of values in CSV format like comma

seperated string '1,2,3' now 

the reason to customize this to is ..

i have a multiselect combobox  to select multiple categoty which is loads from my master data table of SQL server 

list is : BG-EPCG , CEL , Term Loan - Construction , Land & Building etc

now as above 3rd one has comma in between the strings and when this list is selected it is passing as 

'Term Loan - Construction, Land & Building' ie two string to search in store procedure 

what can i do for this any workaround please suggest me..

i cant change my list name in master it is fixed 

any solution i have to try ssrs side or store procedure  side ..

please help ..


Dilip Patil..

SSRS passing as Parameter

$
0
0

 I have a table with fields

SELECT TOP 1000 [BAT_TYPE]
      
      ,[ITEM_TYPE]
  FROM [dbo].[BATT_TYPES]

bat_type  item_type
120-M  Batt
54-FM  Batt
45-FM    Batt
|
|
|
|
commercial Non-Batt
fuel            Non-Batt
tender          Non-Batt


I need to pass bat_type as drop down parameter which gives user
Batt, commercial, fuel , tender as values.

For parameter(@Bat_type) i created dataset using case: so that parameter has those values
select distinct
(
 CASE when bat_type = 'commercial' then 'commercial'
 when bat_type = 'fuel' then 'fuel'  
 when bat_type = 'tender' then 'tender'   
 
 else
 'Batt' END) AS Bat_type
from [dbo].[BATTERY_TYPES]

but how to compare them in main dataset.
select * from [dbo].[BATTERY_TYPES]
where bat_type IN (@Bat_type)
as bat_type is having different models under Batt its not showing data

Thanks in advance

ssm

SSRS Report Part (Which reports need updating?)

$
0
0
I'm pretty sure the answer to this is no, but i'll ask anyway. After you update a report part, is there any way to tell which reports are using that report part other than opening every report up and checking if there are updates?  That sure would be nice.

Formatting

$
0
0

I have question regarding formatting

=IIF(IsNothing(Lookup(Fields!Account_Number.Value,   Fields!Account_Number.Value, Fields!Managed_Patient_Reasons.Value,   "AdmissionsAnalysis"))=true, "Not Flagged",   Lookup(Fields!Account_Number.Value, Fields!Account_Number.Value,   Fields!Managed_Patient_Reasons.Value, "Admissions Analysis"))

Is it possible to add a vbcrlf to this statement so my results will be displayed as

Not Flagged

No Insurance

Charity Care

Also how can I change the font color of "Not Flagged"

Thank you

Parameter passing from master to subreport

$
0
0
Is it possible to pass a multi-value parameter from a master report to one or more subreports? If so, how?

Thanks for any help.

Wayne E. Pfeffer

Cannot view reports in Report Manager

$
0
0

I use SSDT 2012 and when in Report Manager I cannot view any of the reports which I uploaded.

I get the following

when I click on the "Dashboard" report in

I invoked both Report Manager and SSDT as Administrator and I am running everything from a standalone PC (Win7 Pro) and I am logged in as a non-Administrator user.

Thanks,

John


how should i create a email subscription each of the column in the given report ?

$
0
0

hi guys,

I have  a requirement here ,where i have a column lets consider field value=100 if t he field value is <90 i need to send the report to the concern hr team ,so how should i send the email using the condition.  

Please help me out for this...

Thanks !


calculations for a Sales SSRS Report

$
0
0

Hi it is my first time doing calculations for SSRS report 2012/ pls. help 

I need to analyze the direction of the sales (with a graph over a period of time in days ). The X axis is DAYS and Y axis is Sales AMOUNT.

The graph should show  parameters: ( cut by time, agent,   customers , sales area, supplier.)   

It is be done in DWH . can you advise how and where

Datetime in parameter error

$
0
0

Hello all,

I have an issue creating a report.

In my database I have a field with datetime format

I create a dataset with this date as a parameter.In my report, I have :

Then when I execute my report, i have a problem with constrained flag and STRTOSET

If I set parameter to text type, I have this log :

Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Échec de l'exécution de la requête pour le dataset 'DataSet1'. ---> Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException: Analyseur : La syntaxe pour '00' est incorrecte.

How can I solve my problem ?

Thanks in advance.

Reporting Services 2008 error

$
0
0

Good morning all,

I'm using SQL Server 2008 R2 reporting services, and I'm having a problem with the report server and manager pages.  I've been able to configure everything in the Reporting Services Configuration Manager, and created the ReportServer and ReportServerTempDB databases in my SQL Server instance, but when I try to hit either the Web Service URL or the Report Manager URL, I get a 500 error.  The stack trace is below, with the error lines in bold.  If anyone could help, I would really appreciate it.  Thanks.

rshost!rshost!4c4!08/17/2010-09:19:53:: i INFO: Application domain type ReportManager statistics: created: 11, unloaded: 11, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:53:: i INFO: Appdomain:29 ReportManager_MSSQLSERVER_0-23-129265247936138778 started.
rshost!rshost!4c4!08/17/2010-09:19:53:: i INFO: Application domain type ReportManager statistics: created: 12, unloaded: 12, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:53:: i INFO: Appdomain:30 ReportManager_2-24-129265247938638554 started.
rshost!rshost!4c4!08/17/2010-09:19:54:: i INFO: Application domain type ReportManager statistics: created: 13, unloaded: 13, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:54:: i INFO: Appdomain:31 ReportManager_3-25-129265247940669622 started.
rshost!rshost!4c4!08/17/2010-09:19:54:: i INFO: Application domain type ReportManager statistics: created: 14, unloaded: 14, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:54:: i INFO: Appdomain:32 ReportManager_4-26-129265247942700690 started.
rshost!rshost!4c4!08/17/2010-09:19:54:: i INFO: Application domain type ReportManager statistics: created: 15, unloaded: 15, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:54:: i INFO: Appdomain:33 ReportManager_5-27-129265247944731758 started.
rshost!rshost!4c4!08/17/2010-09:19:54:: i INFO: Application domain type ReportManager statistics: created: 16, unloaded: 16, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:54:: i INFO: Appdomain:34 ReportManager_6-28-129265247946762826 started.
rshost!rshost!4c4!08/17/2010-09:19:55:: i INFO: Application domain type ReportManager statistics: created: 17, unloaded: 17, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:55:: i INFO: Appdomain:35 ReportManager_7-29-129265247948793894 started.
rshost!rshost!4c4!08/17/2010-09:19:55:: i INFO: Application domain type ReportManager statistics: created: 18, unloaded: 18, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:55:: i INFO: Appdomain:36 ReportManager_8-30-129265247950981198 started.
rshost!rshost!4c4!08/17/2010-09:19:55:: i INFO: Application domain type ReportManager statistics: created: 19, unloaded: 19, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:55:: i INFO: Appdomain:37 ReportManager_9-31-129265247953168502 started.
rshost!rshost!4c4!08/17/2010-09:19:55:: i INFO: Application domain type ReportManager statistics: created: 20, unloaded: 20, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:55:: i INFO: Appdomain:38 ReportManager_10-32-129265247955355806 started.
rshost!rshost!4c4!08/17/2010-09:19:55:: i INFO: Application domain type ReportManager statistics: created: 21, unloaded: 21, failed: 0, timed out: 0.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:55:: i INFO: Appdomain:39 ReportManager_11-33-129265247957386874 started.
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:55:: e ERROR: AppDomain ReportManager_11 failed to start. Error: The configuration system has already been initialized.
library!DefaultDomain!4c4!08/17/2010-09:19:55:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: Failed to create HTTP Runtime, Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_11.  ---> System.InvalidOperationException: The configuration system has already been initialized.
   at System.Configuration.ConfigurationManager.SetConfigurationSystem(IInternalConfigSystem configSystem, Boolean initComplete)
   at System.Configuration.Internal.InternalConfigSettingsFactory.System.Configuration.Internal.IInternalConfigSettingsFactory.SetConfigurationSystem(IInternalConfigSystem configSystem, Boolean initComplete)
   at System.Web.Configuration.HttpConfigurationSystem.EnsureInit(IConfigMapPath configMapPath, Boolean listenToFileChanges, Boolean initComplete)
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.GetAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateObjectInternal(String appId, Type type, IApplicationHost appHost, Boolean failIfExists, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateObject(String appId, Type type, String virtualPath, String physicalPath, Boolean failIfExists, Boolean throwOnError)
   at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId)
   --- End of inner exception stack trace ---;
appdomainmanager!ReportManager_11-33-129265247957386874!4c4!08/17/2010-09:19:55:: i INFO: Appdomain:39 ReportManager_11-33-129265247957386874 unloading
appdomainmanager!DefaultDomain!4c4!08/17/2010-09:19:55:: e ERROR: AppDomain:ReportManager_11-33-129265247957386874 failed to unload. Error: System.ArgumentNullException: Value cannot be null.
Parameter name: WaitCallback

Server stack trace:
   at System.Threading.ThreadPool.QueueUserWorkItemHelper(WaitCallback callBack, Object state, StackCrawlMark& stackMark, Boolean compressStack)
   at System.Threading.ThreadPool.QueueUserWorkItem(WaitCallback callBack)
   at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
   at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
   at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
   at System.Web.HttpRuntime.ShutdownAppDomain(ApplicationShutdownReason reason, String message)
   at System.Web.HttpRuntime.UnloadAppDomain()
   at Microsoft.ReportingServices.AppDomainManager.RsAppDomainManager.UnloadAspDomain(Boolean memoryRecycle)
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)

Exception rethrown at [0]:
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at Microsoft.ReportingServices.AppDomainManager.RsAppDomainManager.UnloadAspDomain(Boolean memoryRecycle)
   at Microsoft.ReportingServices.AppDomainManager.RsAppDomainManager.CreateHttpRuntime(RsAppDomainType appDomainType, String vdir, String pdir, Int32& domainId).
library!DefaultDomain!4c4!08/17/2010-09:19:55:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: Failed to create Report Server HTTP Runtime, Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerAppDomainManagerException: An error occurred when attempting to start the application domain ReportManager within the Report Server service. ---> Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerHttpRuntimeInternalException: An internal or system error occurred in the HTTP Runtime object for application domain ReportManager_11.  ---> System.InvalidOperationException: The configuration system has already been initialized.
   at System.Configuration.ConfigurationManager.SetConfigurationSystem(IInternalConfigSystem configSystem, Boolean initComplete)
   at System.Configuration.Internal.InternalConfigSettingsFactory.System.Configuration.Internal.IInternalConfigSettingsFactory.SetConfigurationSystem(IInternalConfigSystem configSystem, Boolean initComplete)
   at System.Web.Configuration.HttpConfigurationSystem.EnsureInit(IConfigMapPath configMapPath, Boolean listenToFileChanges, Boolean initComplete)
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
   at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateAppDomainWithHostingEnvironmentAndReportErrors(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.GetAppDomainWithHostingEnvironment(String appId, IApplicationHost appHost, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateObjectInternal(String appId, Type type, IApplicationHost appHost, Boolean failIfExists, HostingEnvironmentParameters hostingParameters)
   at System.Web.Hosting.ApplicationManager.CreateObject(String appId, Type type, String virtualPath, String physicalPath, Boolean failIfExists, Boolean throwOnError)
   at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId)
   --- End of inner exception stack trace ---
   at ReportingServicesHttpRuntime.RsHttpRuntime.Create(RsAppDomainType type, String vdir, String pdir, Int32& domainId)
   at Microsoft.ReportingServices.AppDomainManager.RsAppDomainManager.CreateHttpRuntime(RsAppDomainType appDomainType, String vdir, String pdir, Int32& domainId)
   --- End of inner exception stack trace ---;
rshost!rshost!4c4!08/17/2010-09:19:55:: e ERROR: Failed to create HttpRuntime 80131500.
rshost!rshost!4c4!08/17/2010-09:19:55:: e ERROR: Failed to get appdomain 80131500, pipeline=0x00F99350.
rshost!rshost!4c4!08/17/2010-09:19:55:: e ERROR: Error state. Internal abort for pipeline=0x00F99350 ...

 

 

Can you customize Print functionality to only print some portion in SSRS?

$
0
0

Hello,

I have a drill down SSRS report and my client requirement is to Print ONLY what is expanded on the report.  Anything that is collapsed, DO NOT PRINT. I have been researching online a lot but nothing has found yet.

I wanted to check with you if you have any idea or suggestions on how to do it in SSRS?

Thank you for your time and help!


MDeveloper

How to show first parameter value in drop down list as a default value dynamically in ssrs report?

$
0
0

Hi,

in my ssrs report i have two parameters, accounts and Manager ,there is a cascading between the accounts parameter and manager parameter, as per the cascading we will get managers names based on the account we selected in the accounts parameter,

my requirement is the first name in the mangers drop down list  has to get selected as default value.

please help me with this, it is an urgent requirement.

Thanks in advance,

Naveen

Reporting Sevices 2005 hangs every time after 3min running on Win 2008 R2

$
0
0

Dear all,

we installed Reporting Services 2005 Standard Edition running latest SP4 and Cumulative Update on Windows Server 2008 R2 x64 Enterprise Edition. The Server has 128 GB of RAM with 12 physical / 24 logical cores.

So far the Reporting Services instance is starting, but the first access to the application takes very long. Warm up time is about 5 minutes. Then the application is working for about 3 minutes until it stops responding.
A restart of IIS and Reporting Services Service had no effect on this issue. The logs do not contain any error message.

The last entry of my log file is a normal info message:
w3wp!library!8!07.08.2014-09:56:00:: i INFO: Cleaned 0 batch records, 0 policies, 0 sessions, 0 cache entries, 0 snapshots, 0 chunks, 0 running jobs, 0 persisted streams

Is there anything we can do?

I apprecieate any help.

Thanks,
Mark


Mark Kuschel
Blog Xing


SSRS Email subscription is not working

$
0
0

Team
I am trying to create a SSRS email subscription but it's failing saying "Illegal characters in path" and referring the pickupDirectory. I have provided "C:\inetpub\mailroot\Pickup" which is my pickup directory.

emailextension!WindowsService_0!1978!08/30/2014-14:59:11:: e ERROR: Error sending email. Exception: System.Net.Mail.SmtpException: Failure sending mail. ---> System.ArgumentException: Illegal characters in path.
   at System.IO.Path.CheckInvalidPathChars(String path)
   at System.IO.Path.IsPathRooted(String path)
   at System.Net.Mail.SmtpClient.GetFileMailWriter(String pickupDirectory)
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   --- End of inner exception stack trace ---
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)

I have configured local SMTP server and I have tested through powershell script by sending an email and which works. The example i tried was below

Send-MailMessage -SMTPServer localhost -To chittaranjan.jena@gmail.com -From system@xxx.com -Subject "This is a test email" -Body "Hi, this is a test email sent via PowerShell"

One thing i noticed though is if I copy a file like email.txt and putting the From:, To: Subject: and email inside the file and move it to C:\inetpub\mailroot\Pickup, it didn't send the email and put it into the bad C:\inetpub\mailroot\Badmail folder

My configuration is as follows


   <Configuration>
          <RSEmailDPConfiguration>
            <SMTPServer></SMTPServer>
            <SMTPServerPort>
            </SMTPServerPort>
            <SMTPAccountName>
            </SMTPAccountName>
            <SMTPConnectionTimeout>
            </SMTPConnectionTimeout>
            <SMTPServerPickupDirectory>
              C:\inetpub\mailroot\Pickup
            </SMTPServerPickupDirectory>
            <SMTPUseSSL>
            </SMTPUseSSL>
            <SendUsing>1</SendUsing>
            <SMTPAuthenticate>
            </SMTPAuthenticate>
            <From>system@mydomain.com</From>
            <EmbeddedRenderFormats>
              <RenderingExtension>MHTML</RenderingExtension>
            </EmbeddedRenderFormats>
            <PrivilegedUserRenderFormats>
            </PrivilegedUserRenderFormats>
            <ExcludedRenderFormats>
              <RenderingExtension>HTMLOWC</RenderingExtension>
              <RenderingExtension>NULL</RenderingExtension>
              <RenderingExtension>RGDI</RenderingExtension>
            </ExcludedRenderFormats>
            <SendEmailToUserAlias>True</SendEmailToUserAlias>
            <DefaultHostName>
              xx.xx.xxx.xxx
            </DefaultHostName>
            <PermittedHosts>
            </PermittedHosts>
          </RSEmailDPConfiguration>
        </Configuration>

 I have gone through different posts in the web and tried to do different changes as suggested by nothing worked.

 Regards
 


Chittaranjan

Sum of expressions with if clause

$
0
0

I have a column with positive and negative values.

Positive values means number of goods sold, so to determine the profit, I multiply the quantity with the selling price.

Negative values mean number of goods not sold and worth nothing anymore, so to determine the cost, i multiply the quantity with the costprice.

The prices come in different columns

E.g.Quantity   |   Price   |   name   |   Profit     |    Cost

          5               12            A            5*12             0

          -3              5             B             0              -3*5

          ...              ...            ...            ...                 ...

 So profit and cost are calulated with expressions, which I can't do in the SQL query because of the if clause

But now I need to have a total of all of the profits and costs.

Any idea how to get the total in Report Builder?         


SSRS category group issue

$
0
0

Hi all,

I have a dataset that produces the following results

Sales Sales LYKey

Single                           500€   200€1

Double                         100€400€2

Combination                 ......3

System4

Allnull

I would like to use my own custom category grouping where I have :

-Combination (single + double + combi)

-System

-All

I can use an expression iif(key = 1, 2 or 3),"combi", "system"... but this only works for 2 attributes. Is there any way I can make 3 category groups where I also have the "all" group which is just the sum of all?

Thanks!

Installing BIDS(Buisness Intelligence Development Studio) in Sql2008 r2

$
0
0

Hello Friends,

                     I am having Sql2008 r2  installed on my computer, the Buisness Intelliegnce Development Studio is not installed in it,now i want to add the BIDS feature to SqlServer, please  any can tell how to do this, i googled alot but i did not find any proper solution.

Thanks and Regards,

Harnek

Connect Tera Data from SSRS

$
0
0

 Can any body guide me how can I connect tera data. It's urgent


Smash126

Viewing all 10045 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>