Viewing 15 posts - 4,951 through 4,965 (of 5,111 total)
Last version it was still doing it, I haven't checked since the August release(16.3) if it still happens. I just "live" with it at the moment, however, if anyone has...
August 26, 2016 at 2:03 am
david.robson (8/18/2016)
August 25, 2016 at 2:23 am
Why not use textboxes with them in? You can reference the value of a parameter using expressions. So, for example, if you had a parameter called branch, you could reference...
August 23, 2016 at 3:39 am
Hi Stuart,
As I asked above, how are you trying to store this? Are you trying to read the Report Server DB, Save in a table in SQL, just display them...
August 23, 2016 at 2:37 am
How are you wanting to store this data. Are you simply wanting it to be displayed as part of the report, or when the report is run?
August 22, 2016 at 10:07 am
To expand a row in a table, you can only link it to one item. Be it a cell, a text box, image, etc. Having a duplicate of the column...
August 18, 2016 at 2:14 am
I hate to ask, but why can't use use a second dataset? It's extremely easy,to have effectively the same query in a second dataset that just returns DISTINCT [Field name],...
August 17, 2016 at 2:48 am
Surprised this wasn't mentioned, but if you log into RS in SSMS (windows Authentication only), you can stop the job there. Expand the Jobs folder and it will show all...
August 17, 2016 at 2:29 am
You've not actually provided any errors, or details of your table set up/groups, etc. We'll need more information before anyone can give you any insight into where you've gone wrong...
August 8, 2016 at 3:55 am
Simply restoring the databases (make sure you restore both the Reporting Service and Reporting Server TempDB) on a different server will create the subscriptions on the new server, and you...
August 2, 2016 at 6:25 am
acallaway (7/29/2016)
The field I need to reference/check for the row visibility is in another dataset. Your final comment suggests that this cant be done?=iif(First(Fields!INVOICE.Value, "E10")<>"",True,False)
Correct. You can't reference another...
July 30, 2016 at 3:41 am
You'll need to reference to column value itself, not the cell. If your column is a calculated column, you can simply do this by doing:
=iif(Fields!CalcColumn.Value = 0, TRUE, FALSE)
If your...
July 29, 2016 at 1:47 am
You don't need outputs on these if they are inputs, but your start date should be defined as being optional. In your sp at the moment you have it as...
July 27, 2016 at 9:44 am
Personally, this sounds like to me that you'll be using a Data Flow, with Merge Joins. Like Bantrim says though, without really knowing what your data looks like, I could...
July 26, 2016 at 2:55 am
Hi Newbi,
At this stage i would recommend doing some self research, there's plenty of resources available, rather than having someone from the community guide you through the majority of steps....
July 26, 2016 at 1:41 am
Viewing 15 posts - 4,951 through 4,965 (of 5,111 total)