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

Formatting the bar colors in chart

$
0
0

Hi ,

Is it possible to mix two colors and obtain a single color as the bar color in SSRS reports ?? For e.g. I want the bar color to be the combination of Forest green and Lime Colors . Is that Possible ?? If so please Let me know .

Thanks in Advance !!!!

Regards,

Sheethal. K


Parameters within a SELECT statement

$
0
0

I'm writting an aging reprt within SSRS and I've managed to get it working as long as I use set day amounts within my query, ideally I'd like to be able to let the user specify the days they would like the transactions aged by.

So at the moment they're 30,60,90 but I'd like to create parameters so that the user can age the data by whichever amount of days they want, I'm using an ODBC connection to a Progress DB if that makes any difference and the aging part of my SELECT statement is below.

CASE WHEN TIMESTAMPDIFF(sql_tsi_day, AROpenTran.TransactionDate, Now()) BETWEEN 30 AND 60
THEN AROpenTran.Base1Amount
ELSE 0
END AS balance_1_30 , 
CASE WHEN TIMESTAMPDIFF(sql_tsi_day, AROpenTran.TransactionDate, Now()) BETWEEN 60 AND 90
THEN AROpenTran.Base1Amount
ELSE 0
END AS balance_30_60 , 
CASE WHEN TIMESTAMPDIFF(sql_tsi_day, AROpenTran.TransactionDate, Now()) BETWEEN 90 AND 120
THEN AROpenTran.Base1Amount
ELSE 0
END AS balance_60_90 , 
CASE WHEN TIMESTAMPDIFF(sql_tsi_day, AROpenTran.TransactionDate, Now()) > 120
THEN AROpenTran.Base1Amount
ELSE 0
END AS balance_90


Any help would be appreciated

SSRS escapes single quote twice when checking several values from multivalue parameter

$
0
0

Hello all,

I am using SSRS 2008 R2. And found situation which seems to me a bug.

I have a shared dataset -

SELECT 'value1' AS Value
UNION
SELECT 'value''2'

I bind this DS to multivalue parameter. When I check only value'2 from multivalue drop down - I see that in SQL Profiler such parameter is passed

@Value=N'value''2' -- Two single quotes

When I check both values in profiler I see

@Value=N'value1,value''''2' -- Four single quotes

My Procedure treats first case correctly.

It seems to me that escape happens twice - first for every value, second for whole string?

Does anyone know the source of such behaviour, Thx in advance!


Which authentication type is for me?

$
0
0

Hi All,

We have initially set our authentication type to <RSWindowsBasic> to take advantage of the <DefaultDomain> attribute that is exclusively available through this method.  We have low low low low level external users/clients who would never be able to understand that they would need to change from the default user and write domain\username. 

This was working fine until we recently started to install MS CRM 2011 which required that we insert the <RSWindowsNegotiate> tag in our authentication scheme.  I'm new to authentication so I figured I'd give it a shot and I inserted the <RSWindowsNegotiate> tag over the <RSWindowsBasic> tag.  This allowed CRM to interface with our Report Server, but left our poor users scratching their heads and tapping at the screen at the prospect of inserting the domain once again.  I've since removed the <RSWindowsNegotiate> tag to get the users back on track, but I'm going to need a solution that will keep login simple as well as allow CRM to jive with the report server.

My question is this:  What authentication method is best for me?

I've been looking into Custom Authentication/Forms Based Authentication (are they the same thing?) and it looks like a very complicated ordeal.  All of my users have windows profiles/passwords established on our domain in our Active Directory, and I'm unsure if Custom authentication allows you to authenticate against Windows credentials (what I've read so far points toward the creation of a credentials database on the SQL server to authenticate against).  I'm also unsure if Custom authentication even allows you to specify a default domain or if I'd be able to include whatever CRM "needs" from the <RSWindowsNegotiate> method.

Thank you for reading my long post!  I appreciate any input you may have to offer!

- Jim 

**EDIT:  We're using SQL 2008 R2

Visibility of a Blank Sub Report

$
0
0

Hi to everyone,

I would like to ask if there is any property so that to keep a sub report visible even if it is blank (contains no data rows) when executing the main report. I want to keep the sub report headers visible as a sub-section of the main report.

Thanks in advance

click on - linked reports ssrs

$
0
0

Hi,

I have main report1- (Member_Claims) as below.

ClaimNOVisit Date
125312/17/2009
12523/14/2009
12511/28/2008

There is another report2 -(Member_Cliams_Details) with parameter visit date, that works fine saperately. Report2 gives details of claims for that visit date.

My requirement is when i click on any visit date in report1, then that visit date should be used as parameter in report2 and then report2 is displayed.

Is it possible in ssrs?

Any help is appreciated. Its urgent.

Thanks,

Punia

To display a parameter value in seperate lines

$
0
0

Hi,

Need to show parameter value in the text box. If they type two product number, need to show them in different line. Maybe if user seperate with any special character is this possible?

param value: G456 / H688

In report

Prod No

---------

G456

H688

How can i get n seperater line? i tried VBCRLF but i dont know how to replace with?

Thank You

Conversion from type 'CalculatedFieldWrapperImpl' to type 'Integer' is not valid._

$
0
0

Hi,

I'm using SSRS 2008 to create a relatively simple report with a stored procedure as the dataset. The SP runs fine (no errors) but when I try to run the report I get "Conversion from type 'CalculatedFieldWrapperImpl' to type 'Integer' is not valid. " error message. The data type is declared as int in SQL. I'm using several other int fields in the report without a problem.  Anyone familiar with this error?  Thanks.


Robert Boccone

SSRS reporting server config SSL to use different domain name

$
0
0

I am trying to config SSRS reporting server to use SSL cert from the manager. But it seems I don't have an option to put the correct SSL cert with header domain .

I have  a cert SSL with name srv1.mydomain.com and the report server is srv2.mydomain.com and when I try to select an SSL cert for the SSRS Reporting Services Configuration Manager (SQL 2008 r2 ) it only select the server that has name of the SSL Cert.

Is there a manaul way to edit it? or how do I select an SSL Cert with different server name. (the Cert of course includes several domains including the SSRS one). thanks

Dynamic report based on the Table Chosen

$
0
0

Hi All,

I need to create a report which consists of three drop downs out of which, the first drop down being the tables list. Based on the table I choose the other two drop downs should get distinct values from the table respectively. The number of columns displayed for each table in the report varies and the column names are also not same. Can some one guide how this can be done or direct me to the link if this kind of req is already posted somewhere.

thanks,


VSP

Hiding 'Print Button' after user press it once in Report Viewer

$
0
0

I have a web application using:
- Asp.net 4.0
- Report Viewer
- SSRS 2012

Aspx file load report viewer, and then the report viewer connect to ssrs 2012 remotely.
I can hide the Print button on report viewer only at first time.
Can Print Button be hide after user press once this Print button?

Thanks in advance



Report Viewer -Height Problems on runtime

$
0
0

Dear Sir,

I have one report viewer,when i run this report got the result below images  

I did set Report viewer Properties Dock -Bottom,Size -1242, 601 and location _ 0,95 and my monitor size viewsonic va1701wb 

-> Forms Properties WindowState - Maximized,Startposition  -WindowsDefaultLocation

-> I did run this report in my customer place i got result below images,but i need above image format  show on customer place

->Customer place monitor model is benq g702ad 17 lcd monitor

-> my needs both place show same Image model(Above image format)

-> Please help me


shared data source

$
0
0

hi

i am using shared data source in my all reports,

the problem is when i rename ,its not showing in data set ,its showing old data source that i have been deleted.

any idea

ssrs expressions

$
0
0

HI,

Can anyone please help me with this, 

1, I have a Date column enddate and i am trying to count and sum all the nulls which will indicate that the report is still open and then do the same with ones with dates


biroma

SSRS REPORTS

$
0
0

Hi,

I have a report which has the following columns and its a summary of a report i just made,  CarePlanTitle, DeadClient, Archieved, NotAchieved, CareStillOpened, CareClosed. (DeadClient,CareStillOpened, CareClosed are date column)

What i want is to count all the DeadClient, Archieved, NotAchieved, for each problem title including CareStillOpened, CareClosed which can be got from start and end dates

Thanks


biroma


shared data source on report manager

$
0
0

hi

i am using shared data source in my rptproject file.i would liek to know how can we use it on report manager/

i am just seeing option to create data source over there,i created it.but my reports are not working.

if i create seperate data source for each report and the upload to report manager the its working.

plz help me


How to stop prompting for UserName Password when I click Report Server Web Service URLs in ssrs 2008 R2

$
0
0

Hi All,

Could u please help me on how to stop prompting the credential while opening report manager/ report server  in SSRS 2008 R2.

I know we can solve this easily in SQL Server 2005 by setting permission to IIS.

 But I don't know how is here?

I searched lot in google but no success.

Kindly help me.

Thanks,

Gowri

SSRS Report Error

$
0
0

I have develop a report using report builder 3.0.

It refers to many list to populate the data in drop down. The drop down are cascaded and I have used filter condition to filter the data.

e.g the "Country" drop down queries the list and fetches all the data and then filter it based on the selected “Region”.

NOTE: I have used filter instead of condition in CAML query, because I have multiple "Regions" could be selected.

It works fine in report builder, however when I move the report to sharepoint and open it, it open with error on page as follows.

When I double click this, it shows following error. Also when i select any value from "Region" parameter, correspodning values in the "Country" parameter does not change. Has any one faced this issue earlier.


Regards, Ketan Gandhi

Constants in SSRS

$
0
0
How to define a Constant in SSRS
MJ

Assign the right values to the corresponding rows in my database table

$
0
0
if my table is like this in my database

Student    Staff      children
34         104         playing
34         104         playing      
34         104         rugby     
34         104         soccer        
34         104         playing

i want the value 34 to assign only to playing, if rugby or soccer it should be 0 or empty set and staff(1024) to assign only to rugby and soccer.i was wondering can i do this in my expression if i have =Fields!XXX.value. if not how can i write this in query.i query and display my tables as this.which is fine.and value of 34 and 104 a constant value.

my final table result i want to be like this

Student    Staff      children
34             0           playing
34             0           playing      
0             104         rugby     
0             104         soccer        
34           0            playing

thanks in advance
Viewing all 10045 articles
Browse latest View live


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