Viewing 15 posts - 106 through 120 (of 183 total)
Yes, But there are two separate Main reports.
So, In actions If I pass the report name as X it will work fine. But when I want to go to y...
April 28, 2014 at 2:24 pm
Can you add the columns you want in the Query and just bring the Total Column from there?
April 25, 2014 at 12:39 pm
This resolved the Issue
case
when right(rtrim(ApplicationType ),1) = ',' then substring(rtrim(ApplicationType ),1,len(rtrim(ApplicationType ))-1)
Else ApplicationType
End as Application
April 14, 2014 at 10:22 am
This worked!
Convert(Varchar,(DateAdd(HH,05,DateAdd(MINUTE ,30,Time1))),100)NewTime
March 27, 2014 at 11:11 am
Yes, Infact using this: CONVERT(Varchar,(DATEADD(Hour,-5,Time1)),100)NewCSTTime resolves but then when I implement this same with 5.30 it rounds to 6 hours.
Tried DAteadd with Minute , 30 and it works...
March 27, 2014 at 11:08 am
Let me be a little bit more clear on that...
There are two columns
CurrentDate Date,
Time Varchar(10)
If I do , Select * from Data
Order By Date Desc , Time Desc...
March 26, 2014 at 9:52 am
No Worries , There is a Rotate Label Property under Horizontal axis ...
March 11, 2014 at 9:14 am
Viewing 15 posts - 106 through 120 (of 183 total)