Viewing 15 posts - 121 through 135 (of 183 total)
Guess the Subject line is misleading : It should be Count and Distinct and not countdistinct.
March 9, 2014 at 1:40 pm
Since I am using lookup for 2 other datsets , I need to get all values. Its only after its displayed , I want the Nulls to go away
March 4, 2014 at 7:23 am
Thanks.
The Thing is the IIF Clause returns blank row if the value is not meeting the condition. I am looking for it to not to display that row if the...
February 26, 2014 at 2:39 pm
No Worries...
This Link was really helpful : http://www.bidn.com/blogs/ChrisAlbrektson/bidn-blog/1797/ssrs-action-to-open-outlook-email
February 21, 2014 at 10:21 am
No Worries. I went into series properties and changed the value to the respective one.
Worked for me
February 18, 2014 at 8:52 am
I tried using Split , But somehow its only using the first one in the list...
Split("Production,development",",")
February 6, 2014 at 10:00 am
The problem with the current query is that it gives me a total of both where clauses , where as I need it separately as per the subcategory
Output expected:
Configuration_Item ...
January 30, 2014 at 11:11 am
Here is what I was looking for
Select *
from SomeTable
where (table_id LIKE '%' + @ID+ '%' OR @ID = '*')
January 21, 2014 at 3:43 pm
Select *
from SomeTable
where table_id LIKE '%' + @ID+ '%' OR table_id LIKE '%'
Well, it always give all values irrespective of parameter.
January 21, 2014 at 3:37 pm
It will be passed through a dataset so the values will be entered at runtime.
So, I wont declare in the dataset...
January 21, 2014 at 3:09 pm
Yes, I see that. But how can I also see all the values through wildcard.
I mean I should be able to pass "*" and see all aswell
January 21, 2014 at 3:00 pm
You're right. So, I just added four lines outside to form a rectangle coz I had already added all the text boxes first.
January 21, 2014 at 2:08 pm
Viewing 15 posts - 121 through 135 (of 183 total)