Viewing 15 posts - 5,041 through 5,055 (of 5,096 total)
You can have a dynamic value on a textbox's text/fill colour using expressions.
Right click the appropriate cell and select text box properties. Navigate the the Fill Pane (I've assumed your...
May 10, 2016 at 3:28 am
Edit :Wrong Topic >_<
May 9, 2016 at 4:20 am
wwwnlc111 (5/9/2016)
How I can using expression show like below...
May 9, 2016 at 4:08 am
wwwnlc111 (5/7/2016)
I have INT value like 103743 or 33059, which going to aggregate in my chart for/by different dates.
I want to use expression for show data labels, and want to...
May 9, 2016 at 2:01 am
Right click the appropriate cell and select text box properties. Navigate the the Fill Pane (I've assumed your doing the Fill colour, if you're doing text colour, then go to...
May 6, 2016 at 6:41 am
If you're looking to do it in an SSRS expression, this will work (I assume you are not looking to convert it to a datetime value):
=left(right("0" + Parameters!TestParam.Value,6),2) + ":"...
May 6, 2016 at 6:25 am
Seeing as it's pointing to the filename value, what is it's value? Feel free to amend it slightly if required to hide anything you might not want to be public....
May 5, 2016 at 10:07 am
Can we achieve with this custom assemblies or =user!language global variable?
There's a guide to Custom Assemblies for multi languages here[/url]. It's not a quick process, but might achieve what...
May 5, 2016 at 6:46 am
SSRS doesn't do multi-language reports, as such, out of the box.
If it's data you're looking to translate, then you will need to ensure that the data the user is being...
May 5, 2016 at 3:22 am
Loner (4/29/2016)
Create a third report parameter which does not allow blank or null values.
Set its available values to be sourced from a dataset...
May 3, 2016 at 9:25 am
Steven.Grzybowski (5/3/2016)
May 3, 2016 at 9:05 am
I use a split udf to do this. When you use SSRS to pass a multivalue parameter, it'll pass them all in a comma delimited string.
I do the split with...
May 3, 2016 at 2:01 am
What are the log files saying? Generally these do give an indication to why they are failing, or at least give a little more information that'll help troubleshoot.
April 29, 2016 at 8:19 am
Are you actually saying that you have a multi value parameter, and you want to return results if the field you are querying is any of those the user has...
April 29, 2016 at 7:45 am
MY_USER1 also requires CONTROL on schema to be able to define a users permissions.
GRANT ALTER, CREATE SEQUENCE, DELETE, EXECUTE, INSERT, REFERENCES, SELECT, CONTROL, TAKE OWNERSHIP, UPDATE, VIEW CHANGE TRACKING,...
April 29, 2016 at 5:28 am
Viewing 15 posts - 5,041 through 5,055 (of 5,096 total)