Rectangle Auto Growing
I have a tablix inside a rectangle (Region 1). Below my report I have another table/rectangle(Region 2). If the number of rows returned from Region 1 goes over a certain amount of rows, it pushes...
View Articlessrs 2 dataset ana dropdown List :)
hi everyonei'm new in ssrs i have a problem i have a 2 dataset for exempledataset1:select * from table Adataset2:select * from table BI want to make a dropdownlist with specify value 1-show table A...
View ArticleData driven subscription
We have a report A in Dev/ Test and prod server. I want to tryout Data driven subscriptions in Dev first and move on to test and Prod environment. In the Development report manager, if I see the...
View ArticleReturn value based on date
Hello All,I have a simple report attached. It is grouped by staff name. For the rate at the group header I want to return the value with most recent date (max date). For example, Dawn's rate should be...
View ArticleService Account Settings (Newbie) Permission granted to user insufficient....
Hi,On my local machine I'l like to set up SSRS and do the Lynda videos before a job interview next week. I've installed the service as ReportServer$COMP.I'm logged in as an administrator Windows...
View ArticleCondition with 2 datasets.
Hi, is it possible to put condition into expression when two values from two datasets are equal?For example. To set background color when values from one dataset are equal to...
View ArticleSSRS - Creating subscription is slow
HelloI have this weird issue were creating a subscription takes a long time. when I click new subscription or subscribe, the page to create the subscription loads after couple of minutes. This happens...
View Articlessrs setup parameter value
In an existing ssrs 2012 report, I want to basically add the following logic to a new dataset that will be used by a new parameter called 'Inventory'.SELECT DISTINCT Inv_number as value, Inv_name as...
View ArticleNeed to retrieve first occurrence of Invoice detail
Hello, New to this so bear with me please...I have a query which contains detail of all invoices but I only need to retrieve for my report the first record for each invoice...Here is the query I have...
View ArticleToolTip to display details of report grouping
I have a requirement that I'm trying to solve using a tooltip. My report is a 4 level grouping, and includes a distinct count of job numbers. What I would like to do is within the group is have a...
View ArticleThe value provider cannot be converted to this type, can anyone help?
Hi folks,We have had a subscription running on a weekly basis but this week it has failed to runWhen I have gone into the report itself and attempted to run the report, I was met with the message that...
View ArticleRepeat a header on page break in rendering engine (not logical page break)
Guys, I have a stock report which can run for multiple stores.I have a tablix which sorts by STORE - I am using this like an old style List control and logical page break on change of STOREWithin the...
View ArticleExpression to get start of the week from WeekNumber
Hi am trying to come up with an expression to get start & end of particular week by providing week number but get i,proper results.=DateAdd(DateInterval.WeekOfYear, Fields!WeekNumber.Value - 1,...
View ArticleAdd groupwise total
Hi All,I am having report where I am inserting 2 row groups. skeleton is like below.Manager,Rep,product, Sales I am inserting group on Manager as parent and Rep as a chield group. Now I want to display...
View ArticleSubscriptions and error message "EXECUTE permission denied on object...
Hi,I'm trying to setup a subscription on a SSRS report and get the following error message:An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get...
View ArticlePassing parameters
Hi,I am trying to pass parameters using SSRS but its not working. My source database is oracle. I tried to modify query as Where State in (:ParamState)Query is running successfully, but no data is...
View ArticleSSRS recommended security settings for AD users via Ipad
I am trying to understand how to configure SSRS so our internal reports can be viewed by mobile devices such as an ipad/iphoneThe report server URL (native mode) is only visible internally and the only...
View ArticleOpen a URL
I am trying to open a url by passing managername as a parameter . Since The name already has a quote in it , how to I handle it?Example if the name is James O'Neil
View Article? on counting values in a textbox
HiHope to ask this correctly... I have a report which display clients and up to 4 different programs they can be in Output looks like :Client Name prog1 prog2 prog3 prog4 Total[quote]Client...
View ArticleRunning Value /Count ?
Hilooking to keep count of a count value I have a textbox with exprtession =count(Fields!Prog.Value)which will have one of the 4 values 1,2,3, or 4 on the footer or end of report I want to have a count...
View Article