Viewing 15 posts - 1 through 15 (of 54 total)
My issue was on this line <RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel> . I changed it to Allow....
September 15, 2017 at 11:47 am
@SSC-dedicated Oh ok thanks, tried that and it didn't work as well. system adm has taken over. Thanks all
September 14, 2017 at 2:22 pm
Hi SSC-Insane Yes that is the guide I used to set up my port I only limit it to Domain/Private is that why for safety?
Hi SCCChampion, Thanks for...
September 14, 2017 at 9:02 am
Yes, I meant run it against 2012 database. because that is what we are going to use and therefore not necessary to purchase another database.
Thanks
December 6, 2016 at 8:43 am
I delete the subscription and that solve it.
August 10, 2016 at 10:55 am
I found the issue, in ie11 you will have to turned off your compatibility view settings.
March 17, 2016 at 11:46 am
Thanks for your response but it did not work, it remains red when the condition is Nan or > 0.
here is some few things i have tried.
IIf(Fields!GrandTotalBillableRatio.Value >= 2.0, "Green",
...
September 30, 2015 at 8:12 am
Thanks all for your help. But this link here helped me out
August 17, 2015 at 2:12 pm
Can this expression be done in ssrs expression builder, because I am not getting results.
Sum(columnA) - columnB
August 11, 2015 at 12:18 pm
I did modify ur code a little bit by adding Shared but still is not being counted by group and help will be appreciated.
Public Shared iGroupNumber As Integer
Public Shared Function...
January 13, 2015 at 12:22 pm
This is the function I am using
Dim private count as integer = 0
Dim private CustName as integer = 0
public function nroFile(Byval rowNum as integer) as integer
if CustName =0 then
CustName =rowNum
end...
January 13, 2015 at 11:16 am
This one seems to be a good start, is there a away I can restart or reset the count at the end of each account or group count.
January 13, 2015 at 10:45 am
Thank you so much for responding I have tried both I have just attached 2 images I want my Customer count to be 4 instead of 3 even though the...
January 13, 2015 at 10:43 am
I am trending the current value on a chart. For example
=IIF(Month(Parameters!EndDate.Value) > MAX(Fields!OrderMonth.Value),
give me the current value by:
Let say Goal = 1000
Order month = month order was purchased
12= total...
December 27, 2014 at 9:38 am
Thanks that is what I ended up doing with a subquery.
select pt.projinvoiceprojid,MIN(CAST(pt.PROJECTEDSTARTDATE AS DATE)) AS 'SOPOrderDate_ProjectStartDate'
from projtable pt
where pt.PROJECTEDSTARTDATE !='1900-01-01'
group by pt.projinvoiceprojid
order by pt.projinvoiceprojid
December 23, 2014 at 7:29 am
Viewing 15 posts - 1 through 15 (of 54 total)