Viewing 15 posts - 46 through 60 (of 111 total)
Thanks
It gives me an error: Argument data type ntext is invalid for argument 1 of len function
Solutions?
Regards
October 24, 2012 at 3:08 am
YES! Its the same, but besides None, Low, I also got Strong and Extreme.
And basically what I want is for each PROJ, to appeaar by this order:
None;Low;Strong and Extreme.
Thanks
Regards
October 22, 2012 at 10:18 am
Here it goes
SELECT PROJ, CARAC
FROM X
WHERE CARAC<>''
ORDER BY CASE WHEN CARAC= 'None' THEN CARAC ELSE CARAC END DESC
This is what I got at the moment.
Thanks
Regards!
October 22, 2012 at 10:01 am
Yes, I omitted the rest.
I got this:
...
ORDER BY CASE WHEN CARAC= 'None' THEN CARAC ELSE CARAC END DESC
The problem is for each PROJ I get 2 times the same CARAC.
Before...
October 22, 2012 at 9:53 am
Thanks
Im using:
SELECT PROJ, CARAC
FROM X
ORDER BY CASE WHEN MSP_LOOKUP_TABLE_VALUES.LT_VALUE_TEXT = 'None' THEN MSP_LOOKUP_TABLE_VALUES.LT_VALUE_TEXT END DESC
But it gives me repetitive results. Like 2 CARAC...
October 22, 2012 at 9:37 am
Thanks!
I deal with the issue occasionally in the Czech Republic
I deal with it to here in Portugal.
Regards
October 17, 2012 at 10:55 am
Hi I'm getting a warning error while rendering my report, it says that 'Input string was not in a correct format.'
=SWITCH(
ReportItems!Textbox70.Value="2.2.PA" and IsNothing(Lookup(Fields!ProjectGUID.Value, Fields!ProjectUID.Value, Fields!PBSD.Value, "DataSet3")),1,
ReportItems!Textbox70.Value="2.2.PA" and Lookup(Fields!ProjectGUID.Value, FIelds!ProjectUID.Value, Fields!PBSD.Value,...
October 17, 2012 at 5:21 am
Thanks
=DateAdd("d", 15, Today)
Works also
Regards
October 16, 2012 at 8:19 am
Thanks!
And If I want to add 15 days to todays date?
Regrdas
October 16, 2012 at 7:02 am
This might help.
Or you monitor with PowerShell:
http://www.youdidwhatwithtsql.com/monitoring-ssrs-subscriptions-powershell/1392
October 15, 2012 at 10:29 am
Viewing 15 posts - 46 through 60 (of 111 total)